Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Analysis.Views/3.3/DataRowVisualPropertiesControl.Designer.cs @ 14186

Last change on this file since 14186 was 14186, checked in by swagner, 8 years ago

#2526: Updated year of copyrights in license headers

File size: 23.9 KB
RevLine 
[6010]1#region License Information
2/* HeuristicLab
[14186]3 * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
[6010]4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Analysis.Views {
23  partial class DataRowVisualPropertiesControl {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.chartTypeComboBox = new System.Windows.Forms.ComboBox();
48      this.colorDialog = new System.Windows.Forms.ColorDialog();
49      this.colorButton = new System.Windows.Forms.Button();
50      this.startIndexZeroCheckBox = new System.Windows.Forms.CheckBox();
51      this.binsNumericUpDown = new System.Windows.Forms.NumericUpDown();
52      this.label1 = new System.Windows.Forms.Label();
53      this.label2 = new System.Windows.Forms.Label();
54      this.label3 = new System.Windows.Forms.Label();
55      this.commonGroupBox = new System.Windows.Forms.GroupBox();
[7216]56      this.displayNameTextBox = new System.Windows.Forms.TextBox();
[6016]57      this.axisGroupBox = new System.Windows.Forms.GroupBox();
58      this.yAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
[7244]59      this.xAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
[6016]60      this.yAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
[7244]61      this.label5 = new System.Windows.Forms.Label();
[6012]62      this.xAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
[7244]63      this.label6 = new System.Windows.Forms.Label();
[7216]64      this.label9 = new System.Windows.Forms.Label();
[6010]65      this.histoGramGroupBox = new System.Windows.Forms.GroupBox();
[7244]66      this.binsExactRadioButton = new System.Windows.Forms.RadioButton();
[6014]67      this.binsApproximatelyRadioButton = new System.Windows.Forms.RadioButton();
[6012]68      this.lineChartGroupBox = new System.Windows.Forms.GroupBox();
69      this.lineWidthNumericUpDown = new System.Windows.Forms.NumericUpDown();
70      this.label4 = new System.Windows.Forms.Label();
71      this.label7 = new System.Windows.Forms.Label();
72      this.lineStyleComboBox = new System.Windows.Forms.ComboBox();
73      this.label8 = new System.Windows.Forms.Label();
[7244]74      this.panel1 = new System.Windows.Forms.Panel();
75      this.panel2 = new System.Windows.Forms.Panel();
[6010]76      ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).BeginInit();
77      this.commonGroupBox.SuspendLayout();
[6016]78      this.axisGroupBox.SuspendLayout();
[6010]79      this.histoGramGroupBox.SuspendLayout();
[6012]80      this.lineChartGroupBox.SuspendLayout();
81      ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).BeginInit();
[7244]82      this.panel1.SuspendLayout();
83      this.panel2.SuspendLayout();
[6010]84      this.SuspendLayout();
85      //
86      // chartTypeComboBox
87      //
[7244]88      this.chartTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
89            | System.Windows.Forms.AnchorStyles.Right)));
[6010]90      this.chartTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
91      this.chartTypeComboBox.FormattingEnabled = true;
[7244]92      this.chartTypeComboBox.Location = new System.Drawing.Point(57, 45);
[6010]93      this.chartTypeComboBox.Name = "chartTypeComboBox";
[7244]94      this.chartTypeComboBox.Size = new System.Drawing.Size(264, 21);
95      this.chartTypeComboBox.TabIndex = 3;
[6010]96      this.chartTypeComboBox.SelectedValueChanged += new System.EventHandler(this.chartTypeComboBox_SelectedValueChanged);
97      //
98      // colorDialog
99      //
100      this.colorDialog.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
101      //
102      // colorButton
103      //
104      this.colorButton.BackColor = System.Drawing.SystemColors.Control;
[7244]105      this.colorButton.Location = new System.Drawing.Point(56, 72);
[6010]106      this.colorButton.Name = "colorButton";
107      this.colorButton.Size = new System.Drawing.Size(23, 23);
[7244]108      this.colorButton.TabIndex = 5;
[6010]109      this.colorButton.UseVisualStyleBackColor = false;
110      this.colorButton.Click += new System.EventHandler(this.colorButton_Click);
111      //
112      // startIndexZeroCheckBox
113      //
114      this.startIndexZeroCheckBox.AutoSize = true;
115      this.startIndexZeroCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
[7244]116      this.startIndexZeroCheckBox.Location = new System.Drawing.Point(81, 46);
[6010]117      this.startIndexZeroCheckBox.Name = "startIndexZeroCheckBox";
[6012]118      this.startIndexZeroCheckBox.Size = new System.Drawing.Size(15, 14);
[6010]119      this.startIndexZeroCheckBox.TabIndex = 3;
120      this.startIndexZeroCheckBox.UseVisualStyleBackColor = true;
121      this.startIndexZeroCheckBox.CheckedChanged += new System.EventHandler(this.startIndexZeroCheckBox_CheckedChanged);
122      //
123      // binsNumericUpDown
124      //
[7244]125      this.binsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
126            | System.Windows.Forms.AnchorStyles.Right)));
127      this.binsNumericUpDown.Location = new System.Drawing.Point(57, 19);
[6012]128      this.binsNumericUpDown.Minimum = new decimal(new int[] {
129            1,
130            0,
131            0,
132            0});
[6010]133      this.binsNumericUpDown.Name = "binsNumericUpDown";
[7244]134      this.binsNumericUpDown.Size = new System.Drawing.Size(97, 20);
[6012]135      this.binsNumericUpDown.TabIndex = 1;
136      this.binsNumericUpDown.Value = new decimal(new int[] {
137            1,
138            0,
139            0,
140            0});
[6010]141      this.binsNumericUpDown.ValueChanged += new System.EventHandler(this.binsNumericUpDown_ValueChanged);
142      //
143      // label1
144      //
145      this.label1.AutoSize = true;
[7244]146      this.label1.Location = new System.Drawing.Point(6, 48);
[6010]147      this.label1.Name = "label1";
[7244]148      this.label1.Size = new System.Drawing.Size(34, 13);
149      this.label1.TabIndex = 2;
150      this.label1.Text = "&Type:";
[6010]151      //
152      // label2
153      //
154      this.label2.AutoSize = true;
[7244]155      this.label2.Location = new System.Drawing.Point(6, 77);
[6010]156      this.label2.Name = "label2";
157      this.label2.Size = new System.Drawing.Size(34, 13);
[7244]158      this.label2.TabIndex = 4;
159      this.label2.Text = "&Color:";
[6010]160      //
161      // label3
162      //
163      this.label3.AutoSize = true;
[7244]164      this.label3.Location = new System.Drawing.Point(6, 21);
[6010]165      this.label3.Name = "label3";
166      this.label3.Size = new System.Drawing.Size(30, 13);
[6012]167      this.label3.TabIndex = 0;
[7244]168      this.label3.Text = "&Bins:";
[6010]169      //
170      // commonGroupBox
171      //
[7244]172      this.commonGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
173            | System.Windows.Forms.AnchorStyles.Right)));
[6628]174      this.commonGroupBox.Controls.Add(this.displayNameTextBox);
[6014]175      this.commonGroupBox.Controls.Add(this.axisGroupBox);
[6010]176      this.commonGroupBox.Controls.Add(this.colorButton);
[6628]177      this.commonGroupBox.Controls.Add(this.label9);
[6010]178      this.commonGroupBox.Controls.Add(this.label1);
179      this.commonGroupBox.Controls.Add(this.label2);
180      this.commonGroupBox.Controls.Add(this.chartTypeComboBox);
[7244]181      this.commonGroupBox.Location = new System.Drawing.Point(0, 0);
[6010]182      this.commonGroupBox.Name = "commonGroupBox";
[7244]183      this.commonGroupBox.Size = new System.Drawing.Size(327, 174);
[6012]184      this.commonGroupBox.TabIndex = 0;
[6010]185      this.commonGroupBox.TabStop = false;
186      this.commonGroupBox.Text = "Common";
187      //
[7216]188      // displayNameTextBox
189      //
[7244]190      this.displayNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
191            | System.Windows.Forms.AnchorStyles.Right)));
192      this.displayNameTextBox.Location = new System.Drawing.Point(57, 19);
[7216]193      this.displayNameTextBox.Name = "displayNameTextBox";
[7244]194      this.displayNameTextBox.Size = new System.Drawing.Size(264, 20);
195      this.displayNameTextBox.TabIndex = 1;
[7216]196      this.displayNameTextBox.Validated += new System.EventHandler(this.displayNameTextBox_Validated);
197      //
[6016]198      // axisGroupBox
[6014]199      //
[7244]200      this.axisGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
201            | System.Windows.Forms.AnchorStyles.Left)
202            | System.Windows.Forms.AnchorStyles.Right)));
203      this.axisGroupBox.Controls.Add(this.panel2);
204      this.axisGroupBox.Controls.Add(this.panel1);
[6016]205      this.axisGroupBox.Controls.Add(this.label5);
206      this.axisGroupBox.Controls.Add(this.label6);
[6628]207      this.axisGroupBox.Location = new System.Drawing.Point(6, 101);
[6016]208      this.axisGroupBox.Name = "axisGroupBox";
[7244]209      this.axisGroupBox.Size = new System.Drawing.Size(315, 67);
210      this.axisGroupBox.TabIndex = 6;
[6016]211      this.axisGroupBox.TabStop = false;
[7244]212      this.axisGroupBox.Text = "Axes";
[6014]213      //
[6012]214      // yAxisSecondaryRadioButton
215      //
216      this.yAxisSecondaryRadioButton.AutoSize = true;
[7244]217      this.yAxisSecondaryRadioButton.Location = new System.Drawing.Point(65, 0);
[6012]218      this.yAxisSecondaryRadioButton.Name = "yAxisSecondaryRadioButton";
219      this.yAxisSecondaryRadioButton.Size = new System.Drawing.Size(76, 17);
[7244]220      this.yAxisSecondaryRadioButton.TabIndex = 5;
[6012]221      this.yAxisSecondaryRadioButton.TabStop = true;
[7244]222      this.yAxisSecondaryRadioButton.Text = "&Secondary";
[6012]223      this.yAxisSecondaryRadioButton.UseVisualStyleBackColor = true;
224      this.yAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
225      //
[7244]226      // xAxisPrimaryRadioButton
227      //
228      this.xAxisPrimaryRadioButton.AutoSize = true;
229      this.xAxisPrimaryRadioButton.Location = new System.Drawing.Point(0, 0);
230      this.xAxisPrimaryRadioButton.Name = "xAxisPrimaryRadioButton";
231      this.xAxisPrimaryRadioButton.Size = new System.Drawing.Size(59, 17);
232      this.xAxisPrimaryRadioButton.TabIndex = 1;
233      this.xAxisPrimaryRadioButton.TabStop = true;
234      this.xAxisPrimaryRadioButton.Text = "&Primary";
235      this.xAxisPrimaryRadioButton.UseVisualStyleBackColor = true;
236      this.xAxisPrimaryRadioButton.CheckedChanged += new System.EventHandler(this.xAxisRadioButton_CheckedChanged);
237      //
[6012]238      // yAxisPrimaryRadioButton
239      //
240      this.yAxisPrimaryRadioButton.AutoSize = true;
[7244]241      this.yAxisPrimaryRadioButton.Location = new System.Drawing.Point(0, 0);
[6012]242      this.yAxisPrimaryRadioButton.Name = "yAxisPrimaryRadioButton";
243      this.yAxisPrimaryRadioButton.Size = new System.Drawing.Size(59, 17);
[7244]244      this.yAxisPrimaryRadioButton.TabIndex = 4;
[6012]245      this.yAxisPrimaryRadioButton.TabStop = true;
[7244]246      this.yAxisPrimaryRadioButton.Text = "&Primary";
[6012]247      this.yAxisPrimaryRadioButton.UseVisualStyleBackColor = true;
248      this.yAxisPrimaryRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
249      //
[7244]250      // label5
[6012]251      //
[7244]252      this.label5.AutoSize = true;
253      this.label5.Location = new System.Drawing.Point(6, 44);
254      this.label5.Name = "label5";
255      this.label5.Size = new System.Drawing.Size(39, 13);
256      this.label5.TabIndex = 3;
257      this.label5.Text = "&Y-Axis:";
[6012]258      //
[6016]259      // xAxisSecondaryRadioButton
260      //
261      this.xAxisSecondaryRadioButton.AutoSize = true;
[7244]262      this.xAxisSecondaryRadioButton.Location = new System.Drawing.Point(65, 0);
[6016]263      this.xAxisSecondaryRadioButton.Name = "xAxisSecondaryRadioButton";
264      this.xAxisSecondaryRadioButton.Size = new System.Drawing.Size(76, 17);
[7244]265      this.xAxisSecondaryRadioButton.TabIndex = 2;
[6016]266      this.xAxisSecondaryRadioButton.TabStop = true;
[7244]267      this.xAxisSecondaryRadioButton.Text = "&Secondary";
[6016]268      this.xAxisSecondaryRadioButton.UseVisualStyleBackColor = true;
269      this.xAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.xAxisRadioButton_CheckedChanged);
270      //
[7244]271      // label6
272      //
273      this.label6.AutoSize = true;
274      this.label6.Location = new System.Drawing.Point(6, 21);
275      this.label6.Name = "label6";
276      this.label6.Size = new System.Drawing.Size(39, 13);
277      this.label6.TabIndex = 0;
278      this.label6.Text = "&X-Axis:";
279      //
[7216]280      // label9
281      //
282      this.label9.AutoSize = true;
[7244]283      this.label9.Location = new System.Drawing.Point(6, 22);
[7216]284      this.label9.Name = "label9";
[7244]285      this.label9.Size = new System.Drawing.Size(38, 13);
[7216]286      this.label9.TabIndex = 0;
[7244]287      this.label9.Text = "&Name:";
[7216]288      //
[6010]289      // histoGramGroupBox
290      //
[7244]291      this.histoGramGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
292            | System.Windows.Forms.AnchorStyles.Right)));
293      this.histoGramGroupBox.Controls.Add(this.binsExactRadioButton);
294      this.histoGramGroupBox.Controls.Add(this.binsApproximatelyRadioButton);
[6010]295      this.histoGramGroupBox.Controls.Add(this.binsNumericUpDown);
296      this.histoGramGroupBox.Controls.Add(this.label3);
[7244]297      this.histoGramGroupBox.Location = new System.Drawing.Point(0, 280);
[6010]298      this.histoGramGroupBox.Name = "histoGramGroupBox";
[7244]299      this.histoGramGroupBox.Size = new System.Drawing.Size(327, 47);
[6012]300      this.histoGramGroupBox.TabIndex = 2;
[6010]301      this.histoGramGroupBox.TabStop = false;
[7244]302      this.histoGramGroupBox.Text = "Histogram Properties";
[6010]303      //
[7244]304      // binsExactRadioButton
[6014]305      //
[7244]306      this.binsExactRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
307      this.binsExactRadioButton.AutoSize = true;
308      this.binsExactRadioButton.Location = new System.Drawing.Point(269, 19);
309      this.binsExactRadioButton.Name = "binsExactRadioButton";
310      this.binsExactRadioButton.Size = new System.Drawing.Size(52, 17);
311      this.binsExactRadioButton.TabIndex = 3;
312      this.binsExactRadioButton.TabStop = true;
313      this.binsExactRadioButton.Text = "&Exact";
314      this.binsExactRadioButton.UseVisualStyleBackColor = true;
315      this.binsExactRadioButton.CheckedChanged += new System.EventHandler(this.binNumberRadioButton_CheckedChanged);
[6014]316      //
317      // binsApproximatelyRadioButton
318      //
[7244]319      this.binsApproximatelyRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
[6014]320      this.binsApproximatelyRadioButton.AutoSize = true;
[7244]321      this.binsApproximatelyRadioButton.Location = new System.Drawing.Point(173, 19);
[6014]322      this.binsApproximatelyRadioButton.Name = "binsApproximatelyRadioButton";
323      this.binsApproximatelyRadioButton.Size = new System.Drawing.Size(90, 17);
[7244]324      this.binsApproximatelyRadioButton.TabIndex = 2;
[6014]325      this.binsApproximatelyRadioButton.TabStop = true;
[7244]326      this.binsApproximatelyRadioButton.Text = "&Approximately";
[6014]327      this.binsApproximatelyRadioButton.UseVisualStyleBackColor = true;
[6016]328      this.binsApproximatelyRadioButton.CheckedChanged += new System.EventHandler(this.binNumberRadioButton_CheckedChanged);
[6014]329      //
[6012]330      // lineChartGroupBox
[6011]331      //
[7244]332      this.lineChartGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
333            | System.Windows.Forms.AnchorStyles.Right)));
[6012]334      this.lineChartGroupBox.Controls.Add(this.lineWidthNumericUpDown);
335      this.lineChartGroupBox.Controls.Add(this.label4);
336      this.lineChartGroupBox.Controls.Add(this.startIndexZeroCheckBox);
337      this.lineChartGroupBox.Controls.Add(this.label7);
338      this.lineChartGroupBox.Controls.Add(this.lineStyleComboBox);
339      this.lineChartGroupBox.Controls.Add(this.label8);
[7244]340      this.lineChartGroupBox.Location = new System.Drawing.Point(0, 180);
[6012]341      this.lineChartGroupBox.Name = "lineChartGroupBox";
[7244]342      this.lineChartGroupBox.Size = new System.Drawing.Size(327, 94);
[6012]343      this.lineChartGroupBox.TabIndex = 1;
344      this.lineChartGroupBox.TabStop = false;
[7244]345      this.lineChartGroupBox.Text = "Line Properties";
[6011]346      //
[6012]347      // lineWidthNumericUpDown
348      //
[7244]349      this.lineWidthNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
350            | System.Windows.Forms.AnchorStyles.Right)));
351      this.lineWidthNumericUpDown.Location = new System.Drawing.Point(82, 66);
[6012]352      this.lineWidthNumericUpDown.Minimum = new decimal(new int[] {
353            1,
354            0,
355            0,
356            0});
357      this.lineWidthNumericUpDown.Name = "lineWidthNumericUpDown";
[7244]358      this.lineWidthNumericUpDown.Size = new System.Drawing.Size(239, 20);
[6012]359      this.lineWidthNumericUpDown.TabIndex = 5;
360      this.lineWidthNumericUpDown.Value = new decimal(new int[] {
361            1,
362            0,
363            0,
364            0});
365      this.lineWidthNumericUpDown.ValueChanged += new System.EventHandler(this.lineWidthNumericUpDown_ValueChanged);
366      //
367      // label4
368      //
369      this.label4.AutoSize = true;
[7244]370      this.label4.Location = new System.Drawing.Point(6, 68);
[6012]371      this.label4.Name = "label4";
[7244]372      this.label4.Size = new System.Drawing.Size(38, 13);
[6012]373      this.label4.TabIndex = 4;
[7244]374      this.label4.Text = "&Width:";
[6012]375      //
376      // label7
377      //
378      this.label7.AutoSize = true;
[7244]379      this.label7.Location = new System.Drawing.Point(6, 46);
[6012]380      this.label7.Name = "label7";
[7244]381      this.label7.Size = new System.Drawing.Size(70, 13);
[6012]382      this.label7.TabIndex = 2;
[7244]383      this.label7.Text = "Start &Index 0:";
[6012]384      //
385      // lineStyleComboBox
386      //
[7244]387      this.lineStyleComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
388            | System.Windows.Forms.AnchorStyles.Right)));
[6012]389      this.lineStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
390      this.lineStyleComboBox.FormattingEnabled = true;
[7244]391      this.lineStyleComboBox.Location = new System.Drawing.Point(82, 19);
[6012]392      this.lineStyleComboBox.Name = "lineStyleComboBox";
[7244]393      this.lineStyleComboBox.Size = new System.Drawing.Size(239, 21);
[6012]394      this.lineStyleComboBox.TabIndex = 1;
395      this.lineStyleComboBox.SelectedValueChanged += new System.EventHandler(this.lineStyleComboBox_SelectedValueChanged);
396      //
397      // label8
398      //
399      this.label8.AutoSize = true;
[7244]400      this.label8.Location = new System.Drawing.Point(6, 22);
[6012]401      this.label8.Name = "label8";
[7244]402      this.label8.Size = new System.Drawing.Size(33, 13);
[6012]403      this.label8.TabIndex = 0;
[7244]404      this.label8.Text = "&Style:";
[6012]405      //
[7244]406      // panel1
407      //
408      this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
409            | System.Windows.Forms.AnchorStyles.Right)));
410      this.panel1.Controls.Add(this.xAxisPrimaryRadioButton);
411      this.panel1.Controls.Add(this.xAxisSecondaryRadioButton);
412      this.panel1.Location = new System.Drawing.Point(51, 19);
413      this.panel1.Name = "panel1";
414      this.panel1.Size = new System.Drawing.Size(258, 17);
415      this.panel1.TabIndex = 6;
416      //
417      // panel2
418      //
419      this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
420            | System.Windows.Forms.AnchorStyles.Right)));
421      this.panel2.Controls.Add(this.yAxisSecondaryRadioButton);
422      this.panel2.Controls.Add(this.yAxisPrimaryRadioButton);
423      this.panel2.Location = new System.Drawing.Point(51, 42);
424      this.panel2.Name = "panel2";
425      this.panel2.Size = new System.Drawing.Size(258, 17);
426      this.panel2.TabIndex = 7;
427      //
[6010]428      // DataRowVisualPropertiesControl
429      //
430      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
[7967]431      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
[6012]432      this.Controls.Add(this.lineChartGroupBox);
[6010]433      this.Controls.Add(this.histoGramGroupBox);
434      this.Controls.Add(this.commonGroupBox);
435      this.Name = "DataRowVisualPropertiesControl";
[7244]436      this.Size = new System.Drawing.Size(327, 331);
[6010]437      ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).EndInit();
438      this.commonGroupBox.ResumeLayout(false);
439      this.commonGroupBox.PerformLayout();
[6016]440      this.axisGroupBox.ResumeLayout(false);
441      this.axisGroupBox.PerformLayout();
[6010]442      this.histoGramGroupBox.ResumeLayout(false);
443      this.histoGramGroupBox.PerformLayout();
[6012]444      this.lineChartGroupBox.ResumeLayout(false);
445      this.lineChartGroupBox.PerformLayout();
446      ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).EndInit();
[7244]447      this.panel1.ResumeLayout(false);
448      this.panel1.PerformLayout();
449      this.panel2.ResumeLayout(false);
450      this.panel2.PerformLayout();
[6010]451      this.ResumeLayout(false);
452
453    }
454
455    #endregion
456
457    private System.Windows.Forms.ComboBox chartTypeComboBox;
458    private System.Windows.Forms.ColorDialog colorDialog;
459    private System.Windows.Forms.Button colorButton;
460    private System.Windows.Forms.CheckBox startIndexZeroCheckBox;
461    private System.Windows.Forms.NumericUpDown binsNumericUpDown;
462    private System.Windows.Forms.Label label1;
463    private System.Windows.Forms.Label label2;
464    private System.Windows.Forms.Label label3;
465    private System.Windows.Forms.GroupBox commonGroupBox;
466    private System.Windows.Forms.GroupBox histoGramGroupBox;
[6012]467    private System.Windows.Forms.RadioButton xAxisSecondaryRadioButton;
468    private System.Windows.Forms.RadioButton yAxisSecondaryRadioButton;
469    private System.Windows.Forms.RadioButton xAxisPrimaryRadioButton;
470    private System.Windows.Forms.RadioButton yAxisPrimaryRadioButton;
471    private System.Windows.Forms.Label label6;
472    private System.Windows.Forms.GroupBox lineChartGroupBox;
473    private System.Windows.Forms.NumericUpDown lineWidthNumericUpDown;
474    private System.Windows.Forms.Label label4;
475    private System.Windows.Forms.Label label7;
476    private System.Windows.Forms.RadioButton binsExactRadioButton;
477    private System.Windows.Forms.RadioButton binsApproximatelyRadioButton;
478    private System.Windows.Forms.ComboBox lineStyleComboBox;
479    private System.Windows.Forms.Label label8;
[6014]480    private System.Windows.Forms.Label label5;
481    private System.Windows.Forms.GroupBox axisGroupBox;
[6628]482    private System.Windows.Forms.TextBox displayNameTextBox;
483    private System.Windows.Forms.Label label9;
[7244]484    private System.Windows.Forms.Panel panel2;
485    private System.Windows.Forms.Panel panel1;
[6010]486  }
487}
Note: See TracBrowser for help on using the repository browser.