Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 16565 was 16565, checked in by gkronber, 5 years ago

#2520: merged changes from PersistenceOverhaul branch (r16451:16564) into trunk

File size: 21.5 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2019 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.label1 = new System.Windows.Forms.Label();
52      this.label2 = new System.Windows.Forms.Label();
53      this.commonGroupBox = new System.Windows.Forms.GroupBox();
54      this.clearColorButton = new System.Windows.Forms.Button();
55      this.isVisibleInLegendCheckBox = new System.Windows.Forms.CheckBox();
56      this.label10 = new System.Windows.Forms.Label();
57      this.displayNameTextBox = new System.Windows.Forms.TextBox();
58      this.axisGroupBox = new System.Windows.Forms.GroupBox();
59      this.panel2 = new System.Windows.Forms.Panel();
60      this.yAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
61      this.yAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
62      this.panel1 = new System.Windows.Forms.Panel();
63      this.xAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
64      this.xAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
65      this.label5 = new System.Windows.Forms.Label();
66      this.label6 = new System.Windows.Forms.Label();
67      this.label9 = new System.Windows.Forms.Label();
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.commonGroupBox.SuspendLayout();
75      this.axisGroupBox.SuspendLayout();
76      this.panel2.SuspendLayout();
77      this.panel1.SuspendLayout();
78      this.lineChartGroupBox.SuspendLayout();
79      ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).BeginInit();
80      this.SuspendLayout();
81      //
82      // chartTypeComboBox
83      //
84      this.chartTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
85            | System.Windows.Forms.AnchorStyles.Right)));
86      this.chartTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
87      this.chartTypeComboBox.FormattingEnabled = true;
88      this.chartTypeComboBox.Location = new System.Drawing.Point(102, 45);
89      this.chartTypeComboBox.Name = "chartTypeComboBox";
90      this.chartTypeComboBox.Size = new System.Drawing.Size(219, 21);
91      this.chartTypeComboBox.TabIndex = 3;
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(102, 72);
102      this.colorButton.Name = "colorButton";
103      this.colorButton.Size = new System.Drawing.Size(23, 23);
104      this.colorButton.TabIndex = 5;
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(81, 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      // label1
120      //
121      this.label1.AutoSize = true;
122      this.label1.Location = new System.Drawing.Point(6, 48);
123      this.label1.Name = "label1";
124      this.label1.Size = new System.Drawing.Size(34, 13);
125      this.label1.TabIndex = 2;
126      this.label1.Text = "&Type:";
127      //
128      // label2
129      //
130      this.label2.AutoSize = true;
131      this.label2.Location = new System.Drawing.Point(6, 77);
132      this.label2.Name = "label2";
133      this.label2.Size = new System.Drawing.Size(34, 13);
134      this.label2.TabIndex = 4;
135      this.label2.Text = "&Color:";
136      //
137      // commonGroupBox
138      //
139      this.commonGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
140            | System.Windows.Forms.AnchorStyles.Right)));
141      this.commonGroupBox.Controls.Add(this.clearColorButton);
142      this.commonGroupBox.Controls.Add(this.isVisibleInLegendCheckBox);
143      this.commonGroupBox.Controls.Add(this.label10);
144      this.commonGroupBox.Controls.Add(this.displayNameTextBox);
145      this.commonGroupBox.Controls.Add(this.axisGroupBox);
146      this.commonGroupBox.Controls.Add(this.colorButton);
147      this.commonGroupBox.Controls.Add(this.label9);
148      this.commonGroupBox.Controls.Add(this.label1);
149      this.commonGroupBox.Controls.Add(this.label2);
150      this.commonGroupBox.Controls.Add(this.chartTypeComboBox);
151      this.commonGroupBox.Location = new System.Drawing.Point(0, 0);
152      this.commonGroupBox.Name = "commonGroupBox";
153      this.commonGroupBox.Size = new System.Drawing.Size(327, 199);
154      this.commonGroupBox.TabIndex = 0;
155      this.commonGroupBox.TabStop = false;
156      this.commonGroupBox.Text = "Common";
157      //
158      // clearColorButton
159      //
160      this.clearColorButton.BackColor = System.Drawing.SystemColors.ActiveCaption;
161      this.clearColorButton.Cursor = System.Windows.Forms.Cursors.Default;
162      this.clearColorButton.FlatAppearance.BorderSize = 0;
163      this.clearColorButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
164      this.clearColorButton.ForeColor = System.Drawing.Color.Transparent;
165      this.clearColorButton.Location = new System.Drawing.Point(128, 76);
166      this.clearColorButton.Margin = new System.Windows.Forms.Padding(0);
167      this.clearColorButton.Name = "clearColorButton";
168      this.clearColorButton.Size = new System.Drawing.Size(15, 16);
169      this.clearColorButton.TabIndex = 10;
170      this.clearColorButton.TabStop = false;
171      this.clearColorButton.UseVisualStyleBackColor = false;
172      this.clearColorButton.Click += new System.EventHandler(this.clearColorButton_Click);
173      //
174      // isVisibleInLegendCheckBox
175      //
176      this.isVisibleInLegendCheckBox.AutoSize = true;
177      this.isVisibleInLegendCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
178      this.isVisibleInLegendCheckBox.Location = new System.Drawing.Point(102, 104);
179      this.isVisibleInLegendCheckBox.Name = "isVisibleInLegendCheckBox";
180      this.isVisibleInLegendCheckBox.Size = new System.Drawing.Size(15, 14);
181      this.isVisibleInLegendCheckBox.TabIndex = 8;
182      this.isVisibleInLegendCheckBox.UseVisualStyleBackColor = true;
183      this.isVisibleInLegendCheckBox.CheckedChanged += new System.EventHandler(this.isVisibleInLegendCheckBox_CheckedChanged);
184      //
185      // label10
186      //
187      this.label10.AutoSize = true;
188      this.label10.Location = new System.Drawing.Point(6, 104);
189      this.label10.Name = "label10";
190      this.label10.Size = new System.Drawing.Size(90, 13);
191      this.label10.TabIndex = 7;
192      this.label10.Text = "&Visible in Legend:";
193      //
194      // displayNameTextBox
195      //
196      this.displayNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
197            | System.Windows.Forms.AnchorStyles.Right)));
198      this.displayNameTextBox.Location = new System.Drawing.Point(102, 19);
199      this.displayNameTextBox.Name = "displayNameTextBox";
200      this.displayNameTextBox.Size = new System.Drawing.Size(219, 20);
201      this.displayNameTextBox.TabIndex = 1;
202      this.displayNameTextBox.Validated += new System.EventHandler(this.displayNameTextBox_Validated);
203      //
204      // axisGroupBox
205      //
206      this.axisGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
207            | System.Windows.Forms.AnchorStyles.Left)
208            | System.Windows.Forms.AnchorStyles.Right)));
209      this.axisGroupBox.Controls.Add(this.panel2);
210      this.axisGroupBox.Controls.Add(this.panel1);
211      this.axisGroupBox.Controls.Add(this.label5);
212      this.axisGroupBox.Controls.Add(this.label6);
213      this.axisGroupBox.Location = new System.Drawing.Point(6, 126);
214      this.axisGroupBox.Name = "axisGroupBox";
215      this.axisGroupBox.Size = new System.Drawing.Size(315, 67);
216      this.axisGroupBox.TabIndex = 6;
217      this.axisGroupBox.TabStop = false;
218      this.axisGroupBox.Text = "Axes";
219      //
220      // panel2
221      //
222      this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
223            | System.Windows.Forms.AnchorStyles.Right)));
224      this.panel2.Controls.Add(this.yAxisSecondaryRadioButton);
225      this.panel2.Controls.Add(this.yAxisPrimaryRadioButton);
226      this.panel2.Location = new System.Drawing.Point(51, 42);
227      this.panel2.Name = "panel2";
228      this.panel2.Size = new System.Drawing.Size(258, 17);
229      this.panel2.TabIndex = 7;
230      //
231      // yAxisSecondaryRadioButton
232      //
233      this.yAxisSecondaryRadioButton.AutoSize = true;
234      this.yAxisSecondaryRadioButton.Location = new System.Drawing.Point(65, 0);
235      this.yAxisSecondaryRadioButton.Name = "yAxisSecondaryRadioButton";
236      this.yAxisSecondaryRadioButton.Size = new System.Drawing.Size(76, 17);
237      this.yAxisSecondaryRadioButton.TabIndex = 5;
238      this.yAxisSecondaryRadioButton.TabStop = true;
239      this.yAxisSecondaryRadioButton.Text = "&Secondary";
240      this.yAxisSecondaryRadioButton.UseVisualStyleBackColor = true;
241      this.yAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
242      //
243      // yAxisPrimaryRadioButton
244      //
245      this.yAxisPrimaryRadioButton.AutoSize = true;
246      this.yAxisPrimaryRadioButton.Location = new System.Drawing.Point(0, 0);
247      this.yAxisPrimaryRadioButton.Name = "yAxisPrimaryRadioButton";
248      this.yAxisPrimaryRadioButton.Size = new System.Drawing.Size(59, 17);
249      this.yAxisPrimaryRadioButton.TabIndex = 4;
250      this.yAxisPrimaryRadioButton.TabStop = true;
251      this.yAxisPrimaryRadioButton.Text = "&Primary";
252      this.yAxisPrimaryRadioButton.UseVisualStyleBackColor = true;
253      this.yAxisPrimaryRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
254      //
255      // panel1
256      //
257      this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
258            | System.Windows.Forms.AnchorStyles.Right)));
259      this.panel1.Controls.Add(this.xAxisPrimaryRadioButton);
260      this.panel1.Controls.Add(this.xAxisSecondaryRadioButton);
261      this.panel1.Location = new System.Drawing.Point(51, 19);
262      this.panel1.Name = "panel1";
263      this.panel1.Size = new System.Drawing.Size(258, 17);
264      this.panel1.TabIndex = 6;
265      //
266      // xAxisPrimaryRadioButton
267      //
268      this.xAxisPrimaryRadioButton.AutoSize = true;
269      this.xAxisPrimaryRadioButton.Location = new System.Drawing.Point(0, 0);
270      this.xAxisPrimaryRadioButton.Name = "xAxisPrimaryRadioButton";
271      this.xAxisPrimaryRadioButton.Size = new System.Drawing.Size(59, 17);
272      this.xAxisPrimaryRadioButton.TabIndex = 1;
273      this.xAxisPrimaryRadioButton.TabStop = true;
274      this.xAxisPrimaryRadioButton.Text = "&Primary";
275      this.xAxisPrimaryRadioButton.UseVisualStyleBackColor = true;
276      this.xAxisPrimaryRadioButton.CheckedChanged += new System.EventHandler(this.xAxisRadioButton_CheckedChanged);
277      //
278      // xAxisSecondaryRadioButton
279      //
280      this.xAxisSecondaryRadioButton.AutoSize = true;
281      this.xAxisSecondaryRadioButton.Location = new System.Drawing.Point(65, 0);
282      this.xAxisSecondaryRadioButton.Name = "xAxisSecondaryRadioButton";
283      this.xAxisSecondaryRadioButton.Size = new System.Drawing.Size(76, 17);
284      this.xAxisSecondaryRadioButton.TabIndex = 2;
285      this.xAxisSecondaryRadioButton.TabStop = true;
286      this.xAxisSecondaryRadioButton.Text = "&Secondary";
287      this.xAxisSecondaryRadioButton.UseVisualStyleBackColor = true;
288      this.xAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.xAxisRadioButton_CheckedChanged);
289      //
290      // label5
291      //
292      this.label5.AutoSize = true;
293      this.label5.Location = new System.Drawing.Point(6, 44);
294      this.label5.Name = "label5";
295      this.label5.Size = new System.Drawing.Size(39, 13);
296      this.label5.TabIndex = 3;
297      this.label5.Text = "&Y-Axis:";
298      //
299      // label6
300      //
301      this.label6.AutoSize = true;
302      this.label6.Location = new System.Drawing.Point(6, 21);
303      this.label6.Name = "label6";
304      this.label6.Size = new System.Drawing.Size(39, 13);
305      this.label6.TabIndex = 0;
306      this.label6.Text = "&X-Axis:";
307      //
308      // label9
309      //
310      this.label9.AutoSize = true;
311      this.label9.Location = new System.Drawing.Point(6, 22);
312      this.label9.Name = "label9";
313      this.label9.Size = new System.Drawing.Size(38, 13);
314      this.label9.TabIndex = 0;
315      this.label9.Text = "&Name:";
316      //
317      // lineChartGroupBox
318      //
319      this.lineChartGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
320            | System.Windows.Forms.AnchorStyles.Right)));
321      this.lineChartGroupBox.Controls.Add(this.lineWidthNumericUpDown);
322      this.lineChartGroupBox.Controls.Add(this.label4);
323      this.lineChartGroupBox.Controls.Add(this.startIndexZeroCheckBox);
324      this.lineChartGroupBox.Controls.Add(this.label7);
325      this.lineChartGroupBox.Controls.Add(this.lineStyleComboBox);
326      this.lineChartGroupBox.Controls.Add(this.label8);
327      this.lineChartGroupBox.Location = new System.Drawing.Point(0, 205);
328      this.lineChartGroupBox.Name = "lineChartGroupBox";
329      this.lineChartGroupBox.Size = new System.Drawing.Size(327, 94);
330      this.lineChartGroupBox.TabIndex = 1;
331      this.lineChartGroupBox.TabStop = false;
332      this.lineChartGroupBox.Text = "Line Properties";
333      //
334      // lineWidthNumericUpDown
335      //
336      this.lineWidthNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
337            | System.Windows.Forms.AnchorStyles.Right)));
338      this.lineWidthNumericUpDown.Location = new System.Drawing.Point(82, 66);
339      this.lineWidthNumericUpDown.Minimum = new decimal(new int[] {
340            1,
341            0,
342            0,
343            0});
344      this.lineWidthNumericUpDown.Name = "lineWidthNumericUpDown";
345      this.lineWidthNumericUpDown.Size = new System.Drawing.Size(239, 20);
346      this.lineWidthNumericUpDown.TabIndex = 5;
347      this.lineWidthNumericUpDown.Value = new decimal(new int[] {
348            1,
349            0,
350            0,
351            0});
352      this.lineWidthNumericUpDown.ValueChanged += new System.EventHandler(this.lineWidthNumericUpDown_ValueChanged);
353      //
354      // label4
355      //
356      this.label4.AutoSize = true;
357      this.label4.Location = new System.Drawing.Point(6, 68);
358      this.label4.Name = "label4";
359      this.label4.Size = new System.Drawing.Size(38, 13);
360      this.label4.TabIndex = 4;
361      this.label4.Text = "&Width:";
362      //
363      // label7
364      //
365      this.label7.AutoSize = true;
366      this.label7.Location = new System.Drawing.Point(6, 46);
367      this.label7.Name = "label7";
368      this.label7.Size = new System.Drawing.Size(70, 13);
369      this.label7.TabIndex = 2;
370      this.label7.Text = "Start &Index 0:";
371      //
372      // lineStyleComboBox
373      //
374      this.lineStyleComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
375            | System.Windows.Forms.AnchorStyles.Right)));
376      this.lineStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
377      this.lineStyleComboBox.FormattingEnabled = true;
378      this.lineStyleComboBox.Location = new System.Drawing.Point(82, 19);
379      this.lineStyleComboBox.Name = "lineStyleComboBox";
380      this.lineStyleComboBox.Size = new System.Drawing.Size(239, 21);
381      this.lineStyleComboBox.TabIndex = 1;
382      this.lineStyleComboBox.SelectedValueChanged += new System.EventHandler(this.lineStyleComboBox_SelectedValueChanged);
383      //
384      // label8
385      //
386      this.label8.AutoSize = true;
387      this.label8.Location = new System.Drawing.Point(6, 22);
388      this.label8.Name = "label8";
389      this.label8.Size = new System.Drawing.Size(33, 13);
390      this.label8.TabIndex = 0;
391      this.label8.Text = "&Style:";
392      //
393      // DataRowVisualPropertiesControl
394      //
395      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
396      this.Controls.Add(this.lineChartGroupBox);
397      this.Controls.Add(this.commonGroupBox);
398      this.Name = "DataRowVisualPropertiesControl";
399      this.Size = new System.Drawing.Size(327, 300);
400      this.commonGroupBox.ResumeLayout(false);
401      this.commonGroupBox.PerformLayout();
402      this.axisGroupBox.ResumeLayout(false);
403      this.axisGroupBox.PerformLayout();
404      this.panel2.ResumeLayout(false);
405      this.panel2.PerformLayout();
406      this.panel1.ResumeLayout(false);
407      this.panel1.PerformLayout();
408      this.lineChartGroupBox.ResumeLayout(false);
409      this.lineChartGroupBox.PerformLayout();
410      ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).EndInit();
411      this.ResumeLayout(false);
412
413    }
414
415    #endregion
416
417    private System.Windows.Forms.ComboBox chartTypeComboBox;
418    private System.Windows.Forms.ColorDialog colorDialog;
419    private System.Windows.Forms.Button colorButton;
420    private System.Windows.Forms.CheckBox startIndexZeroCheckBox;
421    private System.Windows.Forms.Label label1;
422    private System.Windows.Forms.Label label2;
423    private System.Windows.Forms.GroupBox commonGroupBox;
424    private System.Windows.Forms.RadioButton xAxisSecondaryRadioButton;
425    private System.Windows.Forms.RadioButton yAxisSecondaryRadioButton;
426    private System.Windows.Forms.RadioButton xAxisPrimaryRadioButton;
427    private System.Windows.Forms.RadioButton yAxisPrimaryRadioButton;
428    private System.Windows.Forms.Label label6;
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.ComboBox lineStyleComboBox;
434    private System.Windows.Forms.Label label8;
435    private System.Windows.Forms.Label label5;
436    private System.Windows.Forms.GroupBox axisGroupBox;
437    private System.Windows.Forms.TextBox displayNameTextBox;
438    private System.Windows.Forms.Label label9;
439    private System.Windows.Forms.Panel panel2;
440    private System.Windows.Forms.Panel panel1;
441    private System.Windows.Forms.Label label10;
442    private System.Windows.Forms.CheckBox isVisibleInLegendCheckBox;
443    private System.Windows.Forms.Button clearColorButton;
444  }
445}
Note: See TracBrowser for help on using the repository browser.