Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PersistenceSpeedUp/HeuristicLab.Analysis.Views/3.3/DataRowVisualPropertiesControl.Designer.cs @ 15601

Last change on this file since 15601 was 6760, checked in by epitzer, 13 years ago

#1530 integrate changes from trunk

File size: 22.3 KB
RevLine 
[6010]1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
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();
[6016]56      this.axisGroupBox = new System.Windows.Forms.GroupBox();
57      this.label5 = new System.Windows.Forms.Label();
58      this.label6 = new System.Windows.Forms.Label();
59      this.panel1 = new System.Windows.Forms.Panel();
60      this.yAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
61      this.yAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
[6014]62      this.panel2 = new System.Windows.Forms.Panel();
63      this.xAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
[6012]64      this.xAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
[6010]65      this.histoGramGroupBox = new System.Windows.Forms.GroupBox();
[6014]66      this.panel3 = new System.Windows.Forms.Panel();
67      this.binsApproximatelyRadioButton = new System.Windows.Forms.RadioButton();
68      this.binsExactRadioButton = new System.Windows.Forms.RadioButton();
[6012]69      this.lineChartGroupBox = new System.Windows.Forms.GroupBox();
70      this.lineWidthNumericUpDown = new System.Windows.Forms.NumericUpDown();
71      this.label4 = new System.Windows.Forms.Label();
72      this.label7 = new System.Windows.Forms.Label();
73      this.lineStyleComboBox = new System.Windows.Forms.ComboBox();
74      this.label8 = new System.Windows.Forms.Label();
[6628]75      this.label9 = new System.Windows.Forms.Label();
76      this.displayNameTextBox = new System.Windows.Forms.TextBox();
[6010]77      ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).BeginInit();
78      this.commonGroupBox.SuspendLayout();
[6016]79      this.axisGroupBox.SuspendLayout();
80      this.panel1.SuspendLayout();
[6014]81      this.panel2.SuspendLayout();
[6010]82      this.histoGramGroupBox.SuspendLayout();
[6014]83      this.panel3.SuspendLayout();
[6012]84      this.lineChartGroupBox.SuspendLayout();
85      ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).BeginInit();
[6010]86      this.SuspendLayout();
87      //
88      // chartTypeComboBox
89      //
90      this.chartTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
91      this.chartTypeComboBox.FormattingEnabled = true;
[6628]92      this.chartTypeComboBox.Location = new System.Drawing.Point(89, 45);
[6010]93      this.chartTypeComboBox.Name = "chartTypeComboBox";
[6628]94      this.chartTypeComboBox.Size = new System.Drawing.Size(211, 21);
[6012]95      this.chartTypeComboBox.TabIndex = 1;
[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;
[6628]105      this.colorButton.Location = new System.Drawing.Point(89, 72);
[6010]106      this.colorButton.Name = "colorButton";
107      this.colorButton.Size = new System.Drawing.Size(23, 23);
[6012]108      this.colorButton.TabIndex = 3;
[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;
[6012]116      this.startIndexZeroCheckBox.Location = new System.Drawing.Point(96, 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      //
[6012]125      this.binsNumericUpDown.Location = new System.Drawing.Point(44, 19);
126      this.binsNumericUpDown.Minimum = new decimal(new int[] {
127            1,
128            0,
129            0,
130            0});
[6010]131      this.binsNumericUpDown.Name = "binsNumericUpDown";
[6012]132      this.binsNumericUpDown.Size = new System.Drawing.Size(96, 20);
133      this.binsNumericUpDown.TabIndex = 1;
134      this.binsNumericUpDown.Value = new decimal(new int[] {
135            1,
136            0,
137            0,
138            0});
[6010]139      this.binsNumericUpDown.ValueChanged += new System.EventHandler(this.binsNumericUpDown_ValueChanged);
140      //
141      // label1
142      //
143      this.label1.AutoSize = true;
[6628]144      this.label1.Location = new System.Drawing.Point(8, 48);
[6010]145      this.label1.Name = "label1";
[6628]146      this.label1.Size = new System.Drawing.Size(58, 13);
[6012]147      this.label1.TabIndex = 0;
[6628]148      this.label1.Text = "Chart type:";
[6010]149      //
150      // label2
151      //
152      this.label2.AutoSize = true;
[6628]153      this.label2.Location = new System.Drawing.Point(8, 77);
[6010]154      this.label2.Name = "label2";
155      this.label2.Size = new System.Drawing.Size(34, 13);
[6012]156      this.label2.TabIndex = 2;
[6010]157      this.label2.Text = "Color:";
158      //
159      // label3
160      //
161      this.label3.AutoSize = true;
162      this.label3.Location = new System.Drawing.Point(8, 21);
163      this.label3.Name = "label3";
164      this.label3.Size = new System.Drawing.Size(30, 13);
[6012]165      this.label3.TabIndex = 0;
[6010]166      this.label3.Text = "Bins:";
167      //
168      // commonGroupBox
169      //
170      this.commonGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
171                  | System.Windows.Forms.AnchorStyles.Right)));
[6628]172      this.commonGroupBox.Controls.Add(this.displayNameTextBox);
[6014]173      this.commonGroupBox.Controls.Add(this.axisGroupBox);
[6010]174      this.commonGroupBox.Controls.Add(this.colorButton);
[6628]175      this.commonGroupBox.Controls.Add(this.label9);
[6010]176      this.commonGroupBox.Controls.Add(this.label1);
177      this.commonGroupBox.Controls.Add(this.label2);
178      this.commonGroupBox.Controls.Add(this.chartTypeComboBox);
179      this.commonGroupBox.Location = new System.Drawing.Point(3, 3);
180      this.commonGroupBox.Name = "commonGroupBox";
[6628]181      this.commonGroupBox.Size = new System.Drawing.Size(313, 181);
[6012]182      this.commonGroupBox.TabIndex = 0;
[6010]183      this.commonGroupBox.TabStop = false;
184      this.commonGroupBox.Text = "Common";
185      //
[6016]186      // axisGroupBox
[6014]187      //
[6016]188      this.axisGroupBox.Controls.Add(this.label5);
189      this.axisGroupBox.Controls.Add(this.label6);
190      this.axisGroupBox.Controls.Add(this.panel1);
191      this.axisGroupBox.Controls.Add(this.panel2);
[6628]192      this.axisGroupBox.Location = new System.Drawing.Point(6, 101);
[6016]193      this.axisGroupBox.Name = "axisGroupBox";
194      this.axisGroupBox.Size = new System.Drawing.Size(299, 75);
195      this.axisGroupBox.TabIndex = 9;
196      this.axisGroupBox.TabStop = false;
[6628]197      this.axisGroupBox.Text = "Display data on";
[6014]198      //
[6016]199      // label5
[6014]200      //
[6016]201      this.label5.AutoSize = true;
202      this.label5.Location = new System.Drawing.Point(6, 46);
203      this.label5.Name = "label5";
204      this.label5.Size = new System.Drawing.Size(39, 13);
205      this.label5.TabIndex = 6;
[6628]206      this.label5.Text = "Y-Axis:";
[6014]207      //
[6016]208      // label6
[6012]209      //
[6016]210      this.label6.AutoSize = true;
211      this.label6.Location = new System.Drawing.Point(6, 22);
212      this.label6.Name = "label6";
213      this.label6.Size = new System.Drawing.Size(39, 13);
214      this.label6.TabIndex = 6;
[6628]215      this.label6.Text = "X-Axis:";
[6012]216      //
[6014]217      // panel1
218      //
219      this.panel1.Controls.Add(this.yAxisSecondaryRadioButton);
220      this.panel1.Controls.Add(this.yAxisPrimaryRadioButton);
221      this.panel1.Location = new System.Drawing.Point(63, 40);
222      this.panel1.Name = "panel1";
223      this.panel1.Size = new System.Drawing.Size(231, 25);
224      this.panel1.TabIndex = 5;
225      //
[6012]226      // yAxisSecondaryRadioButton
227      //
228      this.yAxisSecondaryRadioButton.AutoSize = true;
[6014]229      this.yAxisSecondaryRadioButton.Location = new System.Drawing.Point(70, 4);
[6012]230      this.yAxisSecondaryRadioButton.Name = "yAxisSecondaryRadioButton";
231      this.yAxisSecondaryRadioButton.Size = new System.Drawing.Size(76, 17);
232      this.yAxisSecondaryRadioButton.TabIndex = 1;
233      this.yAxisSecondaryRadioButton.TabStop = true;
234      this.yAxisSecondaryRadioButton.Text = "Secondary";
235      this.yAxisSecondaryRadioButton.UseVisualStyleBackColor = true;
236      this.yAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
237      //
238      // yAxisPrimaryRadioButton
239      //
240      this.yAxisPrimaryRadioButton.AutoSize = true;
[6014]241      this.yAxisPrimaryRadioButton.Location = new System.Drawing.Point(4, 4);
[6012]242      this.yAxisPrimaryRadioButton.Name = "yAxisPrimaryRadioButton";
243      this.yAxisPrimaryRadioButton.Size = new System.Drawing.Size(59, 17);
244      this.yAxisPrimaryRadioButton.TabIndex = 0;
245      this.yAxisPrimaryRadioButton.TabStop = true;
246      this.yAxisPrimaryRadioButton.Text = "Primary";
247      this.yAxisPrimaryRadioButton.UseVisualStyleBackColor = true;
248      this.yAxisPrimaryRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
249      //
[6016]250      // panel2
[6012]251      //
[6016]252      this.panel2.Controls.Add(this.xAxisPrimaryRadioButton);
253      this.panel2.Controls.Add(this.xAxisSecondaryRadioButton);
254      this.panel2.Location = new System.Drawing.Point(63, 16);
255      this.panel2.Name = "panel2";
256      this.panel2.Size = new System.Drawing.Size(231, 25);
257      this.panel2.TabIndex = 7;
[6012]258      //
[6016]259      // xAxisPrimaryRadioButton
260      //
261      this.xAxisPrimaryRadioButton.AutoSize = true;
262      this.xAxisPrimaryRadioButton.Location = new System.Drawing.Point(4, 4);
263      this.xAxisPrimaryRadioButton.Name = "xAxisPrimaryRadioButton";
264      this.xAxisPrimaryRadioButton.Size = new System.Drawing.Size(59, 17);
265      this.xAxisPrimaryRadioButton.TabIndex = 0;
266      this.xAxisPrimaryRadioButton.TabStop = true;
267      this.xAxisPrimaryRadioButton.Text = "Primary";
268      this.xAxisPrimaryRadioButton.UseVisualStyleBackColor = true;
269      this.xAxisPrimaryRadioButton.CheckedChanged += new System.EventHandler(this.xAxisRadioButton_CheckedChanged);
270      //
271      // xAxisSecondaryRadioButton
272      //
273      this.xAxisSecondaryRadioButton.AutoSize = true;
274      this.xAxisSecondaryRadioButton.Location = new System.Drawing.Point(70, 4);
275      this.xAxisSecondaryRadioButton.Name = "xAxisSecondaryRadioButton";
276      this.xAxisSecondaryRadioButton.Size = new System.Drawing.Size(76, 17);
277      this.xAxisSecondaryRadioButton.TabIndex = 1;
278      this.xAxisSecondaryRadioButton.TabStop = true;
279      this.xAxisSecondaryRadioButton.Text = "Secondary";
280      this.xAxisSecondaryRadioButton.UseVisualStyleBackColor = true;
281      this.xAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.xAxisRadioButton_CheckedChanged);
282      //
[6010]283      // histoGramGroupBox
284      //
285      this.histoGramGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
286                  | System.Windows.Forms.AnchorStyles.Right)));
[6012]287      this.histoGramGroupBox.Controls.Add(this.panel3);
[6010]288      this.histoGramGroupBox.Controls.Add(this.binsNumericUpDown);
289      this.histoGramGroupBox.Controls.Add(this.label3);
[6628]290      this.histoGramGroupBox.Location = new System.Drawing.Point(3, 292);
[6010]291      this.histoGramGroupBox.Name = "histoGramGroupBox";
[6014]292      this.histoGramGroupBox.Size = new System.Drawing.Size(313, 49);
[6012]293      this.histoGramGroupBox.TabIndex = 2;
[6010]294      this.histoGramGroupBox.TabStop = false;
295      this.histoGramGroupBox.Text = "Histogram";
296      //
[6014]297      // panel3
298      //
299      this.panel3.Controls.Add(this.binsApproximatelyRadioButton);
300      this.panel3.Controls.Add(this.binsExactRadioButton);
301      this.panel3.Location = new System.Drawing.Point(146, 16);
302      this.panel3.Name = "panel3";
303      this.panel3.Size = new System.Drawing.Size(154, 25);
304      this.panel3.TabIndex = 2;
305      //
306      // binsApproximatelyRadioButton
307      //
308      this.binsApproximatelyRadioButton.AutoSize = true;
309      this.binsApproximatelyRadioButton.Location = new System.Drawing.Point(4, 4);
310      this.binsApproximatelyRadioButton.Name = "binsApproximatelyRadioButton";
311      this.binsApproximatelyRadioButton.Size = new System.Drawing.Size(90, 17);
312      this.binsApproximatelyRadioButton.TabIndex = 0;
313      this.binsApproximatelyRadioButton.TabStop = true;
314      this.binsApproximatelyRadioButton.Text = "Approximately";
315      this.binsApproximatelyRadioButton.UseVisualStyleBackColor = true;
[6016]316      this.binsApproximatelyRadioButton.CheckedChanged += new System.EventHandler(this.binNumberRadioButton_CheckedChanged);
[6014]317      //
318      // binsExactRadioButton
319      //
320      this.binsExactRadioButton.AutoSize = true;
321      this.binsExactRadioButton.Location = new System.Drawing.Point(100, 4);
322      this.binsExactRadioButton.Name = "binsExactRadioButton";
323      this.binsExactRadioButton.Size = new System.Drawing.Size(52, 17);
324      this.binsExactRadioButton.TabIndex = 1;
325      this.binsExactRadioButton.TabStop = true;
326      this.binsExactRadioButton.Text = "Exact";
327      this.binsExactRadioButton.UseVisualStyleBackColor = true;
[6016]328      this.binsExactRadioButton.CheckedChanged += new System.EventHandler(this.binNumberRadioButton_CheckedChanged);
[6014]329      //
[6012]330      // lineChartGroupBox
[6011]331      //
[6014]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);
[6628]340      this.lineChartGroupBox.Location = new System.Drawing.Point(3, 190);
[6012]341      this.lineChartGroupBox.Name = "lineChartGroupBox";
[6014]342      this.lineChartGroupBox.Size = new System.Drawing.Size(313, 96);
[6012]343      this.lineChartGroupBox.TabIndex = 1;
344      this.lineChartGroupBox.TabStop = false;
[6628]345      this.lineChartGroupBox.Text = "Line chart";
[6011]346      //
[6012]347      // lineWidthNumericUpDown
348      //
349      this.lineWidthNumericUpDown.Location = new System.Drawing.Point(96, 66);
350      this.lineWidthNumericUpDown.Minimum = new decimal(new int[] {
351            1,
352            0,
353            0,
354            0});
355      this.lineWidthNumericUpDown.Name = "lineWidthNumericUpDown";
356      this.lineWidthNumericUpDown.Size = new System.Drawing.Size(65, 20);
357      this.lineWidthNumericUpDown.TabIndex = 5;
358      this.lineWidthNumericUpDown.Value = new decimal(new int[] {
359            1,
360            0,
361            0,
362            0});
363      this.lineWidthNumericUpDown.ValueChanged += new System.EventHandler(this.lineWidthNumericUpDown_ValueChanged);
364      //
365      // label4
366      //
367      this.label4.AutoSize = true;
368      this.label4.Location = new System.Drawing.Point(8, 68);
369      this.label4.Name = "label4";
[6628]370      this.label4.Size = new System.Drawing.Size(58, 13);
[6012]371      this.label4.TabIndex = 4;
[6628]372      this.label4.Text = "Line width:";
[6012]373      //
374      // label7
375      //
376      this.label7.AutoSize = true;
377      this.label7.Location = new System.Drawing.Point(8, 46);
378      this.label7.Name = "label7";
[6628]379      this.label7.Size = new System.Drawing.Size(81, 13);
[6012]380      this.label7.TabIndex = 2;
[6628]381      this.label7.Text = "Start index at 0:";
[6012]382      //
383      // lineStyleComboBox
384      //
385      this.lineStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
386      this.lineStyleComboBox.FormattingEnabled = true;
387      this.lineStyleComboBox.Location = new System.Drawing.Point(96, 19);
388      this.lineStyleComboBox.Name = "lineStyleComboBox";
[6014]389      this.lineStyleComboBox.Size = new System.Drawing.Size(204, 21);
[6012]390      this.lineStyleComboBox.TabIndex = 1;
391      this.lineStyleComboBox.SelectedValueChanged += new System.EventHandler(this.lineStyleComboBox_SelectedValueChanged);
392      //
393      // label8
394      //
395      this.label8.AutoSize = true;
396      this.label8.Location = new System.Drawing.Point(8, 22);
397      this.label8.Name = "label8";
[6628]398      this.label8.Size = new System.Drawing.Size(54, 13);
[6012]399      this.label8.TabIndex = 0;
[6628]400      this.label8.Text = "Line style:";
[6012]401      //
[6628]402      // label9
403      //
404      this.label9.AutoSize = true;
405      this.label9.Location = new System.Drawing.Point(8, 22);
406      this.label9.Name = "label9";
407      this.label9.Size = new System.Drawing.Size(75, 13);
408      this.label9.TabIndex = 0;
409      this.label9.Text = "Display Name:";
410      //
411      // displayNameTextBox
412      //
413      this.displayNameTextBox.Location = new System.Drawing.Point(89, 19);
414      this.displayNameTextBox.Name = "displayNameTextBox";
415      this.displayNameTextBox.Size = new System.Drawing.Size(211, 20);
416      this.displayNameTextBox.TabIndex = 10;
417      this.displayNameTextBox.Validated += new System.EventHandler(this.displayNameTextBox_Validated);
418      //
[6010]419      // DataRowVisualPropertiesControl
420      //
421      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
422      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[6012]423      this.Controls.Add(this.lineChartGroupBox);
[6010]424      this.Controls.Add(this.histoGramGroupBox);
425      this.Controls.Add(this.commonGroupBox);
426      this.Name = "DataRowVisualPropertiesControl";
[6628]427      this.Size = new System.Drawing.Size(319, 347);
[6010]428      ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).EndInit();
429      this.commonGroupBox.ResumeLayout(false);
430      this.commonGroupBox.PerformLayout();
[6016]431      this.axisGroupBox.ResumeLayout(false);
432      this.axisGroupBox.PerformLayout();
433      this.panel1.ResumeLayout(false);
434      this.panel1.PerformLayout();
[6014]435      this.panel2.ResumeLayout(false);
436      this.panel2.PerformLayout();
[6010]437      this.histoGramGroupBox.ResumeLayout(false);
438      this.histoGramGroupBox.PerformLayout();
[6014]439      this.panel3.ResumeLayout(false);
440      this.panel3.PerformLayout();
[6012]441      this.lineChartGroupBox.ResumeLayout(false);
442      this.lineChartGroupBox.PerformLayout();
443      ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).EndInit();
[6010]444      this.ResumeLayout(false);
445
446    }
447
448    #endregion
449
450    private System.Windows.Forms.ComboBox chartTypeComboBox;
451    private System.Windows.Forms.ColorDialog colorDialog;
452    private System.Windows.Forms.Button colorButton;
453    private System.Windows.Forms.CheckBox startIndexZeroCheckBox;
454    private System.Windows.Forms.NumericUpDown binsNumericUpDown;
455    private System.Windows.Forms.Label label1;
456    private System.Windows.Forms.Label label2;
457    private System.Windows.Forms.Label label3;
458    private System.Windows.Forms.GroupBox commonGroupBox;
459    private System.Windows.Forms.GroupBox histoGramGroupBox;
[6012]460    private System.Windows.Forms.RadioButton xAxisSecondaryRadioButton;
461    private System.Windows.Forms.RadioButton yAxisSecondaryRadioButton;
462    private System.Windows.Forms.RadioButton xAxisPrimaryRadioButton;
463    private System.Windows.Forms.RadioButton yAxisPrimaryRadioButton;
464    private System.Windows.Forms.Label label6;
465    private System.Windows.Forms.GroupBox lineChartGroupBox;
466    private System.Windows.Forms.NumericUpDown lineWidthNumericUpDown;
467    private System.Windows.Forms.Label label4;
468    private System.Windows.Forms.Label label7;
469    private System.Windows.Forms.RadioButton binsExactRadioButton;
470    private System.Windows.Forms.RadioButton binsApproximatelyRadioButton;
471    private System.Windows.Forms.Panel panel2;
472    private System.Windows.Forms.Panel panel1;
473    private System.Windows.Forms.Panel panel3;
474    private System.Windows.Forms.ComboBox lineStyleComboBox;
475    private System.Windows.Forms.Label label8;
[6014]476    private System.Windows.Forms.Label label5;
477    private System.Windows.Forms.GroupBox axisGroupBox;
[6628]478    private System.Windows.Forms.TextBox displayNameTextBox;
479    private System.Windows.Forms.Label label9;
[6010]480  }
481}
Note: See TracBrowser for help on using the repository browser.