Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Analysis.Views/3.3/DataRowVisualPropertiesControl.Designer.cs @ 9456

Last change on this file since 9456 was 9456, checked in by swagner, 11 years ago

Updated copyright year and added some missing license headers (#1889)

File size: 23.9 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2013 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();
56      this.displayNameTextBox = new System.Windows.Forms.TextBox();
57      this.axisGroupBox = new System.Windows.Forms.GroupBox();
58      this.yAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
59      this.xAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
60      this.yAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
61      this.label5 = new System.Windows.Forms.Label();
62      this.xAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
63      this.label6 = new System.Windows.Forms.Label();
64      this.label9 = new System.Windows.Forms.Label();
65      this.histoGramGroupBox = new System.Windows.Forms.GroupBox();
66      this.binsExactRadioButton = new System.Windows.Forms.RadioButton();
67      this.binsApproximatelyRadioButton = new System.Windows.Forms.RadioButton();
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();
74      this.panel1 = new System.Windows.Forms.Panel();
75      this.panel2 = new System.Windows.Forms.Panel();
76      ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).BeginInit();
77      this.commonGroupBox.SuspendLayout();
78      this.axisGroupBox.SuspendLayout();
79      this.histoGramGroupBox.SuspendLayout();
80      this.lineChartGroupBox.SuspendLayout();
81      ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).BeginInit();
82      this.panel1.SuspendLayout();
83      this.panel2.SuspendLayout();
84      this.SuspendLayout();
85      //
86      // chartTypeComboBox
87      //
88      this.chartTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
89            | System.Windows.Forms.AnchorStyles.Right)));
90      this.chartTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
91      this.chartTypeComboBox.FormattingEnabled = true;
92      this.chartTypeComboBox.Location = new System.Drawing.Point(57, 45);
93      this.chartTypeComboBox.Name = "chartTypeComboBox";
94      this.chartTypeComboBox.Size = new System.Drawing.Size(264, 21);
95      this.chartTypeComboBox.TabIndex = 3;
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;
105      this.colorButton.Location = new System.Drawing.Point(56, 72);
106      this.colorButton.Name = "colorButton";
107      this.colorButton.Size = new System.Drawing.Size(23, 23);
108      this.colorButton.TabIndex = 5;
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;
116      this.startIndexZeroCheckBox.Location = new System.Drawing.Point(81, 46);
117      this.startIndexZeroCheckBox.Name = "startIndexZeroCheckBox";
118      this.startIndexZeroCheckBox.Size = new System.Drawing.Size(15, 14);
119      this.startIndexZeroCheckBox.TabIndex = 3;
120      this.startIndexZeroCheckBox.UseVisualStyleBackColor = true;
121      this.startIndexZeroCheckBox.CheckedChanged += new System.EventHandler(this.startIndexZeroCheckBox_CheckedChanged);
122      //
123      // binsNumericUpDown
124      //
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);
128      this.binsNumericUpDown.Minimum = new decimal(new int[] {
129            1,
130            0,
131            0,
132            0});
133      this.binsNumericUpDown.Name = "binsNumericUpDown";
134      this.binsNumericUpDown.Size = new System.Drawing.Size(97, 20);
135      this.binsNumericUpDown.TabIndex = 1;
136      this.binsNumericUpDown.Value = new decimal(new int[] {
137            1,
138            0,
139            0,
140            0});
141      this.binsNumericUpDown.ValueChanged += new System.EventHandler(this.binsNumericUpDown_ValueChanged);
142      //
143      // label1
144      //
145      this.label1.AutoSize = true;
146      this.label1.Location = new System.Drawing.Point(6, 48);
147      this.label1.Name = "label1";
148      this.label1.Size = new System.Drawing.Size(34, 13);
149      this.label1.TabIndex = 2;
150      this.label1.Text = "&Type:";
151      //
152      // label2
153      //
154      this.label2.AutoSize = true;
155      this.label2.Location = new System.Drawing.Point(6, 77);
156      this.label2.Name = "label2";
157      this.label2.Size = new System.Drawing.Size(34, 13);
158      this.label2.TabIndex = 4;
159      this.label2.Text = "&Color:";
160      //
161      // label3
162      //
163      this.label3.AutoSize = true;
164      this.label3.Location = new System.Drawing.Point(6, 21);
165      this.label3.Name = "label3";
166      this.label3.Size = new System.Drawing.Size(30, 13);
167      this.label3.TabIndex = 0;
168      this.label3.Text = "&Bins:";
169      //
170      // commonGroupBox
171      //
172      this.commonGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
173            | System.Windows.Forms.AnchorStyles.Right)));
174      this.commonGroupBox.Controls.Add(this.displayNameTextBox);
175      this.commonGroupBox.Controls.Add(this.axisGroupBox);
176      this.commonGroupBox.Controls.Add(this.colorButton);
177      this.commonGroupBox.Controls.Add(this.label9);
178      this.commonGroupBox.Controls.Add(this.label1);
179      this.commonGroupBox.Controls.Add(this.label2);
180      this.commonGroupBox.Controls.Add(this.chartTypeComboBox);
181      this.commonGroupBox.Location = new System.Drawing.Point(0, 0);
182      this.commonGroupBox.Name = "commonGroupBox";
183      this.commonGroupBox.Size = new System.Drawing.Size(327, 174);
184      this.commonGroupBox.TabIndex = 0;
185      this.commonGroupBox.TabStop = false;
186      this.commonGroupBox.Text = "Common";
187      //
188      // displayNameTextBox
189      //
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);
193      this.displayNameTextBox.Name = "displayNameTextBox";
194      this.displayNameTextBox.Size = new System.Drawing.Size(264, 20);
195      this.displayNameTextBox.TabIndex = 1;
196      this.displayNameTextBox.Validated += new System.EventHandler(this.displayNameTextBox_Validated);
197      //
198      // axisGroupBox
199      //
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);
205      this.axisGroupBox.Controls.Add(this.label5);
206      this.axisGroupBox.Controls.Add(this.label6);
207      this.axisGroupBox.Location = new System.Drawing.Point(6, 101);
208      this.axisGroupBox.Name = "axisGroupBox";
209      this.axisGroupBox.Size = new System.Drawing.Size(315, 67);
210      this.axisGroupBox.TabIndex = 6;
211      this.axisGroupBox.TabStop = false;
212      this.axisGroupBox.Text = "Axes";
213      //
214      // yAxisSecondaryRadioButton
215      //
216      this.yAxisSecondaryRadioButton.AutoSize = true;
217      this.yAxisSecondaryRadioButton.Location = new System.Drawing.Point(65, 0);
218      this.yAxisSecondaryRadioButton.Name = "yAxisSecondaryRadioButton";
219      this.yAxisSecondaryRadioButton.Size = new System.Drawing.Size(76, 17);
220      this.yAxisSecondaryRadioButton.TabIndex = 5;
221      this.yAxisSecondaryRadioButton.TabStop = true;
222      this.yAxisSecondaryRadioButton.Text = "&Secondary";
223      this.yAxisSecondaryRadioButton.UseVisualStyleBackColor = true;
224      this.yAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
225      //
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      //
238      // yAxisPrimaryRadioButton
239      //
240      this.yAxisPrimaryRadioButton.AutoSize = true;
241      this.yAxisPrimaryRadioButton.Location = new System.Drawing.Point(0, 0);
242      this.yAxisPrimaryRadioButton.Name = "yAxisPrimaryRadioButton";
243      this.yAxisPrimaryRadioButton.Size = new System.Drawing.Size(59, 17);
244      this.yAxisPrimaryRadioButton.TabIndex = 4;
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      //
250      // label5
251      //
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:";
258      //
259      // xAxisSecondaryRadioButton
260      //
261      this.xAxisSecondaryRadioButton.AutoSize = true;
262      this.xAxisSecondaryRadioButton.Location = new System.Drawing.Point(65, 0);
263      this.xAxisSecondaryRadioButton.Name = "xAxisSecondaryRadioButton";
264      this.xAxisSecondaryRadioButton.Size = new System.Drawing.Size(76, 17);
265      this.xAxisSecondaryRadioButton.TabIndex = 2;
266      this.xAxisSecondaryRadioButton.TabStop = true;
267      this.xAxisSecondaryRadioButton.Text = "&Secondary";
268      this.xAxisSecondaryRadioButton.UseVisualStyleBackColor = true;
269      this.xAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.xAxisRadioButton_CheckedChanged);
270      //
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      //
280      // label9
281      //
282      this.label9.AutoSize = true;
283      this.label9.Location = new System.Drawing.Point(6, 22);
284      this.label9.Name = "label9";
285      this.label9.Size = new System.Drawing.Size(38, 13);
286      this.label9.TabIndex = 0;
287      this.label9.Text = "&Name:";
288      //
289      // histoGramGroupBox
290      //
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);
295      this.histoGramGroupBox.Controls.Add(this.binsNumericUpDown);
296      this.histoGramGroupBox.Controls.Add(this.label3);
297      this.histoGramGroupBox.Location = new System.Drawing.Point(0, 280);
298      this.histoGramGroupBox.Name = "histoGramGroupBox";
299      this.histoGramGroupBox.Size = new System.Drawing.Size(327, 47);
300      this.histoGramGroupBox.TabIndex = 2;
301      this.histoGramGroupBox.TabStop = false;
302      this.histoGramGroupBox.Text = "Histogram Properties";
303      //
304      // binsExactRadioButton
305      //
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);
316      //
317      // binsApproximatelyRadioButton
318      //
319      this.binsApproximatelyRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
320      this.binsApproximatelyRadioButton.AutoSize = true;
321      this.binsApproximatelyRadioButton.Location = new System.Drawing.Point(173, 19);
322      this.binsApproximatelyRadioButton.Name = "binsApproximatelyRadioButton";
323      this.binsApproximatelyRadioButton.Size = new System.Drawing.Size(90, 17);
324      this.binsApproximatelyRadioButton.TabIndex = 2;
325      this.binsApproximatelyRadioButton.TabStop = true;
326      this.binsApproximatelyRadioButton.Text = "&Approximately";
327      this.binsApproximatelyRadioButton.UseVisualStyleBackColor = true;
328      this.binsApproximatelyRadioButton.CheckedChanged += new System.EventHandler(this.binNumberRadioButton_CheckedChanged);
329      //
330      // lineChartGroupBox
331      //
332      this.lineChartGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
333            | System.Windows.Forms.AnchorStyles.Right)));
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);
340      this.lineChartGroupBox.Location = new System.Drawing.Point(0, 180);
341      this.lineChartGroupBox.Name = "lineChartGroupBox";
342      this.lineChartGroupBox.Size = new System.Drawing.Size(327, 94);
343      this.lineChartGroupBox.TabIndex = 1;
344      this.lineChartGroupBox.TabStop = false;
345      this.lineChartGroupBox.Text = "Line Properties";
346      //
347      // lineWidthNumericUpDown
348      //
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);
352      this.lineWidthNumericUpDown.Minimum = new decimal(new int[] {
353            1,
354            0,
355            0,
356            0});
357      this.lineWidthNumericUpDown.Name = "lineWidthNumericUpDown";
358      this.lineWidthNumericUpDown.Size = new System.Drawing.Size(239, 20);
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;
370      this.label4.Location = new System.Drawing.Point(6, 68);
371      this.label4.Name = "label4";
372      this.label4.Size = new System.Drawing.Size(38, 13);
373      this.label4.TabIndex = 4;
374      this.label4.Text = "&Width:";
375      //
376      // label7
377      //
378      this.label7.AutoSize = true;
379      this.label7.Location = new System.Drawing.Point(6, 46);
380      this.label7.Name = "label7";
381      this.label7.Size = new System.Drawing.Size(70, 13);
382      this.label7.TabIndex = 2;
383      this.label7.Text = "Start &Index 0:";
384      //
385      // lineStyleComboBox
386      //
387      this.lineStyleComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
388            | System.Windows.Forms.AnchorStyles.Right)));
389      this.lineStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
390      this.lineStyleComboBox.FormattingEnabled = true;
391      this.lineStyleComboBox.Location = new System.Drawing.Point(82, 19);
392      this.lineStyleComboBox.Name = "lineStyleComboBox";
393      this.lineStyleComboBox.Size = new System.Drawing.Size(239, 21);
394      this.lineStyleComboBox.TabIndex = 1;
395      this.lineStyleComboBox.SelectedValueChanged += new System.EventHandler(this.lineStyleComboBox_SelectedValueChanged);
396      //
397      // label8
398      //
399      this.label8.AutoSize = true;
400      this.label8.Location = new System.Drawing.Point(6, 22);
401      this.label8.Name = "label8";
402      this.label8.Size = new System.Drawing.Size(33, 13);
403      this.label8.TabIndex = 0;
404      this.label8.Text = "&Style:";
405      //
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      //
428      // DataRowVisualPropertiesControl
429      //
430      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
431      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
432      this.Controls.Add(this.lineChartGroupBox);
433      this.Controls.Add(this.histoGramGroupBox);
434      this.Controls.Add(this.commonGroupBox);
435      this.Name = "DataRowVisualPropertiesControl";
436      this.Size = new System.Drawing.Size(327, 331);
437      ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).EndInit();
438      this.commonGroupBox.ResumeLayout(false);
439      this.commonGroupBox.PerformLayout();
440      this.axisGroupBox.ResumeLayout(false);
441      this.axisGroupBox.PerformLayout();
442      this.histoGramGroupBox.ResumeLayout(false);
443      this.histoGramGroupBox.PerformLayout();
444      this.lineChartGroupBox.ResumeLayout(false);
445      this.lineChartGroupBox.PerformLayout();
446      ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).EndInit();
447      this.panel1.ResumeLayout(false);
448      this.panel1.PerformLayout();
449      this.panel2.ResumeLayout(false);
450      this.panel2.PerformLayout();
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;
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;
480    private System.Windows.Forms.Label label5;
481    private System.Windows.Forms.GroupBox axisGroupBox;
482    private System.Windows.Forms.TextBox displayNameTextBox;
483    private System.Windows.Forms.Label label9;
484    private System.Windows.Forms.Panel panel2;
485    private System.Windows.Forms.Panel panel1;
486  }
487}
Note: See TracBrowser for help on using the repository browser.