Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Visualization/3.2/Options/Options.Designer.cs @ 1965

Last change on this file since 1965 was 1885, checked in by mstoeger, 15 years ago

xaxis grid color can be set in the options dialog #555

File size: 20.9 KB
Line 
1namespace HeuristicLab.Visualization.Options {
2  partial class Options {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.Optionstabs = new System.Windows.Forms.TabControl();
27      this.tabPage1 = new System.Windows.Forms.TabPage();
28      this.label2 = new System.Windows.Forms.Label();
29      this.LinestyleCB = new System.Windows.Forms.ComboBox();
30      this.label1 = new System.Windows.Forms.Label();
31      this.LineSelectCB = new System.Windows.Forms.ComboBox();
32      this.groupBox1 = new System.Windows.Forms.GroupBox();
33      this.MarkercheckBox = new System.Windows.Forms.CheckBox();
34      this.label4 = new System.Windows.Forms.Label();
35      this.LineThicknessCB = new System.Windows.Forms.ComboBox();
36      this.label3 = new System.Windows.Forms.Label();
37      this.tabPage2 = new System.Windows.Forms.TabPage();
38      this.btnChangeLegendFont = new System.Windows.Forms.Button();
39      this.legendposition = new System.Windows.Forms.Label();
40      this.cbLegendPosition = new System.Windows.Forms.ComboBox();
41      this.tpTitle = new System.Windows.Forms.TabPage();
42      this.label5 = new System.Windows.Forms.Label();
43      this.tbxTitle = new System.Windows.Forms.TextBox();
44      this.btnChangeTitleFont = new System.Windows.Forms.Button();
45      this.tpXAxis = new System.Windows.Forms.TabPage();
46      this.chkShowXAxisGrid = new System.Windows.Forms.CheckBox();
47      this.btnChangeXAxisFont = new System.Windows.Forms.Button();
48      this.tpYAxes = new System.Windows.Forms.TabPage();
49      this.gbxYAxisClipChangeable = new System.Windows.Forms.GroupBox();
50      this.flpYAxisClipChangeable = new System.Windows.Forms.FlowLayoutPanel();
51      this.gbxShowYAxis = new System.Windows.Forms.GroupBox();
52      this.flpShowYAxis = new System.Windows.Forms.FlowLayoutPanel();
53      this.fdFont = new System.Windows.Forms.FontDialog();
54      this.label6 = new System.Windows.Forms.Label();
55      this.groupBox2 = new System.Windows.Forms.GroupBox();
56      this.selectedLineColorSelection = new HeuristicLab.Visualization.Options.ColorSelection();
57      this.xAxisGridColorSelection = new HeuristicLab.Visualization.Options.ColorSelection();
58      this.Optionstabs.SuspendLayout();
59      this.tabPage1.SuspendLayout();
60      this.groupBox1.SuspendLayout();
61      this.tabPage2.SuspendLayout();
62      this.tpTitle.SuspendLayout();
63      this.tpXAxis.SuspendLayout();
64      this.tpYAxes.SuspendLayout();
65      this.gbxYAxisClipChangeable.SuspendLayout();
66      this.gbxShowYAxis.SuspendLayout();
67      this.groupBox2.SuspendLayout();
68      this.SuspendLayout();
69      //
70      // Optionstabs
71      //
72      this.Optionstabs.Controls.Add(this.tabPage1);
73      this.Optionstabs.Controls.Add(this.tabPage2);
74      this.Optionstabs.Controls.Add(this.tpTitle);
75      this.Optionstabs.Controls.Add(this.tpXAxis);
76      this.Optionstabs.Controls.Add(this.tpYAxes);
77      this.Optionstabs.Dock = System.Windows.Forms.DockStyle.Fill;
78      this.Optionstabs.Location = new System.Drawing.Point(0, 0);
79      this.Optionstabs.Name = "Optionstabs";
80      this.Optionstabs.SelectedIndex = 0;
81      this.Optionstabs.Size = new System.Drawing.Size(298, 232);
82      this.Optionstabs.TabIndex = 1;
83      //
84      // tabPage1
85      //
86      this.tabPage1.Controls.Add(this.label2);
87      this.tabPage1.Controls.Add(this.LinestyleCB);
88      this.tabPage1.Controls.Add(this.label1);
89      this.tabPage1.Controls.Add(this.LineSelectCB);
90      this.tabPage1.Controls.Add(this.groupBox1);
91      this.tabPage1.Location = new System.Drawing.Point(4, 22);
92      this.tabPage1.Name = "tabPage1";
93      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
94      this.tabPage1.Size = new System.Drawing.Size(290, 206);
95      this.tabPage1.TabIndex = 0;
96      this.tabPage1.Text = "Linestyle";
97      this.tabPage1.UseVisualStyleBackColor = true;
98      //
99      // label2
100      //
101      this.label2.AutoSize = true;
102      this.label2.Location = new System.Drawing.Point(36, 80);
103      this.label2.Name = "label2";
104      this.label2.Size = new System.Drawing.Size(30, 13);
105      this.label2.TabIndex = 3;
106      this.label2.Text = "Style";
107      //
108      // LinestyleCB
109      //
110      this.LinestyleCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
111      this.LinestyleCB.FormattingEnabled = true;
112      this.LinestyleCB.Location = new System.Drawing.Point(146, 73);
113      this.LinestyleCB.Name = "LinestyleCB";
114      this.LinestyleCB.Size = new System.Drawing.Size(121, 21);
115      this.LinestyleCB.TabIndex = 2;
116      this.LinestyleCB.SelectedIndexChanged += new System.EventHandler(this.LinestyleCB_SelectedIndexChanged);
117      //
118      // label1
119      //
120      this.label1.AutoSize = true;
121      this.label1.Location = new System.Drawing.Point(7, 37);
122      this.label1.Name = "label1";
123      this.label1.Size = new System.Drawing.Size(72, 13);
124      this.label1.TabIndex = 1;
125      this.label1.Text = "Selected Line";
126      //
127      // LineSelectCB
128      //
129      this.LineSelectCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
130      this.LineSelectCB.FormattingEnabled = true;
131      this.LineSelectCB.Location = new System.Drawing.Point(146, 30);
132      this.LineSelectCB.Name = "LineSelectCB";
133      this.LineSelectCB.Size = new System.Drawing.Size(121, 21);
134      this.LineSelectCB.TabIndex = 0;
135      this.LineSelectCB.SelectedIndexChanged += new System.EventHandler(this.LineSelectCB_SelectedIndexChanged);
136      //
137      // groupBox1
138      //
139      this.groupBox1.Controls.Add(this.selectedLineColorSelection);
140      this.groupBox1.Controls.Add(this.MarkercheckBox);
141      this.groupBox1.Controls.Add(this.label4);
142      this.groupBox1.Controls.Add(this.LineThicknessCB);
143      this.groupBox1.Controls.Add(this.label3);
144      this.groupBox1.Location = new System.Drawing.Point(4, 54);
145      this.groupBox1.Name = "groupBox1";
146      this.groupBox1.Size = new System.Drawing.Size(274, 129);
147      this.groupBox1.TabIndex = 9;
148      this.groupBox1.TabStop = false;
149      this.groupBox1.Text = "Details";
150      //
151      // MarkercheckBox
152      //
153      this.MarkercheckBox.AutoSize = true;
154      this.MarkercheckBox.Location = new System.Drawing.Point(142, 106);
155      this.MarkercheckBox.Name = "MarkercheckBox";
156      this.MarkercheckBox.Size = new System.Drawing.Size(59, 17);
157      this.MarkercheckBox.TabIndex = 9;
158      this.MarkercheckBox.Text = "Marker";
159      this.MarkercheckBox.UseVisualStyleBackColor = true;
160      this.MarkercheckBox.CheckedChanged += new System.EventHandler(this.MarkercheckBox_CheckedChanged);
161      //
162      // label4
163      //
164      this.label4.AutoSize = true;
165      this.label4.Location = new System.Drawing.Point(33, 77);
166      this.label4.Name = "label4";
167      this.label4.Size = new System.Drawing.Size(31, 13);
168      this.label4.TabIndex = 8;
169      this.label4.Text = "Color";
170      //
171      // LineThicknessCB
172      //
173      this.LineThicknessCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
174      this.LineThicknessCB.FormattingEnabled = true;
175      this.LineThicknessCB.Location = new System.Drawing.Point(142, 46);
176      this.LineThicknessCB.Name = "LineThicknessCB";
177      this.LineThicknessCB.Size = new System.Drawing.Size(121, 21);
178      this.LineThicknessCB.TabIndex = 4;
179      this.LineThicknessCB.SelectedIndexChanged += new System.EventHandler(this.LineThicknessCB_SelectedIndexChanged);
180      //
181      // label3
182      //
183      this.label3.AutoSize = true;
184      this.label3.Location = new System.Drawing.Point(32, 52);
185      this.label3.Name = "label3";
186      this.label3.Size = new System.Drawing.Size(56, 13);
187      this.label3.TabIndex = 5;
188      this.label3.Text = "Thickness";
189      //
190      // tabPage2
191      //
192      this.tabPage2.Controls.Add(this.btnChangeLegendFont);
193      this.tabPage2.Controls.Add(this.legendposition);
194      this.tabPage2.Controls.Add(this.cbLegendPosition);
195      this.tabPage2.Location = new System.Drawing.Point(4, 22);
196      this.tabPage2.Name = "tabPage2";
197      this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
198      this.tabPage2.Size = new System.Drawing.Size(290, 206);
199      this.tabPage2.TabIndex = 1;
200      this.tabPage2.Text = "Legend";
201      this.tabPage2.UseVisualStyleBackColor = true;
202      //
203      // btnChangeLegendFont
204      //
205      this.btnChangeLegendFont.Location = new System.Drawing.Point(3, 6);
206      this.btnChangeLegendFont.Name = "btnChangeLegendFont";
207      this.btnChangeLegendFont.Size = new System.Drawing.Size(94, 23);
208      this.btnChangeLegendFont.TabIndex = 2;
209      this.btnChangeLegendFont.Text = "Change Font";
210      this.btnChangeLegendFont.UseVisualStyleBackColor = true;
211      this.btnChangeLegendFont.Click += new System.EventHandler(this.btnChangeLegendFont_Click);
212      //
213      // legendposition
214      //
215      this.legendposition.AutoSize = true;
216      this.legendposition.Location = new System.Drawing.Point(8, 38);
217      this.legendposition.Name = "legendposition";
218      this.legendposition.Size = new System.Drawing.Size(82, 13);
219      this.legendposition.TabIndex = 1;
220      this.legendposition.Text = "Legendposition:";
221      //
222      // cbLegendPosition
223      //
224      this.cbLegendPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
225      this.cbLegendPosition.FormattingEnabled = true;
226      this.cbLegendPosition.Location = new System.Drawing.Point(96, 35);
227      this.cbLegendPosition.Name = "cbLegendPosition";
228      this.cbLegendPosition.Size = new System.Drawing.Size(121, 21);
229      this.cbLegendPosition.TabIndex = 0;
230      this.cbLegendPosition.SelectedIndexChanged += new System.EventHandler(this.cbLegendPosition_SelectedIndexChanged);
231      //
232      // tpTitle
233      //
234      this.tpTitle.Controls.Add(this.label5);
235      this.tpTitle.Controls.Add(this.tbxTitle);
236      this.tpTitle.Controls.Add(this.btnChangeTitleFont);
237      this.tpTitle.Location = new System.Drawing.Point(4, 22);
238      this.tpTitle.Name = "tpTitle";
239      this.tpTitle.Size = new System.Drawing.Size(290, 206);
240      this.tpTitle.TabIndex = 2;
241      this.tpTitle.Text = "Title";
242      this.tpTitle.UseVisualStyleBackColor = true;
243      //
244      // label5
245      //
246      this.label5.AutoSize = true;
247      this.label5.Location = new System.Drawing.Point(3, 6);
248      this.label5.Name = "label5";
249      this.label5.Size = new System.Drawing.Size(30, 13);
250      this.label5.TabIndex = 3;
251      this.label5.Text = "Title:";
252      //
253      // tbxTitle
254      //
255      this.tbxTitle.Location = new System.Drawing.Point(39, 3);
256      this.tbxTitle.Name = "tbxTitle";
257      this.tbxTitle.Size = new System.Drawing.Size(151, 20);
258      this.tbxTitle.TabIndex = 2;
259      this.tbxTitle.TextChanged += new System.EventHandler(this.tbxTitle_TextChanged);
260      //
261      // btnChangeTitleFont
262      //
263      this.btnChangeTitleFont.Location = new System.Drawing.Point(193, 1);
264      this.btnChangeTitleFont.Name = "btnChangeTitleFont";
265      this.btnChangeTitleFont.Size = new System.Drawing.Size(94, 23);
266      this.btnChangeTitleFont.TabIndex = 1;
267      this.btnChangeTitleFont.Text = "Change Font";
268      this.btnChangeTitleFont.UseVisualStyleBackColor = true;
269      this.btnChangeTitleFont.Click += new System.EventHandler(this.btnChangeTitleFont_Click);
270      //
271      // tpXAxis
272      //
273      this.tpXAxis.Controls.Add(this.groupBox2);
274      this.tpXAxis.Controls.Add(this.btnChangeXAxisFont);
275      this.tpXAxis.Location = new System.Drawing.Point(4, 22);
276      this.tpXAxis.Name = "tpXAxis";
277      this.tpXAxis.Size = new System.Drawing.Size(290, 206);
278      this.tpXAxis.TabIndex = 3;
279      this.tpXAxis.Text = "X-Axis";
280      this.tpXAxis.UseVisualStyleBackColor = true;
281      //
282      // chkShowXAxisGrid
283      //
284      this.chkShowXAxisGrid.AutoSize = true;
285      this.chkShowXAxisGrid.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
286      this.chkShowXAxisGrid.Location = new System.Drawing.Point(20, 28);
287      this.chkShowXAxisGrid.Name = "chkShowXAxisGrid";
288      this.chkShowXAxisGrid.Size = new System.Drawing.Size(56, 17);
289      this.chkShowXAxisGrid.TabIndex = 3;
290      this.chkShowXAxisGrid.Text = "Visible";
291      this.chkShowXAxisGrid.UseVisualStyleBackColor = true;
292      this.chkShowXAxisGrid.CheckedChanged += new System.EventHandler(this.chkShowXAxisGrid_CheckedChanged);
293      //
294      // btnChangeXAxisFont
295      //
296      this.btnChangeXAxisFont.Location = new System.Drawing.Point(3, 3);
297      this.btnChangeXAxisFont.Name = "btnChangeXAxisFont";
298      this.btnChangeXAxisFont.Size = new System.Drawing.Size(94, 23);
299      this.btnChangeXAxisFont.TabIndex = 2;
300      this.btnChangeXAxisFont.Text = "Change Font";
301      this.btnChangeXAxisFont.UseVisualStyleBackColor = true;
302      this.btnChangeXAxisFont.Click += new System.EventHandler(this.btnChangeXAxisFont_Click);
303      //
304      // tpYAxes
305      //
306      this.tpYAxes.Controls.Add(this.gbxYAxisClipChangeable);
307      this.tpYAxes.Controls.Add(this.gbxShowYAxis);
308      this.tpYAxes.Location = new System.Drawing.Point(4, 22);
309      this.tpYAxes.Name = "tpYAxes";
310      this.tpYAxes.Padding = new System.Windows.Forms.Padding(3);
311      this.tpYAxes.Size = new System.Drawing.Size(290, 206);
312      this.tpYAxes.TabIndex = 4;
313      this.tpYAxes.Text = "Y-Axes";
314      this.tpYAxes.UseVisualStyleBackColor = true;
315      //
316      // gbxYAxisClipChangeable
317      //
318      this.gbxYAxisClipChangeable.AutoSize = true;
319      this.gbxYAxisClipChangeable.Controls.Add(this.flpYAxisClipChangeable);
320      this.gbxYAxisClipChangeable.Location = new System.Drawing.Point(0, 82);
321      this.gbxYAxisClipChangeable.Name = "gbxYAxisClipChangeable";
322      this.gbxYAxisClipChangeable.Size = new System.Drawing.Size(281, 76);
323      this.gbxYAxisClipChangeable.TabIndex = 1;
324      this.gbxYAxisClipChangeable.TabStop = false;
325      this.gbxYAxisClipChangeable.Text = "Y-Axis-Clip changeable";
326      //
327      // flpYAxisClipChangeable
328      //
329      this.flpYAxisClipChangeable.AutoSize = true;
330      this.flpYAxisClipChangeable.Dock = System.Windows.Forms.DockStyle.Fill;
331      this.flpYAxisClipChangeable.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
332      this.flpYAxisClipChangeable.Location = new System.Drawing.Point(3, 16);
333      this.flpYAxisClipChangeable.Name = "flpYAxisClipChangeable";
334      this.flpYAxisClipChangeable.Size = new System.Drawing.Size(275, 57);
335      this.flpYAxisClipChangeable.TabIndex = 0;
336      //
337      // gbxShowYAxis
338      //
339      this.gbxShowYAxis.AutoSize = true;
340      this.gbxShowYAxis.Controls.Add(this.flpShowYAxis);
341      this.gbxShowYAxis.Location = new System.Drawing.Point(0, 0);
342      this.gbxShowYAxis.Name = "gbxShowYAxis";
343      this.gbxShowYAxis.Size = new System.Drawing.Size(281, 76);
344      this.gbxShowYAxis.TabIndex = 0;
345      this.gbxShowYAxis.TabStop = false;
346      this.gbxShowYAxis.Text = "Show Y-Axis";
347      //
348      // flpShowYAxis
349      //
350      this.flpShowYAxis.AutoSize = true;
351      this.flpShowYAxis.Dock = System.Windows.Forms.DockStyle.Fill;
352      this.flpShowYAxis.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
353      this.flpShowYAxis.Location = new System.Drawing.Point(3, 16);
354      this.flpShowYAxis.Name = "flpShowYAxis";
355      this.flpShowYAxis.Size = new System.Drawing.Size(275, 57);
356      this.flpShowYAxis.TabIndex = 0;
357      //
358      // label6
359      //
360      this.label6.AutoSize = true;
361      this.label6.Location = new System.Drawing.Point(20, 55);
362      this.label6.Name = "label6";
363      this.label6.Size = new System.Drawing.Size(31, 13);
364      this.label6.TabIndex = 5;
365      this.label6.Text = "Color";
366      //
367      // groupBox2
368      //
369      this.groupBox2.Controls.Add(this.label6);
370      this.groupBox2.Controls.Add(this.xAxisGridColorSelection);
371      this.groupBox2.Controls.Add(this.chkShowXAxisGrid);
372      this.groupBox2.Location = new System.Drawing.Point(8, 42);
373      this.groupBox2.Name = "groupBox2";
374      this.groupBox2.Size = new System.Drawing.Size(205, 94);
375      this.groupBox2.TabIndex = 6;
376      this.groupBox2.TabStop = false;
377      this.groupBox2.Text = "Grid";
378      //
379      // selectedLineColorSelection
380      //
381      this.selectedLineColorSelection.Color = System.Drawing.SystemColors.Control;
382      this.selectedLineColorSelection.Location = new System.Drawing.Point(142, 73);
383      this.selectedLineColorSelection.Name = "selectedLineColorSelection";
384      this.selectedLineColorSelection.Size = new System.Drawing.Size(121, 25);
385      this.selectedLineColorSelection.TabIndex = 10;
386      this.selectedLineColorSelection.ColorChanged += new HeuristicLab.Visualization.Options.ColorChangedHandler(this.selectedLineColorSelection_ColorChanged);
387      //
388      // xAxisGridColorSelection
389      //
390      this.xAxisGridColorSelection.Color = System.Drawing.SystemColors.Control;
391      this.xAxisGridColorSelection.Location = new System.Drawing.Point(54, 49);
392      this.xAxisGridColorSelection.Name = "xAxisGridColorSelection";
393      this.xAxisGridColorSelection.Size = new System.Drawing.Size(126, 25);
394      this.xAxisGridColorSelection.TabIndex = 4;
395      this.xAxisGridColorSelection.ColorChanged += new HeuristicLab.Visualization.Options.ColorChangedHandler(this.xAxisGridColorSelection_ColorChanged);
396      //
397      // Options
398      //
399      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
400      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
401      this.Controls.Add(this.Optionstabs);
402      this.Name = "Options";
403      this.Size = new System.Drawing.Size(298, 232);
404      this.Load += new System.EventHandler(this.Options_Load);
405      this.Optionstabs.ResumeLayout(false);
406      this.tabPage1.ResumeLayout(false);
407      this.tabPage1.PerformLayout();
408      this.groupBox1.ResumeLayout(false);
409      this.groupBox1.PerformLayout();
410      this.tabPage2.ResumeLayout(false);
411      this.tabPage2.PerformLayout();
412      this.tpTitle.ResumeLayout(false);
413      this.tpTitle.PerformLayout();
414      this.tpXAxis.ResumeLayout(false);
415      this.tpYAxes.ResumeLayout(false);
416      this.tpYAxes.PerformLayout();
417      this.gbxYAxisClipChangeable.ResumeLayout(false);
418      this.gbxYAxisClipChangeable.PerformLayout();
419      this.gbxShowYAxis.ResumeLayout(false);
420      this.gbxShowYAxis.PerformLayout();
421      this.groupBox2.ResumeLayout(false);
422      this.groupBox2.PerformLayout();
423      this.ResumeLayout(false);
424
425    }
426
427    #endregion
428
429    private System.Windows.Forms.TabControl Optionstabs;
430    private System.Windows.Forms.TabPage tabPage1;
431    private System.Windows.Forms.Label label2;
432    private System.Windows.Forms.ComboBox LinestyleCB;
433    private System.Windows.Forms.Label label1;
434    private System.Windows.Forms.ComboBox LineSelectCB;
435    private System.Windows.Forms.GroupBox groupBox1;
436    private System.Windows.Forms.CheckBox MarkercheckBox;
437    private System.Windows.Forms.Label label4;
438    private System.Windows.Forms.ComboBox LineThicknessCB;
439    private System.Windows.Forms.Label label3;
440    private System.Windows.Forms.TabPage tabPage2;
441    private System.Windows.Forms.Button btnChangeLegendFont;
442    private System.Windows.Forms.Label legendposition;
443    private System.Windows.Forms.ComboBox cbLegendPosition;
444    private System.Windows.Forms.TabPage tpTitle;
445    private System.Windows.Forms.Button btnChangeTitleFont;
446    private System.Windows.Forms.TabPage tpXAxis;
447    private System.Windows.Forms.Button btnChangeXAxisFont;
448    private System.Windows.Forms.TabPage tpYAxes;
449    private System.Windows.Forms.GroupBox gbxYAxisClipChangeable;
450    private System.Windows.Forms.FlowLayoutPanel flpYAxisClipChangeable;
451    private System.Windows.Forms.GroupBox gbxShowYAxis;
452    private System.Windows.Forms.FlowLayoutPanel flpShowYAxis;
453    private System.Windows.Forms.FontDialog fdFont;
454    private System.Windows.Forms.CheckBox chkShowXAxisGrid;
455    private System.Windows.Forms.TextBox tbxTitle;
456    private System.Windows.Forms.Label label5;
457    private ColorSelection selectedLineColorSelection;
458    private System.Windows.Forms.GroupBox groupBox2;
459    private System.Windows.Forms.Label label6;
460    private ColorSelection xAxisGridColorSelection;
461  }
462}
Note: See TracBrowser for help on using the repository browser.