1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2010 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 chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
---|
49 | System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
---|
50 | this.yJitterLabel = new System.Windows.Forms.Label();
|
---|
51 | this.xJitterlabel = new System.Windows.Forms.Label();
|
---|
52 | this.xTrackBar = new System.Windows.Forms.TrackBar();
|
---|
53 | this.xAxisLabel = new System.Windows.Forms.Label();
|
---|
54 | this.xAxisComboBox = new System.Windows.Forms.ComboBox();
|
---|
55 | this.yAxisLabel = new System.Windows.Forms.Label();
|
---|
56 | this.yAxisComboBox = new System.Windows.Forms.ComboBox();
|
---|
57 | this.yTrackBar = new System.Windows.Forms.TrackBar();
|
---|
58 | this.sizeComboBox = new System.Windows.Forms.ComboBox();
|
---|
59 | this.sizeLabel = new System.Windows.Forms.Label();
|
---|
60 | this.chart = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
---|
61 | this.zoomButton = new System.Windows.Forms.RadioButton();
|
---|
62 | this.selectButton = new System.Windows.Forms.RadioButton();
|
---|
63 | this.radioButtonGroup = new System.Windows.Forms.GroupBox();
|
---|
64 | this.colorButton = new System.Windows.Forms.Button();
|
---|
65 | this.colorDialog = new System.Windows.Forms.ColorDialog();
|
---|
66 | this.tooltip = new System.Windows.Forms.ToolTip(this.components);
|
---|
67 | this.noRunsLabel = new System.Windows.Forms.Label();
|
---|
68 | ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).BeginInit();
|
---|
69 | ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).BeginInit();
|
---|
70 | ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
|
---|
71 | this.radioButtonGroup.SuspendLayout();
|
---|
72 | this.SuspendLayout();
|
---|
73 | //
|
---|
74 | // yJitterLabel
|
---|
75 | //
|
---|
76 | this.yJitterLabel.AutoSize = true;
|
---|
77 | this.yJitterLabel.Location = new System.Drawing.Point(257, 6);
|
---|
78 | this.yJitterLabel.Name = "yJitterLabel";
|
---|
79 | this.yJitterLabel.Size = new System.Drawing.Size(32, 13);
|
---|
80 | this.yJitterLabel.TabIndex = 13;
|
---|
81 | this.yJitterLabel.Text = "Jitter:";
|
---|
82 | //
|
---|
83 | // xJitterlabel
|
---|
84 | //
|
---|
85 | this.xJitterlabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
86 | this.xJitterlabel.AutoSize = true;
|
---|
87 | this.xJitterlabel.Location = new System.Drawing.Point(539, 295);
|
---|
88 | this.xJitterlabel.Name = "xJitterlabel";
|
---|
89 | this.xJitterlabel.Size = new System.Drawing.Size(32, 13);
|
---|
90 | this.xJitterlabel.TabIndex = 12;
|
---|
91 | this.xJitterlabel.Text = "Jitter:";
|
---|
92 | //
|
---|
93 | // xTrackBar
|
---|
94 | //
|
---|
95 | this.xTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
96 | this.xTrackBar.Location = new System.Drawing.Point(577, 292);
|
---|
97 | this.xTrackBar.Maximum = 100;
|
---|
98 | this.xTrackBar.Name = "xTrackBar";
|
---|
99 | this.xTrackBar.Size = new System.Drawing.Size(64, 45);
|
---|
100 | this.xTrackBar.TabIndex = 11;
|
---|
101 | this.xTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
---|
102 | this.xTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
|
---|
103 | //
|
---|
104 | // xAxisLabel
|
---|
105 | //
|
---|
106 | this.xAxisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
107 | this.xAxisLabel.AutoSize = true;
|
---|
108 | this.xAxisLabel.Location = new System.Drawing.Point(290, 294);
|
---|
109 | this.xAxisLabel.Name = "xAxisLabel";
|
---|
110 | this.xAxisLabel.Size = new System.Drawing.Size(15, 13);
|
---|
111 | this.xAxisLabel.TabIndex = 8;
|
---|
112 | this.xAxisLabel.Text = "x:";
|
---|
113 | //
|
---|
114 | // xAxisComboBox
|
---|
115 | //
|
---|
116 | this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
117 | this.xAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
---|
118 | this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
119 | this.xAxisComboBox.FormattingEnabled = true;
|
---|
120 | this.xAxisComboBox.Location = new System.Drawing.Point(311, 292);
|
---|
121 | this.xAxisComboBox.Name = "xAxisComboBox";
|
---|
122 | this.xAxisComboBox.Size = new System.Drawing.Size(221, 21);
|
---|
123 | this.xAxisComboBox.TabIndex = 7;
|
---|
124 | this.xAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);
|
---|
125 | //
|
---|
126 | // yAxisLabel
|
---|
127 | //
|
---|
128 | this.yAxisLabel.AutoSize = true;
|
---|
129 | this.yAxisLabel.Location = new System.Drawing.Point(3, 6);
|
---|
130 | this.yAxisLabel.Name = "yAxisLabel";
|
---|
131 | this.yAxisLabel.Size = new System.Drawing.Size(15, 13);
|
---|
132 | this.yAxisLabel.TabIndex = 6;
|
---|
133 | this.yAxisLabel.Text = "y:";
|
---|
134 | //
|
---|
135 | // yAxisComboBox
|
---|
136 | //
|
---|
137 | this.yAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
---|
138 | this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
139 | this.yAxisComboBox.FormattingEnabled = true;
|
---|
140 | this.yAxisComboBox.Location = new System.Drawing.Point(24, 3);
|
---|
141 | this.yAxisComboBox.Name = "yAxisComboBox";
|
---|
142 | this.yAxisComboBox.Size = new System.Drawing.Size(221, 21);
|
---|
143 | this.yAxisComboBox.TabIndex = 5;
|
---|
144 | this.yAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);
|
---|
145 | //
|
---|
146 | // yTrackBar
|
---|
147 | //
|
---|
148 | this.yTrackBar.Location = new System.Drawing.Point(295, 3);
|
---|
149 | this.yTrackBar.Maximum = 100;
|
---|
150 | this.yTrackBar.Name = "yTrackBar";
|
---|
151 | this.yTrackBar.Size = new System.Drawing.Size(59, 45);
|
---|
152 | this.yTrackBar.TabIndex = 10;
|
---|
153 | this.yTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
---|
154 | this.yTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
|
---|
155 | //
|
---|
156 | // sizeComboBox
|
---|
157 | //
|
---|
158 | this.sizeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
159 | this.sizeComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
---|
160 | this.sizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
161 | this.sizeComboBox.FormattingEnabled = true;
|
---|
162 | this.sizeComboBox.Location = new System.Drawing.Point(418, 3);
|
---|
163 | this.sizeComboBox.Name = "sizeComboBox";
|
---|
164 | this.sizeComboBox.Size = new System.Drawing.Size(221, 21);
|
---|
165 | this.sizeComboBox.TabIndex = 14;
|
---|
166 | this.sizeComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);
|
---|
167 | //
|
---|
168 | // sizeLabel
|
---|
169 | //
|
---|
170 | this.sizeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
171 | this.sizeLabel.AutoSize = true;
|
---|
172 | this.sizeLabel.Location = new System.Drawing.Point(348, 6);
|
---|
173 | this.sizeLabel.Name = "sizeLabel";
|
---|
174 | this.sizeLabel.Size = new System.Drawing.Size(66, 13);
|
---|
175 | this.sizeLabel.TabIndex = 15;
|
---|
176 | this.sizeLabel.Text = "Bubble Size:";
|
---|
177 | //
|
---|
178 | // chart
|
---|
179 | //
|
---|
180 | this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
181 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
182 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
183 | chartArea1.Name = "ChartArea1";
|
---|
184 | this.chart.ChartAreas.Add(chartArea1);
|
---|
185 | this.chart.Location = new System.Drawing.Point(6, 30);
|
---|
186 | this.chart.Name = "chart";
|
---|
187 | series1.ChartArea = "ChartArea1";
|
---|
188 | series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;
|
---|
189 | series1.CustomProperties = "BubbleMinSize=2, BubbleMaxSize=7";
|
---|
190 | series1.IsVisibleInLegend = false;
|
---|
191 | series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
|
---|
192 | series1.Name = "Bubbles";
|
---|
193 | series1.YValuesPerPoint = 2;
|
---|
194 | this.chart.Series.Add(series1);
|
---|
195 | this.chart.Size = new System.Drawing.Size(633, 248);
|
---|
196 | this.chart.TabIndex = 16;
|
---|
197 | this.chart.Text = "chart";
|
---|
198 | this.chart.MouseUp += new System.Windows.Forms.MouseEventHandler(this.chart_MouseUp);
|
---|
199 | this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
|
---|
200 | this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
|
---|
201 | //
|
---|
202 | // zoomButton
|
---|
203 | //
|
---|
204 | this.zoomButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
205 | this.zoomButton.AutoSize = true;
|
---|
206 | this.zoomButton.Checked = true;
|
---|
207 | this.zoomButton.Location = new System.Drawing.Point(6, 10);
|
---|
208 | this.zoomButton.Name = "zoomButton";
|
---|
209 | this.zoomButton.Size = new System.Drawing.Size(52, 17);
|
---|
210 | this.zoomButton.TabIndex = 17;
|
---|
211 | this.zoomButton.TabStop = true;
|
---|
212 | this.zoomButton.Text = "Zoom";
|
---|
213 | this.zoomButton.UseVisualStyleBackColor = true;
|
---|
214 | this.zoomButton.CheckedChanged += new System.EventHandler(this.zoomButton_CheckedChanged);
|
---|
215 | //
|
---|
216 | // selectButton
|
---|
217 | //
|
---|
218 | this.selectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
219 | this.selectButton.AutoSize = true;
|
---|
220 | this.selectButton.Location = new System.Drawing.Point(64, 9);
|
---|
221 | this.selectButton.Name = "selectButton";
|
---|
222 | this.selectButton.Size = new System.Drawing.Size(55, 17);
|
---|
223 | this.selectButton.TabIndex = 18;
|
---|
224 | this.selectButton.Text = "Select";
|
---|
225 | this.selectButton.UseVisualStyleBackColor = true;
|
---|
226 | //
|
---|
227 | // radioButtonGroup
|
---|
228 | //
|
---|
229 | this.radioButtonGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
230 | this.radioButtonGroup.Controls.Add(this.zoomButton);
|
---|
231 | this.radioButtonGroup.Controls.Add(this.selectButton);
|
---|
232 | this.radioButtonGroup.Location = new System.Drawing.Point(3, 284);
|
---|
233 | this.radioButtonGroup.Name = "radioButtonGroup";
|
---|
234 | this.radioButtonGroup.Size = new System.Drawing.Size(135, 32);
|
---|
235 | this.radioButtonGroup.TabIndex = 19;
|
---|
236 | this.radioButtonGroup.TabStop = false;
|
---|
237 | //
|
---|
238 | // colorButton
|
---|
239 | //
|
---|
240 | this.colorButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
241 | this.colorButton.Enabled = false;
|
---|
242 | this.colorButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
---|
243 | this.colorButton.Location = new System.Drawing.Point(144, 292);
|
---|
244 | this.colorButton.Name = "colorButton";
|
---|
245 | this.colorButton.Size = new System.Drawing.Size(64, 21);
|
---|
246 | this.colorButton.TabIndex = 20;
|
---|
247 | this.colorButton.Text = "Color";
|
---|
248 | this.colorButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
249 | this.colorButton.UseVisualStyleBackColor = true;
|
---|
250 | this.colorButton.Click += new System.EventHandler(this.colorButton_Click);
|
---|
251 | //
|
---|
252 | // colorDialog
|
---|
253 | //
|
---|
254 | this.colorDialog.FullOpen = true;
|
---|
255 | //
|
---|
256 | // noRunsLabel
|
---|
257 | //
|
---|
258 | this.noRunsLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
259 | this.noRunsLabel.AutoSize = true;
|
---|
260 | this.noRunsLabel.Location = new System.Drawing.Point(261, 139);
|
---|
261 | this.noRunsLabel.Name = "noRunsLabel";
|
---|
262 | this.noRunsLabel.Size = new System.Drawing.Size(138, 13);
|
---|
263 | this.noRunsLabel.TabIndex = 21;
|
---|
264 | this.noRunsLabel.Text = "No runs could be displayed.";
|
---|
265 | //
|
---|
266 | // RunCollectionBubbleChartView
|
---|
267 | //
|
---|
268 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
269 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
270 | this.BackColor = System.Drawing.SystemColors.Window;
|
---|
271 | this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
---|
272 | this.Controls.Add(this.noRunsLabel);
|
---|
273 | this.Controls.Add(this.colorButton);
|
---|
274 | this.Controls.Add(this.radioButtonGroup);
|
---|
275 | this.Controls.Add(this.chart);
|
---|
276 | this.Controls.Add(this.sizeLabel);
|
---|
277 | this.Controls.Add(this.sizeComboBox);
|
---|
278 | this.Controls.Add(this.yJitterLabel);
|
---|
279 | this.Controls.Add(this.xJitterlabel);
|
---|
280 | this.Controls.Add(this.xTrackBar);
|
---|
281 | this.Controls.Add(this.xAxisLabel);
|
---|
282 | this.Controls.Add(this.xAxisComboBox);
|
---|
283 | this.Controls.Add(this.yAxisLabel);
|
---|
284 | this.Controls.Add(this.yAxisComboBox);
|
---|
285 | this.Controls.Add(this.yTrackBar);
|
---|
286 | this.Name = "RunCollectionBubbleChartView";
|
---|
287 | this.Size = new System.Drawing.Size(644, 319);
|
---|
288 | ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).EndInit();
|
---|
289 | ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).EndInit();
|
---|
290 | ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
|
---|
291 | this.radioButtonGroup.ResumeLayout(false);
|
---|
292 | this.radioButtonGroup.PerformLayout();
|
---|
293 | this.ResumeLayout(false);
|
---|
294 | this.PerformLayout();
|
---|
295 |
|
---|
296 | }
|
---|
297 |
|
---|
298 | #endregion
|
---|
299 |
|
---|
300 | private System.Windows.Forms.Label xAxisLabel;
|
---|
301 | private System.Windows.Forms.ComboBox xAxisComboBox;
|
---|
302 | private System.Windows.Forms.Label yAxisLabel;
|
---|
303 | private System.Windows.Forms.ComboBox yAxisComboBox;
|
---|
304 | private System.Windows.Forms.TrackBar yTrackBar;
|
---|
305 | private System.Windows.Forms.TrackBar xTrackBar;
|
---|
306 | private System.Windows.Forms.Label xJitterlabel;
|
---|
307 | private System.Windows.Forms.Label yJitterLabel;
|
---|
308 | private System.Windows.Forms.ComboBox sizeComboBox;
|
---|
309 | private System.Windows.Forms.Label sizeLabel;
|
---|
310 | private System.Windows.Forms.DataVisualization.Charting.Chart chart;
|
---|
311 | private System.Windows.Forms.RadioButton zoomButton;
|
---|
312 | private System.Windows.Forms.RadioButton selectButton;
|
---|
313 | private System.Windows.Forms.GroupBox radioButtonGroup;
|
---|
314 | private System.Windows.Forms.Button colorButton;
|
---|
315 | private System.Windows.Forms.ColorDialog colorDialog;
|
---|
316 | private System.Windows.Forms.ToolTip tooltip;
|
---|
317 | private System.Windows.Forms.Label noRunsLabel;
|
---|
318 | }
|
---|
319 | }
|
---|