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