Free cookie consent management tool by TermsFeed Policy Generator

source: branches/histogram/HeuristicLab.Analysis.Views/3.3/DataRowVisualPropertiesControl.Designer.cs @ 6012

Last change on this file since 6012 was 6012, checked in by abeham, 13 years ago

#1465

  • fine tuned UI for setting data(table|row) visual properties
  • added control for the data table visual properties
  • added a few more visual properties
File size: 20.4 KB
Line 
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();
56      this.xAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
57      this.yAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
58      this.xAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
59      this.yAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
60      this.label6 = new System.Windows.Forms.Label();
61      this.label5 = new System.Windows.Forms.Label();
62      this.histoGramGroupBox = new System.Windows.Forms.GroupBox();
63      this.lineChartGroupBox = new System.Windows.Forms.GroupBox();
64      this.lineWidthNumericUpDown = new System.Windows.Forms.NumericUpDown();
65      this.label4 = new System.Windows.Forms.Label();
66      this.label7 = new System.Windows.Forms.Label();
67      this.binsApproximatelyRadioButton = new System.Windows.Forms.RadioButton();
68      this.binsExactRadioButton = new System.Windows.Forms.RadioButton();
69      this.panel1 = new System.Windows.Forms.Panel();
70      this.panel2 = new System.Windows.Forms.Panel();
71      this.panel3 = new System.Windows.Forms.Panel();
72      this.lineStyleComboBox = new System.Windows.Forms.ComboBox();
73      this.label8 = new System.Windows.Forms.Label();
74      ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).BeginInit();
75      this.commonGroupBox.SuspendLayout();
76      this.histoGramGroupBox.SuspendLayout();
77      this.lineChartGroupBox.SuspendLayout();
78      ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).BeginInit();
79      this.panel1.SuspendLayout();
80      this.panel2.SuspendLayout();
81      this.panel3.SuspendLayout();
82      this.SuspendLayout();
83      //
84      // chartTypeComboBox
85      //
86      this.chartTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
87      this.chartTypeComboBox.FormattingEnabled = true;
88      this.chartTypeComboBox.Location = new System.Drawing.Point(76, 19);
89      this.chartTypeComboBox.Name = "chartTypeComboBox";
90      this.chartTypeComboBox.Size = new System.Drawing.Size(218, 21);
91      this.chartTypeComboBox.TabIndex = 1;
92      this.chartTypeComboBox.SelectedValueChanged += new System.EventHandler(this.chartTypeComboBox_SelectedValueChanged);
93      //
94      // colorDialog
95      //
96      this.colorDialog.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
97      //
98      // colorButton
99      //
100      this.colorButton.BackColor = System.Drawing.SystemColors.Control;
101      this.colorButton.Location = new System.Drawing.Point(76, 46);
102      this.colorButton.Name = "colorButton";
103      this.colorButton.Size = new System.Drawing.Size(23, 23);
104      this.colorButton.TabIndex = 3;
105      this.colorButton.UseVisualStyleBackColor = false;
106      this.colorButton.Click += new System.EventHandler(this.colorButton_Click);
107      //
108      // startIndexZeroCheckBox
109      //
110      this.startIndexZeroCheckBox.AutoSize = true;
111      this.startIndexZeroCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
112      this.startIndexZeroCheckBox.Location = new System.Drawing.Point(96, 46);
113      this.startIndexZeroCheckBox.Name = "startIndexZeroCheckBox";
114      this.startIndexZeroCheckBox.Size = new System.Drawing.Size(15, 14);
115      this.startIndexZeroCheckBox.TabIndex = 3;
116      this.startIndexZeroCheckBox.UseVisualStyleBackColor = true;
117      this.startIndexZeroCheckBox.CheckedChanged += new System.EventHandler(this.startIndexZeroCheckBox_CheckedChanged);
118      //
119      // binsNumericUpDown
120      //
121      this.binsNumericUpDown.Location = new System.Drawing.Point(44, 19);
122      this.binsNumericUpDown.Minimum = new decimal(new int[] {
123            1,
124            0,
125            0,
126            0});
127      this.binsNumericUpDown.Name = "binsNumericUpDown";
128      this.binsNumericUpDown.Size = new System.Drawing.Size(96, 20);
129      this.binsNumericUpDown.TabIndex = 1;
130      this.binsNumericUpDown.Value = new decimal(new int[] {
131            1,
132            0,
133            0,
134            0});
135      this.binsNumericUpDown.ValueChanged += new System.EventHandler(this.binsNumericUpDown_ValueChanged);
136      //
137      // label1
138      //
139      this.label1.AutoSize = true;
140      this.label1.Location = new System.Drawing.Point(8, 22);
141      this.label1.Name = "label1";
142      this.label1.Size = new System.Drawing.Size(62, 13);
143      this.label1.TabIndex = 0;
144      this.label1.Text = "Chart Type:";
145      //
146      // label2
147      //
148      this.label2.AutoSize = true;
149      this.label2.Location = new System.Drawing.Point(8, 51);
150      this.label2.Name = "label2";
151      this.label2.Size = new System.Drawing.Size(34, 13);
152      this.label2.TabIndex = 2;
153      this.label2.Text = "Color:";
154      //
155      // label3
156      //
157      this.label3.AutoSize = true;
158      this.label3.Location = new System.Drawing.Point(8, 21);
159      this.label3.Name = "label3";
160      this.label3.Size = new System.Drawing.Size(30, 13);
161      this.label3.TabIndex = 0;
162      this.label3.Text = "Bins:";
163      //
164      // commonGroupBox
165      //
166      this.commonGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
167                  | System.Windows.Forms.AnchorStyles.Right)));
168      this.commonGroupBox.Controls.Add(this.panel2);
169      this.commonGroupBox.Controls.Add(this.panel1);
170      this.commonGroupBox.Controls.Add(this.label6);
171      this.commonGroupBox.Controls.Add(this.label5);
172      this.commonGroupBox.Controls.Add(this.colorButton);
173      this.commonGroupBox.Controls.Add(this.label1);
174      this.commonGroupBox.Controls.Add(this.label2);
175      this.commonGroupBox.Controls.Add(this.chartTypeComboBox);
176      this.commonGroupBox.Location = new System.Drawing.Point(3, 3);
177      this.commonGroupBox.Name = "commonGroupBox";
178      this.commonGroupBox.Size = new System.Drawing.Size(305, 125);
179      this.commonGroupBox.TabIndex = 0;
180      this.commonGroupBox.TabStop = false;
181      this.commonGroupBox.Text = "Common";
182      //
183      // xAxisSecondaryRadioButton
184      //
185      this.xAxisSecondaryRadioButton.AutoSize = true;
186      this.xAxisSecondaryRadioButton.Location = new System.Drawing.Point(81, 3);
187      this.xAxisSecondaryRadioButton.Name = "xAxisSecondaryRadioButton";
188      this.xAxisSecondaryRadioButton.Size = new System.Drawing.Size(76, 17);
189      this.xAxisSecondaryRadioButton.TabIndex = 1;
190      this.xAxisSecondaryRadioButton.TabStop = true;
191      this.xAxisSecondaryRadioButton.Text = "Secondary";
192      this.xAxisSecondaryRadioButton.UseVisualStyleBackColor = true;
193      this.xAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.xAxisRadioButton_CheckedChanged);
194      //
195      // yAxisSecondaryRadioButton
196      //
197      this.yAxisSecondaryRadioButton.AutoSize = true;
198      this.yAxisSecondaryRadioButton.Location = new System.Drawing.Point(82, 3);
199      this.yAxisSecondaryRadioButton.Name = "yAxisSecondaryRadioButton";
200      this.yAxisSecondaryRadioButton.Size = new System.Drawing.Size(76, 17);
201      this.yAxisSecondaryRadioButton.TabIndex = 1;
202      this.yAxisSecondaryRadioButton.TabStop = true;
203      this.yAxisSecondaryRadioButton.Text = "Secondary";
204      this.yAxisSecondaryRadioButton.UseVisualStyleBackColor = true;
205      this.yAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
206      //
207      // xAxisPrimaryRadioButton
208      //
209      this.xAxisPrimaryRadioButton.AutoSize = true;
210      this.xAxisPrimaryRadioButton.Location = new System.Drawing.Point(3, 3);
211      this.xAxisPrimaryRadioButton.Name = "xAxisPrimaryRadioButton";
212      this.xAxisPrimaryRadioButton.Size = new System.Drawing.Size(59, 17);
213      this.xAxisPrimaryRadioButton.TabIndex = 0;
214      this.xAxisPrimaryRadioButton.TabStop = true;
215      this.xAxisPrimaryRadioButton.Text = "Primary";
216      this.xAxisPrimaryRadioButton.UseVisualStyleBackColor = true;
217      this.xAxisPrimaryRadioButton.CheckedChanged += new System.EventHandler(this.xAxisRadioButton_CheckedChanged);
218      //
219      // yAxisPrimaryRadioButton
220      //
221      this.yAxisPrimaryRadioButton.AutoSize = true;
222      this.yAxisPrimaryRadioButton.Location = new System.Drawing.Point(4, 3);
223      this.yAxisPrimaryRadioButton.Name = "yAxisPrimaryRadioButton";
224      this.yAxisPrimaryRadioButton.Size = new System.Drawing.Size(59, 17);
225      this.yAxisPrimaryRadioButton.TabIndex = 0;
226      this.yAxisPrimaryRadioButton.TabStop = true;
227      this.yAxisPrimaryRadioButton.Text = "Primary";
228      this.yAxisPrimaryRadioButton.UseVisualStyleBackColor = true;
229      this.yAxisPrimaryRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
230      //
231      // label6
232      //
233      this.label6.AutoSize = true;
234      this.label6.Location = new System.Drawing.Point(8, 100);
235      this.label6.Name = "label6";
236      this.label6.Size = new System.Drawing.Size(39, 13);
237      this.label6.TabIndex = 6;
238      this.label6.Text = "X-Axis:";
239      //
240      // label5
241      //
242      this.label5.AutoSize = true;
243      this.label5.Location = new System.Drawing.Point(8, 77);
244      this.label5.Name = "label5";
245      this.label5.Size = new System.Drawing.Size(39, 13);
246      this.label5.TabIndex = 4;
247      this.label5.Text = "Y-Axis:";
248      //
249      // histoGramGroupBox
250      //
251      this.histoGramGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
252                  | System.Windows.Forms.AnchorStyles.Right)));
253      this.histoGramGroupBox.Controls.Add(this.panel3);
254      this.histoGramGroupBox.Controls.Add(this.binsNumericUpDown);
255      this.histoGramGroupBox.Controls.Add(this.label3);
256      this.histoGramGroupBox.Location = new System.Drawing.Point(3, 236);
257      this.histoGramGroupBox.Name = "histoGramGroupBox";
258      this.histoGramGroupBox.Size = new System.Drawing.Size(305, 49);
259      this.histoGramGroupBox.TabIndex = 2;
260      this.histoGramGroupBox.TabStop = false;
261      this.histoGramGroupBox.Text = "Histogram";
262      //
263      // lineChartGroupBox
264      //
265      this.lineChartGroupBox.Controls.Add(this.lineWidthNumericUpDown);
266      this.lineChartGroupBox.Controls.Add(this.label4);
267      this.lineChartGroupBox.Controls.Add(this.startIndexZeroCheckBox);
268      this.lineChartGroupBox.Controls.Add(this.label7);
269      this.lineChartGroupBox.Controls.Add(this.lineStyleComboBox);
270      this.lineChartGroupBox.Controls.Add(this.label8);
271      this.lineChartGroupBox.Location = new System.Drawing.Point(3, 134);
272      this.lineChartGroupBox.Name = "lineChartGroupBox";
273      this.lineChartGroupBox.Size = new System.Drawing.Size(473, 96);
274      this.lineChartGroupBox.TabIndex = 1;
275      this.lineChartGroupBox.TabStop = false;
276      this.lineChartGroupBox.Text = "Line Chart";
277      //
278      // lineWidthNumericUpDown
279      //
280      this.lineWidthNumericUpDown.Location = new System.Drawing.Point(96, 66);
281      this.lineWidthNumericUpDown.Minimum = new decimal(new int[] {
282            1,
283            0,
284            0,
285            0});
286      this.lineWidthNumericUpDown.Name = "lineWidthNumericUpDown";
287      this.lineWidthNumericUpDown.Size = new System.Drawing.Size(65, 20);
288      this.lineWidthNumericUpDown.TabIndex = 5;
289      this.lineWidthNumericUpDown.Value = new decimal(new int[] {
290            1,
291            0,
292            0,
293            0});
294      this.lineWidthNumericUpDown.ValueChanged += new System.EventHandler(this.lineWidthNumericUpDown_ValueChanged);
295      //
296      // label4
297      //
298      this.label4.AutoSize = true;
299      this.label4.Location = new System.Drawing.Point(8, 68);
300      this.label4.Name = "label4";
301      this.label4.Size = new System.Drawing.Size(61, 13);
302      this.label4.TabIndex = 4;
303      this.label4.Text = "Line Width:";
304      //
305      // label7
306      //
307      this.label7.AutoSize = true;
308      this.label7.Location = new System.Drawing.Point(8, 46);
309      this.label7.Name = "label7";
310      this.label7.Size = new System.Drawing.Size(82, 13);
311      this.label7.TabIndex = 2;
312      this.label7.Text = "Start Index at 0:";
313      //
314      // binsApproximatelyRadioButton
315      //
316      this.binsApproximatelyRadioButton.AutoSize = true;
317      this.binsApproximatelyRadioButton.Location = new System.Drawing.Point(0, 0);
318      this.binsApproximatelyRadioButton.Name = "binsApproximatelyRadioButton";
319      this.binsApproximatelyRadioButton.Size = new System.Drawing.Size(90, 17);
320      this.binsApproximatelyRadioButton.TabIndex = 0;
321      this.binsApproximatelyRadioButton.TabStop = true;
322      this.binsApproximatelyRadioButton.Text = "Approximately";
323      this.binsApproximatelyRadioButton.UseVisualStyleBackColor = true;
324      this.binsApproximatelyRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
325      //
326      // binsExactRadioButton
327      //
328      this.binsExactRadioButton.AutoSize = true;
329      this.binsExactRadioButton.Location = new System.Drawing.Point(96, 0);
330      this.binsExactRadioButton.Name = "binsExactRadioButton";
331      this.binsExactRadioButton.Size = new System.Drawing.Size(52, 17);
332      this.binsExactRadioButton.TabIndex = 1;
333      this.binsExactRadioButton.TabStop = true;
334      this.binsExactRadioButton.Text = "Exact";
335      this.binsExactRadioButton.UseVisualStyleBackColor = true;
336      this.binsExactRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
337      //
338      // panel1
339      //
340      this.panel1.Controls.Add(this.yAxisSecondaryRadioButton);
341      this.panel1.Controls.Add(this.yAxisPrimaryRadioButton);
342      this.panel1.Location = new System.Drawing.Point(76, 72);
343      this.panel1.Name = "panel1";
344      this.panel1.Size = new System.Drawing.Size(159, 23);
345      this.panel1.TabIndex = 5;
346      //
347      // panel2
348      //
349      this.panel2.Controls.Add(this.xAxisPrimaryRadioButton);
350      this.panel2.Controls.Add(this.xAxisSecondaryRadioButton);
351      this.panel2.Location = new System.Drawing.Point(76, 95);
352      this.panel2.Name = "panel2";
353      this.panel2.Size = new System.Drawing.Size(159, 21);
354      this.panel2.TabIndex = 7;
355      //
356      // panel3
357      //
358      this.panel3.Controls.Add(this.binsApproximatelyRadioButton);
359      this.panel3.Controls.Add(this.binsExactRadioButton);
360      this.panel3.Location = new System.Drawing.Point(146, 21);
361      this.panel3.Name = "panel3";
362      this.panel3.Size = new System.Drawing.Size(147, 18);
363      this.panel3.TabIndex = 2;
364      //
365      // lineStyleComboBox
366      //
367      this.lineStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
368      this.lineStyleComboBox.FormattingEnabled = true;
369      this.lineStyleComboBox.Location = new System.Drawing.Point(96, 19);
370      this.lineStyleComboBox.Name = "lineStyleComboBox";
371      this.lineStyleComboBox.Size = new System.Drawing.Size(198, 21);
372      this.lineStyleComboBox.TabIndex = 1;
373      this.lineStyleComboBox.SelectedValueChanged += new System.EventHandler(this.lineStyleComboBox_SelectedValueChanged);
374      //
375      // label8
376      //
377      this.label8.AutoSize = true;
378      this.label8.Location = new System.Drawing.Point(8, 22);
379      this.label8.Name = "label8";
380      this.label8.Size = new System.Drawing.Size(56, 13);
381      this.label8.TabIndex = 0;
382      this.label8.Text = "Line Style:";
383      //
384      // DataRowVisualPropertiesControl
385      //
386      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
387      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
388      this.Controls.Add(this.lineChartGroupBox);
389      this.Controls.Add(this.histoGramGroupBox);
390      this.Controls.Add(this.commonGroupBox);
391      this.Name = "DataRowVisualPropertiesControl";
392      this.Size = new System.Drawing.Size(311, 290);
393      ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).EndInit();
394      this.commonGroupBox.ResumeLayout(false);
395      this.commonGroupBox.PerformLayout();
396      this.histoGramGroupBox.ResumeLayout(false);
397      this.histoGramGroupBox.PerformLayout();
398      this.lineChartGroupBox.ResumeLayout(false);
399      this.lineChartGroupBox.PerformLayout();
400      ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).EndInit();
401      this.panel1.ResumeLayout(false);
402      this.panel1.PerformLayout();
403      this.panel2.ResumeLayout(false);
404      this.panel2.PerformLayout();
405      this.panel3.ResumeLayout(false);
406      this.panel3.PerformLayout();
407      this.ResumeLayout(false);
408
409    }
410
411    #endregion
412
413    private System.Windows.Forms.ComboBox chartTypeComboBox;
414    private System.Windows.Forms.ColorDialog colorDialog;
415    private System.Windows.Forms.Button colorButton;
416    private System.Windows.Forms.CheckBox startIndexZeroCheckBox;
417    private System.Windows.Forms.NumericUpDown binsNumericUpDown;
418    private System.Windows.Forms.Label label1;
419    private System.Windows.Forms.Label label2;
420    private System.Windows.Forms.Label label3;
421    private System.Windows.Forms.GroupBox commonGroupBox;
422    private System.Windows.Forms.GroupBox histoGramGroupBox;
423    private System.Windows.Forms.RadioButton xAxisSecondaryRadioButton;
424    private System.Windows.Forms.RadioButton yAxisSecondaryRadioButton;
425    private System.Windows.Forms.RadioButton xAxisPrimaryRadioButton;
426    private System.Windows.Forms.RadioButton yAxisPrimaryRadioButton;
427    private System.Windows.Forms.Label label6;
428    private System.Windows.Forms.Label label5;
429    private System.Windows.Forms.GroupBox lineChartGroupBox;
430    private System.Windows.Forms.NumericUpDown lineWidthNumericUpDown;
431    private System.Windows.Forms.Label label4;
432    private System.Windows.Forms.Label label7;
433    private System.Windows.Forms.RadioButton binsExactRadioButton;
434    private System.Windows.Forms.RadioButton binsApproximatelyRadioButton;
435    private System.Windows.Forms.Panel panel2;
436    private System.Windows.Forms.Panel panel1;
437    private System.Windows.Forms.Panel panel3;
438    private System.Windows.Forms.ComboBox lineStyleComboBox;
439    private System.Windows.Forms.Label label8;
440  }
441}
Note: See TracBrowser for help on using the repository browser.