Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.Designer.cs @ 9277

Last change on this file since 9277 was 9277, checked in by abeham, 11 years ago

#1789: fixed image assignment

File size: 22.4 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 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.Optimization.Views {
23  partial class RunCollectionBubbleChartView {
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.components = new System.ComponentModel.Container();
48      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
49      System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
50      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RunCollectionBubbleChartView));
51      this.yJitterLabel = new System.Windows.Forms.Label();
52      this.xJitterlabel = new System.Windows.Forms.Label();
53      this.xTrackBar = new System.Windows.Forms.TrackBar();
54      this.xAxisLabel = new System.Windows.Forms.Label();
55      this.xAxisComboBox = new System.Windows.Forms.ComboBox();
56      this.yAxisLabel = new System.Windows.Forms.Label();
57      this.yAxisComboBox = new System.Windows.Forms.ComboBox();
58      this.yTrackBar = new System.Windows.Forms.TrackBar();
59      this.sizeComboBox = new System.Windows.Forms.ComboBox();
60      this.sizeLabel = new System.Windows.Forms.Label();
61      this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
62      this.openBoxPlotViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
63      this.hideRunToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
64      this.zoomButton = new System.Windows.Forms.RadioButton();
65      this.selectButton = new System.Windows.Forms.RadioButton();
66      this.radioButtonGroup = new System.Windows.Forms.GroupBox();
67      this.colorButton = new System.Windows.Forms.Button();
68      this.colorDialog = new System.Windows.Forms.ColorDialog();
69      this.tooltip = new System.Windows.Forms.ToolTip(this.components);
70      this.colorXAxisButton = new System.Windows.Forms.Button();
71      this.colorYAxisButton = new System.Windows.Forms.Button();
72      this.noRunsLabel = new System.Windows.Forms.Label();
73      this.sizeTrackBar = new System.Windows.Forms.TrackBar();
74      this.getDataAsMatrixToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
75      this.transparencyTrackBar = new System.Windows.Forms.TrackBar();
76      this.transparencyLabel = new System.Windows.Forms.Label();
77      ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).BeginInit();
78      ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).BeginInit();
79      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
80      this.radioButtonGroup.SuspendLayout();
81      ((System.ComponentModel.ISupportInitialize)(this.sizeTrackBar)).BeginInit();
82      ((System.ComponentModel.ISupportInitialize)(this.transparencyTrackBar)).BeginInit();
83      this.SuspendLayout();
84      //
85      // yJitterLabel
86      //
87      this.yJitterLabel.AutoSize = true;
88      this.yJitterLabel.Location = new System.Drawing.Point(278, 6);
89      this.yJitterLabel.Name = "yJitterLabel";
90      this.yJitterLabel.Size = new System.Drawing.Size(32, 13);
91      this.yJitterLabel.TabIndex = 13;
92      this.yJitterLabel.Text = "Jitter:";
93      //
94      // xJitterlabel
95      //
96      this.xJitterlabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
97      this.xJitterlabel.AutoSize = true;
98      this.xJitterlabel.Location = new System.Drawing.Point(749, 472);
99      this.xJitterlabel.Name = "xJitterlabel";
100      this.xJitterlabel.Size = new System.Drawing.Size(32, 13);
101      this.xJitterlabel.TabIndex = 12;
102      this.xJitterlabel.Text = "Jitter:";
103      //
104      // xTrackBar
105      //
106      this.xTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
107      this.xTrackBar.Enabled = false;
108      this.xTrackBar.Location = new System.Drawing.Point(787, 469);
109      this.xTrackBar.Maximum = 100;
110      this.xTrackBar.Name = "xTrackBar";
111      this.xTrackBar.Size = new System.Drawing.Size(64, 45);
112      this.xTrackBar.TabIndex = 11;
113      this.xTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
114      this.xTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
115      //
116      // xAxisLabel
117      //
118      this.xAxisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
119      this.xAxisLabel.AutoSize = true;
120      this.xAxisLabel.Location = new System.Drawing.Point(471, 472);
121      this.xAxisLabel.Name = "xAxisLabel";
122      this.xAxisLabel.Size = new System.Drawing.Size(15, 13);
123      this.xAxisLabel.TabIndex = 8;
124      this.xAxisLabel.Text = "x:";
125      //
126      // xAxisComboBox
127      //
128      this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
129      this.xAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
130      this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
131      this.xAxisComboBox.FormattingEnabled = true;
132      this.xAxisComboBox.Location = new System.Drawing.Point(492, 469);
133      this.xAxisComboBox.Name = "xAxisComboBox";
134      this.xAxisComboBox.Size = new System.Drawing.Size(221, 21);
135      this.xAxisComboBox.TabIndex = 7;
136      this.xAxisComboBox.SelectedValueChanged += new System.EventHandler(this.AxisComboBox_SelectedValueChanged);
137      //
138      // yAxisLabel
139      //
140      this.yAxisLabel.AutoSize = true;
141      this.yAxisLabel.Location = new System.Drawing.Point(3, 6);
142      this.yAxisLabel.Name = "yAxisLabel";
143      this.yAxisLabel.Size = new System.Drawing.Size(15, 13);
144      this.yAxisLabel.TabIndex = 6;
145      this.yAxisLabel.Text = "y:";
146      //
147      // yAxisComboBox
148      //
149      this.yAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
150      this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
151      this.yAxisComboBox.FormattingEnabled = true;
152      this.yAxisComboBox.Location = new System.Drawing.Point(24, 3);
153      this.yAxisComboBox.Name = "yAxisComboBox";
154      this.yAxisComboBox.Size = new System.Drawing.Size(221, 21);
155      this.yAxisComboBox.TabIndex = 5;
156      this.yAxisComboBox.SelectedValueChanged += new System.EventHandler(this.AxisComboBox_SelectedValueChanged);
157      //
158      // yTrackBar
159      //
160      this.yTrackBar.Enabled = false;
161      this.yTrackBar.Location = new System.Drawing.Point(312, 3);
162      this.yTrackBar.Maximum = 100;
163      this.yTrackBar.Name = "yTrackBar";
164      this.yTrackBar.Size = new System.Drawing.Size(59, 45);
165      this.yTrackBar.TabIndex = 10;
166      this.yTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
167      this.yTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
168      //
169      // sizeComboBox
170      //
171      this.sizeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
172      this.sizeComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
173      this.sizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
174      this.sizeComboBox.FormattingEnabled = true;
175      this.sizeComboBox.Location = new System.Drawing.Point(560, 4);
176      this.sizeComboBox.Name = "sizeComboBox";
177      this.sizeComboBox.Size = new System.Drawing.Size(221, 21);
178      this.sizeComboBox.TabIndex = 14;
179      this.sizeComboBox.SelectedValueChanged += new System.EventHandler(this.AxisComboBox_SelectedValueChanged);
180      //
181      // sizeLabel
182      //
183      this.sizeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
184      this.sizeLabel.AutoSize = true;
185      this.sizeLabel.Location = new System.Drawing.Point(489, 7);
186      this.sizeLabel.Name = "sizeLabel";
187      this.sizeLabel.Size = new System.Drawing.Size(66, 13);
188      this.sizeLabel.TabIndex = 15;
189      this.sizeLabel.Text = "Bubble Size:";
190      //
191      // chart
192      //
193      this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
194            | System.Windows.Forms.AnchorStyles.Left)
195            | System.Windows.Forms.AnchorStyles.Right)));
196      chartArea1.Name = "ChartArea1";
197      this.chart.ChartAreas.Add(chartArea1);
198      this.chart.Location = new System.Drawing.Point(6, 30);
199      this.chart.Name = "chart";
200      series1.ChartArea = "ChartArea1";
201      series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
202      series1.IsVisibleInLegend = false;
203      series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
204      series1.Name = "Bubbles";
205      series1.YValuesPerPoint = 2;
206      this.chart.Series.Add(series1);
207      this.chart.Size = new System.Drawing.Size(843, 425);
208      this.chart.TabIndex = 16;
209      this.chart.Text = "chart";
210      this.chart.AxisViewChanged += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ViewEventArgs>(this.chart_AxisViewChanged);
211      this.chart.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDoubleClick);
212      this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
213      this.chart.MouseUp += new System.Windows.Forms.MouseEventHandler(this.chart_MouseUp);
214      //
215      // openBoxPlotViewToolStripMenuItem
216      //
217      this.openBoxPlotViewToolStripMenuItem.Name = "openBoxPlotViewToolStripMenuItem";
218      this.openBoxPlotViewToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
219      this.openBoxPlotViewToolStripMenuItem.Text = "Open BoxPlot View";
220      this.openBoxPlotViewToolStripMenuItem.Click += new System.EventHandler(this.openBoxPlotViewToolStripMenuItem_Click);
221      //
222      // hideRunToolStripMenuItem
223      //
224      this.hideRunToolStripMenuItem.Name = "hideRunToolStripMenuItem";
225      this.hideRunToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
226      this.hideRunToolStripMenuItem.Text = "Hide Run";
227      this.hideRunToolStripMenuItem.Click += new System.EventHandler(this.hideRunToolStripMenuItem_Click);
228      //
229      // zoomButton
230      //
231      this.zoomButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
232      this.zoomButton.AutoSize = true;
233      this.zoomButton.Checked = true;
234      this.zoomButton.Location = new System.Drawing.Point(6, 10);
235      this.zoomButton.Name = "zoomButton";
236      this.zoomButton.Size = new System.Drawing.Size(52, 17);
237      this.zoomButton.TabIndex = 17;
238      this.zoomButton.TabStop = true;
239      this.zoomButton.Text = "Zoom";
240      this.zoomButton.UseVisualStyleBackColor = true;
241      this.zoomButton.CheckedChanged += new System.EventHandler(this.zoomButton_CheckedChanged);
242      //
243      // selectButton
244      //
245      this.selectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
246      this.selectButton.AutoSize = true;
247      this.selectButton.Location = new System.Drawing.Point(64, 9);
248      this.selectButton.Name = "selectButton";
249      this.selectButton.Size = new System.Drawing.Size(55, 17);
250      this.selectButton.TabIndex = 18;
251      this.selectButton.Text = "Select";
252      this.selectButton.UseVisualStyleBackColor = true;
253      //
254      // radioButtonGroup
255      //
256      this.radioButtonGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
257      this.radioButtonGroup.Controls.Add(this.zoomButton);
258      this.radioButtonGroup.Controls.Add(this.selectButton);
259      this.radioButtonGroup.Location = new System.Drawing.Point(3, 461);
260      this.radioButtonGroup.Name = "radioButtonGroup";
261      this.radioButtonGroup.Size = new System.Drawing.Size(135, 32);
262      this.radioButtonGroup.TabIndex = 19;
263      this.radioButtonGroup.TabStop = false;
264      //
265      // colorButton
266      //
267      this.colorButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
268      this.colorButton.Enabled = false;
269      this.colorButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
270      this.colorButton.Location = new System.Drawing.Point(144, 469);
271      this.colorButton.Name = "colorButton";
272      this.colorButton.Size = new System.Drawing.Size(64, 21);
273      this.colorButton.TabIndex = 20;
274      this.colorButton.Text = "Color";
275      this.colorButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
276      this.colorButton.UseVisualStyleBackColor = true;
277      this.colorButton.Click += new System.EventHandler(this.colorButton_Click);
278      //
279      // colorDialog
280      //
281      this.colorDialog.AllowFullOpen = false;
282      this.colorDialog.FullOpen = true;
283      //
284      // colorXAxisButton
285      //
286      this.colorXAxisButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
287      this.colorXAxisButton.Enabled = false;
288      this.colorXAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColorVertical;
289      this.colorXAxisButton.Location = new System.Drawing.Point(719, 469);
290      this.colorXAxisButton.Name = "colorXAxisButton";
291      this.colorXAxisButton.Size = new System.Drawing.Size(21, 21);
292      this.colorXAxisButton.TabIndex = 22;
293      this.tooltip.SetToolTip(this.colorXAxisButton, "Color all runs according to their x-values");
294      this.colorXAxisButton.UseVisualStyleBackColor = true;
295      this.colorXAxisButton.Click += new System.EventHandler(this.colorXAxisButton_Click);
296      //
297      // colorYAxisButton
298      //
299      this.colorYAxisButton.Enabled = false;
300      this.colorYAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColor;
301      this.colorYAxisButton.Location = new System.Drawing.Point(251, 3);
302      this.colorYAxisButton.Name = "colorYAxisButton";
303      this.colorYAxisButton.Size = new System.Drawing.Size(21, 21);
304      this.colorYAxisButton.TabIndex = 23;
305      this.tooltip.SetToolTip(this.colorYAxisButton, "Color all runs according to their y-values");
306      this.colorYAxisButton.UseVisualStyleBackColor = true;
307      this.colorYAxisButton.Click += new System.EventHandler(this.colorYAxisButton_Click);
308      //
309      // noRunsLabel
310      //
311      this.noRunsLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
312      this.noRunsLabel.AutoSize = true;
313      this.noRunsLabel.Location = new System.Drawing.Point(366, 228);
314      this.noRunsLabel.Name = "noRunsLabel";
315      this.noRunsLabel.Size = new System.Drawing.Size(138, 13);
316      this.noRunsLabel.TabIndex = 21;
317      this.noRunsLabel.Text = "No runs could be displayed.";
318      //
319      // sizeTrackBar
320      //
321      this.sizeTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
322      this.sizeTrackBar.Location = new System.Drawing.Point(787, 3);
323      this.sizeTrackBar.Maximum = 20;
324      this.sizeTrackBar.Minimum = -20;
325      this.sizeTrackBar.Name = "sizeTrackBar";
326      this.sizeTrackBar.Size = new System.Drawing.Size(64, 45);
327      this.sizeTrackBar.TabIndex = 24;
328      this.sizeTrackBar.TickFrequency = 20;
329      this.sizeTrackBar.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
330      this.sizeTrackBar.ValueChanged += new System.EventHandler(this.sizeTrackBar_ValueChanged);
331      //
332      // getDataAsMatrixToolStripMenuItem
333      //
334      this.getDataAsMatrixToolStripMenuItem.Name = "getDataAsMatrixToolStripMenuItem";
335      this.getDataAsMatrixToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
336      this.getDataAsMatrixToolStripMenuItem.Text = "Get Data as Matrix";
337      this.getDataAsMatrixToolStripMenuItem.Click += new System.EventHandler(this.getDataAsMatrixToolStripMenuItem_Click);
338      //
339      // transparencyTrackBar
340      //
341      this.transparencyTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
342      this.transparencyTrackBar.LargeChange = 16;
343      this.transparencyTrackBar.Location = new System.Drawing.Point(295, 469);
344      this.transparencyTrackBar.Maximum = 254;
345      this.transparencyTrackBar.Name = "transparencyTrackBar";
346      this.transparencyTrackBar.Size = new System.Drawing.Size(64, 45);
347      this.transparencyTrackBar.TabIndex = 24;
348      this.transparencyTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
349      this.transparencyTrackBar.ValueChanged += new System.EventHandler(this.transparencyTrackBar_ValueChanged);
350      //
351      // transparencyLabel
352      //
353      this.transparencyLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
354      this.transparencyLabel.AutoSize = true;
355      this.transparencyLabel.Location = new System.Drawing.Point(214, 474);
356      this.transparencyLabel.Name = "transparencyLabel";
357      this.transparencyLabel.Size = new System.Drawing.Size(75, 13);
358      this.transparencyLabel.TabIndex = 12;
359      this.transparencyLabel.Text = "Transparency:";
360      //
361      // RunCollectionBubbleChartView
362      //
363      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
364      this.BackColor = System.Drawing.SystemColors.Window;
365      this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
366      this.Controls.Add(this.transparencyTrackBar);
367      this.Controls.Add(this.sizeTrackBar);
368      this.Controls.Add(this.colorYAxisButton);
369      this.Controls.Add(this.colorXAxisButton);
370      this.Controls.Add(this.noRunsLabel);
371      this.Controls.Add(this.colorButton);
372      this.Controls.Add(this.radioButtonGroup);
373      this.Controls.Add(this.chart);
374      this.Controls.Add(this.sizeLabel);
375      this.Controls.Add(this.sizeComboBox);
376      this.Controls.Add(this.yJitterLabel);
377      this.Controls.Add(this.transparencyLabel);
378      this.Controls.Add(this.xJitterlabel);
379      this.Controls.Add(this.xTrackBar);
380      this.Controls.Add(this.xAxisLabel);
381      this.Controls.Add(this.xAxisComboBox);
382      this.Controls.Add(this.yAxisLabel);
383      this.Controls.Add(this.yAxisComboBox);
384      this.Controls.Add(this.yTrackBar);
385      this.Name = "RunCollectionBubbleChartView";
386      this.Size = new System.Drawing.Size(854, 496);
387      ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).EndInit();
388      ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).EndInit();
389      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
390      this.radioButtonGroup.ResumeLayout(false);
391      this.radioButtonGroup.PerformLayout();
392      ((System.ComponentModel.ISupportInitialize)(this.sizeTrackBar)).EndInit();
393      ((System.ComponentModel.ISupportInitialize)(this.transparencyTrackBar)).EndInit();
394      this.ResumeLayout(false);
395      this.PerformLayout();
396
397    }
398    #endregion
399
400    private System.Windows.Forms.Label xAxisLabel;
401    private System.Windows.Forms.ComboBox xAxisComboBox;
402    private System.Windows.Forms.Label yAxisLabel;
403    private System.Windows.Forms.ComboBox yAxisComboBox;
404    private System.Windows.Forms.TrackBar yTrackBar;
405    private System.Windows.Forms.TrackBar xTrackBar;
406    private System.Windows.Forms.Label xJitterlabel;
407    private System.Windows.Forms.Label yJitterLabel;
408    private System.Windows.Forms.ComboBox sizeComboBox;
409    private System.Windows.Forms.Label sizeLabel;
410    private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
411    private System.Windows.Forms.RadioButton zoomButton;
412    private System.Windows.Forms.RadioButton selectButton;
413    private System.Windows.Forms.GroupBox radioButtonGroup;
414    private System.Windows.Forms.Button colorButton;
415    private System.Windows.Forms.ColorDialog colorDialog;
416    private System.Windows.Forms.ToolTip tooltip;
417    private System.Windows.Forms.Label noRunsLabel;
418    private System.Windows.Forms.ToolStripMenuItem openBoxPlotViewToolStripMenuItem;
419    private System.Windows.Forms.ToolStripMenuItem hideRunToolStripMenuItem;
420    private System.Windows.Forms.Button colorXAxisButton;
421    private System.Windows.Forms.Button colorYAxisButton;
422    private System.Windows.Forms.TrackBar sizeTrackBar;
423    private System.Windows.Forms.ToolStripMenuItem getDataAsMatrixToolStripMenuItem;
424    private System.Windows.Forms.TrackBar transparencyTrackBar;
425    private System.Windows.Forms.Label transparencyLabel;
426  }
427}
Note: See TracBrowser for help on using the repository browser.