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 |
|
---|
22 | namespace HeuristicLab.Optimization.Views {
|
---|
23 | partial class IndependentRandomRestarterView {
|
---|
24 | /// <summary>
|
---|
25 | /// Required designer variable.
|
---|
26 | /// </summary>
|
---|
27 | private System.ComponentModel.IContainer components = null;
|
---|
28 |
|
---|
29 | #region Component Designer generated code
|
---|
30 |
|
---|
31 | /// <summary>
|
---|
32 | /// Required method for Designer support - do not modify
|
---|
33 | /// the contents of this method with the code editor.
|
---|
34 | /// </summary>
|
---|
35 | private void InitializeComponent() {
|
---|
36 | this.timeLimitLabel = new System.Windows.Forms.Label();
|
---|
37 | this.maxExecutionTimeTextBox = new System.Windows.Forms.TextBox();
|
---|
38 | this.evaluationsLimitabel = new System.Windows.Forms.Label();
|
---|
39 | this.maxEvaluationsTextBox = new System.Windows.Forms.TextBox();
|
---|
40 | this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
41 | this.algorithmTabPage = new System.Windows.Forms.TabPage();
|
---|
42 | this.algorithmViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
43 | this.openAlgorithmButton = new System.Windows.Forms.Button();
|
---|
44 | this.newAlgorithmButton = new System.Windows.Forms.Button();
|
---|
45 | this.currentRunTabPage = new System.Windows.Forms.TabPage();
|
---|
46 | this.currentRunView = new HeuristicLab.Optimization.Views.RunView();
|
---|
47 | this.runsTabPage = new System.Windows.Forms.TabPage();
|
---|
48 | this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
|
---|
49 | this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
---|
50 | this.targetValueTextBox = new System.Windows.Forms.TextBox();
|
---|
51 | this.targetValueLabel = new System.Windows.Forms.Label();
|
---|
52 | this.terminationComboBox = new System.Windows.Forms.ComboBox();
|
---|
53 | this.terminationLabel = new System.Windows.Forms.Label();
|
---|
54 | this.moveCostPerSolutionTextBox = new System.Windows.Forms.TextBox();
|
---|
55 | this.moveCostPerSolutionLabel = new System.Windows.Forms.Label();
|
---|
56 | this.maximizationLabel = new System.Windows.Forms.Label();
|
---|
57 | this.maximizationCheckBox = new System.Windows.Forms.CheckBox();
|
---|
58 | this.storeSolutionInRunLabel = new System.Windows.Forms.Label();
|
---|
59 | this.storeBestSolutionCheckBox = new System.Windows.Forms.CheckBox();
|
---|
60 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
61 | this.tabControl.SuspendLayout();
|
---|
62 | this.algorithmTabPage.SuspendLayout();
|
---|
63 | this.currentRunTabPage.SuspendLayout();
|
---|
64 | this.runsTabPage.SuspendLayout();
|
---|
65 | this.SuspendLayout();
|
---|
66 | //
|
---|
67 | // startButton
|
---|
68 | //
|
---|
69 | this.startButton.Location = new System.Drawing.Point(0, 440);
|
---|
70 | this.startButton.TabIndex = 18;
|
---|
71 | this.toolTip.SetToolTip(this.startButton, "Start/Resume Optimizer");
|
---|
72 | //
|
---|
73 | // executionTimeTextBox
|
---|
74 | //
|
---|
75 | this.executionTimeTextBox.Location = new System.Drawing.Point(412, 444);
|
---|
76 | this.executionTimeTextBox.TabIndex = 23;
|
---|
77 | //
|
---|
78 | // executionTimeLabel
|
---|
79 | //
|
---|
80 | this.executionTimeLabel.Location = new System.Drawing.Point(323, 447);
|
---|
81 | this.executionTimeLabel.TabIndex = 22;
|
---|
82 | //
|
---|
83 | // pauseButton
|
---|
84 | //
|
---|
85 | this.pauseButton.Location = new System.Drawing.Point(30, 440);
|
---|
86 | this.pauseButton.TabIndex = 19;
|
---|
87 | this.toolTip.SetToolTip(this.pauseButton, "Pause Optimizer");
|
---|
88 | //
|
---|
89 | // stopButton
|
---|
90 | //
|
---|
91 | this.stopButton.Location = new System.Drawing.Point(60, 440);
|
---|
92 | this.stopButton.TabIndex = 20;
|
---|
93 | this.toolTip.SetToolTip(this.stopButton, "Stop Optimizer");
|
---|
94 | //
|
---|
95 | // resetButton
|
---|
96 | //
|
---|
97 | this.resetButton.Location = new System.Drawing.Point(90, 440);
|
---|
98 | this.resetButton.TabIndex = 21;
|
---|
99 | this.toolTip.SetToolTip(this.resetButton, "Reset Optimizer");
|
---|
100 | //
|
---|
101 | // nameTextBox
|
---|
102 | //
|
---|
103 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
104 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
105 | this.nameTextBox.Location = new System.Drawing.Point(115, 0);
|
---|
106 | this.nameTextBox.Size = new System.Drawing.Size(409, 20);
|
---|
107 | //
|
---|
108 | // infoLabel
|
---|
109 | //
|
---|
110 | this.infoLabel.Location = new System.Drawing.Point(530, 3);
|
---|
111 | //
|
---|
112 | // timeLimitLabel
|
---|
113 | //
|
---|
114 | this.timeLimitLabel.AutoSize = true;
|
---|
115 | this.timeLimitLabel.Location = new System.Drawing.Point(3, 29);
|
---|
116 | this.timeLimitLabel.Name = "timeLimitLabel";
|
---|
117 | this.timeLimitLabel.Size = new System.Drawing.Size(106, 13);
|
---|
118 | this.timeLimitLabel.TabIndex = 3;
|
---|
119 | this.timeLimitLabel.Text = "Max Execution Time:";
|
---|
120 | //
|
---|
121 | // maxExecutionTimeTextBox
|
---|
122 | //
|
---|
123 | this.maxExecutionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
124 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
125 | this.maxExecutionTimeTextBox.Location = new System.Drawing.Point(115, 26);
|
---|
126 | this.maxExecutionTimeTextBox.Name = "maxExecutionTimeTextBox";
|
---|
127 | this.maxExecutionTimeTextBox.Size = new System.Drawing.Size(409, 20);
|
---|
128 | this.maxExecutionTimeTextBox.TabIndex = 4;
|
---|
129 | this.maxExecutionTimeTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.maxExecutionTimeTextBox_Validating);
|
---|
130 | //
|
---|
131 | // evaluationsLimitabel
|
---|
132 | //
|
---|
133 | this.evaluationsLimitabel.AutoSize = true;
|
---|
134 | this.evaluationsLimitabel.Location = new System.Drawing.Point(3, 55);
|
---|
135 | this.evaluationsLimitabel.Name = "evaluationsLimitabel";
|
---|
136 | this.evaluationsLimitabel.Size = new System.Drawing.Size(88, 13);
|
---|
137 | this.evaluationsLimitabel.TabIndex = 5;
|
---|
138 | this.evaluationsLimitabel.Text = "Max Evaluations:";
|
---|
139 | //
|
---|
140 | // maxEvaluationsTextBox
|
---|
141 | //
|
---|
142 | this.maxEvaluationsTextBox.Location = new System.Drawing.Point(115, 52);
|
---|
143 | this.maxEvaluationsTextBox.Name = "maxEvaluationsTextBox";
|
---|
144 | this.maxEvaluationsTextBox.Size = new System.Drawing.Size(157, 20);
|
---|
145 | this.maxEvaluationsTextBox.TabIndex = 6;
|
---|
146 | this.maxEvaluationsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.maxEvaluationsTextBox_Validating);
|
---|
147 | //
|
---|
148 | // tabControl
|
---|
149 | //
|
---|
150 | this.tabControl.AllowDrop = true;
|
---|
151 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
152 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
153 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
154 | this.tabControl.Controls.Add(this.algorithmTabPage);
|
---|
155 | this.tabControl.Controls.Add(this.currentRunTabPage);
|
---|
156 | this.tabControl.Controls.Add(this.runsTabPage);
|
---|
157 | this.tabControl.Location = new System.Drawing.Point(0, 152);
|
---|
158 | this.tabControl.Name = "tabControl";
|
---|
159 | this.tabControl.SelectedIndex = 0;
|
---|
160 | this.tabControl.Size = new System.Drawing.Size(546, 282);
|
---|
161 | this.tabControl.TabIndex = 17;
|
---|
162 | //
|
---|
163 | // algorithmTabPage
|
---|
164 | //
|
---|
165 | this.algorithmTabPage.AllowDrop = true;
|
---|
166 | this.algorithmTabPage.Controls.Add(this.algorithmViewHost);
|
---|
167 | this.algorithmTabPage.Controls.Add(this.openAlgorithmButton);
|
---|
168 | this.algorithmTabPage.Controls.Add(this.newAlgorithmButton);
|
---|
169 | this.algorithmTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
170 | this.algorithmTabPage.Name = "algorithmTabPage";
|
---|
171 | this.algorithmTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
172 | this.algorithmTabPage.Size = new System.Drawing.Size(538, 256);
|
---|
173 | this.algorithmTabPage.TabIndex = 1;
|
---|
174 | this.algorithmTabPage.Text = "Algorithm";
|
---|
175 | this.algorithmTabPage.UseVisualStyleBackColor = true;
|
---|
176 | this.algorithmTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragDrop);
|
---|
177 | this.algorithmTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
|
---|
178 | this.algorithmTabPage.DragOver += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
|
---|
179 | //
|
---|
180 | // algorithmViewHost
|
---|
181 | //
|
---|
182 | this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
183 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
184 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
185 | this.algorithmViewHost.Caption = "View";
|
---|
186 | this.algorithmViewHost.Content = null;
|
---|
187 | this.algorithmViewHost.Enabled = false;
|
---|
188 | this.algorithmViewHost.Location = new System.Drawing.Point(6, 36);
|
---|
189 | this.algorithmViewHost.Name = "algorithmViewHost";
|
---|
190 | this.algorithmViewHost.ReadOnly = false;
|
---|
191 | this.algorithmViewHost.Size = new System.Drawing.Size(526, 214);
|
---|
192 | this.algorithmViewHost.TabIndex = 2;
|
---|
193 | this.algorithmViewHost.ViewsLabelVisible = true;
|
---|
194 | this.algorithmViewHost.ViewType = null;
|
---|
195 | //
|
---|
196 | // openAlgorithmButton
|
---|
197 | //
|
---|
198 | this.openAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
|
---|
199 | this.openAlgorithmButton.Location = new System.Drawing.Point(36, 6);
|
---|
200 | this.openAlgorithmButton.Name = "openAlgorithmButton";
|
---|
201 | this.openAlgorithmButton.Size = new System.Drawing.Size(24, 24);
|
---|
202 | this.openAlgorithmButton.TabIndex = 1;
|
---|
203 | this.toolTip.SetToolTip(this.openAlgorithmButton, "Open Optimizer");
|
---|
204 | this.openAlgorithmButton.UseVisualStyleBackColor = true;
|
---|
205 | this.openAlgorithmButton.Click += new System.EventHandler(this.openAlgorithmButton_Click);
|
---|
206 | //
|
---|
207 | // newAlgorithmButton
|
---|
208 | //
|
---|
209 | this.newAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
|
---|
210 | this.newAlgorithmButton.Location = new System.Drawing.Point(6, 6);
|
---|
211 | this.newAlgorithmButton.Name = "newAlgorithmButton";
|
---|
212 | this.newAlgorithmButton.Size = new System.Drawing.Size(24, 24);
|
---|
213 | this.newAlgorithmButton.TabIndex = 0;
|
---|
214 | this.toolTip.SetToolTip(this.newAlgorithmButton, "New Optimizer");
|
---|
215 | this.newAlgorithmButton.UseVisualStyleBackColor = true;
|
---|
216 | this.newAlgorithmButton.Click += new System.EventHandler(this.newAlgorithmButton_Click);
|
---|
217 | //
|
---|
218 | // currentRunTabPage
|
---|
219 | //
|
---|
220 | this.currentRunTabPage.Controls.Add(this.currentRunView);
|
---|
221 | this.currentRunTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
222 | this.currentRunTabPage.Name = "currentRunTabPage";
|
---|
223 | this.currentRunTabPage.Padding = new System.Windows.Forms.Padding(6);
|
---|
224 | this.currentRunTabPage.Size = new System.Drawing.Size(538, 256);
|
---|
225 | this.currentRunTabPage.TabIndex = 4;
|
---|
226 | this.currentRunTabPage.Text = "Current Run";
|
---|
227 | this.currentRunTabPage.UseVisualStyleBackColor = true;
|
---|
228 | //
|
---|
229 | // currentRunView
|
---|
230 | //
|
---|
231 | this.currentRunView.Caption = "Run View";
|
---|
232 | this.currentRunView.Content = null;
|
---|
233 | this.currentRunView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
234 | this.currentRunView.Location = new System.Drawing.Point(6, 6);
|
---|
235 | this.currentRunView.Name = "currentRunView";
|
---|
236 | this.currentRunView.ReadOnly = false;
|
---|
237 | this.currentRunView.Size = new System.Drawing.Size(526, 244);
|
---|
238 | this.currentRunView.TabIndex = 0;
|
---|
239 | //
|
---|
240 | // runsTabPage
|
---|
241 | //
|
---|
242 | this.runsTabPage.Controls.Add(this.runsView);
|
---|
243 | this.runsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
244 | this.runsTabPage.Name = "runsTabPage";
|
---|
245 | this.runsTabPage.Padding = new System.Windows.Forms.Padding(6);
|
---|
246 | this.runsTabPage.Size = new System.Drawing.Size(538, 256);
|
---|
247 | this.runsTabPage.TabIndex = 3;
|
---|
248 | this.runsTabPage.Text = "Runs";
|
---|
249 | this.runsTabPage.UseVisualStyleBackColor = true;
|
---|
250 | //
|
---|
251 | // runsView
|
---|
252 | //
|
---|
253 | this.runsView.Caption = "RunCollection View";
|
---|
254 | this.runsView.Content = null;
|
---|
255 | this.runsView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
256 | this.runsView.Location = new System.Drawing.Point(6, 6);
|
---|
257 | this.runsView.Name = "runsView";
|
---|
258 | this.runsView.ReadOnly = false;
|
---|
259 | this.runsView.Size = new System.Drawing.Size(526, 244);
|
---|
260 | this.runsView.TabIndex = 1;
|
---|
261 | //
|
---|
262 | // openFileDialog
|
---|
263 | //
|
---|
264 | this.openFileDialog.DefaultExt = "hl";
|
---|
265 | this.openFileDialog.FileName = "Optimizer";
|
---|
266 | this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
|
---|
267 | this.openFileDialog.Title = "Open Optimizer";
|
---|
268 | //
|
---|
269 | // targetValueTextBox
|
---|
270 | //
|
---|
271 | this.targetValueTextBox.Location = new System.Drawing.Point(115, 78);
|
---|
272 | this.targetValueTextBox.Name = "targetValueTextBox";
|
---|
273 | this.targetValueTextBox.Size = new System.Drawing.Size(157, 20);
|
---|
274 | this.targetValueTextBox.TabIndex = 10;
|
---|
275 | this.targetValueTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.targetValueTextBox_Validating);
|
---|
276 | //
|
---|
277 | // targetValueLabel
|
---|
278 | //
|
---|
279 | this.targetValueLabel.AutoSize = true;
|
---|
280 | this.targetValueLabel.Location = new System.Drawing.Point(3, 81);
|
---|
281 | this.targetValueLabel.Name = "targetValueLabel";
|
---|
282 | this.targetValueLabel.Size = new System.Drawing.Size(71, 13);
|
---|
283 | this.targetValueLabel.TabIndex = 9;
|
---|
284 | this.targetValueLabel.Text = "Target Value:";
|
---|
285 | //
|
---|
286 | // terminationComboBox
|
---|
287 | //
|
---|
288 | this.terminationComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
289 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
290 | this.terminationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
291 | this.terminationComboBox.FormattingEnabled = true;
|
---|
292 | this.terminationComboBox.Location = new System.Drawing.Point(115, 105);
|
---|
293 | this.terminationComboBox.Name = "terminationComboBox";
|
---|
294 | this.terminationComboBox.Size = new System.Drawing.Size(409, 21);
|
---|
295 | this.terminationComboBox.TabIndex = 14;
|
---|
296 | this.terminationComboBox.SelectedIndexChanged += new System.EventHandler(this.terminationComboBox_SelectedIndexChanged);
|
---|
297 | //
|
---|
298 | // terminationLabel
|
---|
299 | //
|
---|
300 | this.terminationLabel.AutoSize = true;
|
---|
301 | this.terminationLabel.Location = new System.Drawing.Point(3, 108);
|
---|
302 | this.terminationLabel.Name = "terminationLabel";
|
---|
303 | this.terminationLabel.Size = new System.Drawing.Size(65, 13);
|
---|
304 | this.terminationLabel.TabIndex = 13;
|
---|
305 | this.terminationLabel.Text = "Termination:";
|
---|
306 | //
|
---|
307 | // moveCostPerSolutionTextBox
|
---|
308 | //
|
---|
309 | this.moveCostPerSolutionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
310 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
311 | this.moveCostPerSolutionTextBox.Location = new System.Drawing.Point(401, 52);
|
---|
312 | this.moveCostPerSolutionTextBox.Name = "moveCostPerSolutionTextBox";
|
---|
313 | this.moveCostPerSolutionTextBox.Size = new System.Drawing.Size(123, 20);
|
---|
314 | this.moveCostPerSolutionTextBox.TabIndex = 8;
|
---|
315 | this.moveCostPerSolutionTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.moveCostPerSolutionTextBox_Validating);
|
---|
316 | //
|
---|
317 | // moveCostPerSolutionLabel
|
---|
318 | //
|
---|
319 | this.moveCostPerSolutionLabel.AutoSize = true;
|
---|
320 | this.moveCostPerSolutionLabel.Location = new System.Drawing.Point(278, 55);
|
---|
321 | this.moveCostPerSolutionLabel.Name = "moveCostPerSolutionLabel";
|
---|
322 | this.moveCostPerSolutionLabel.Size = new System.Drawing.Size(117, 13);
|
---|
323 | this.moveCostPerSolutionLabel.TabIndex = 7;
|
---|
324 | this.moveCostPerSolutionLabel.Text = "Move cost per solution:";
|
---|
325 | //
|
---|
326 | // maximizationLabel
|
---|
327 | //
|
---|
328 | this.maximizationLabel.AutoSize = true;
|
---|
329 | this.maximizationLabel.Location = new System.Drawing.Point(278, 81);
|
---|
330 | this.maximizationLabel.Name = "maximizationLabel";
|
---|
331 | this.maximizationLabel.Size = new System.Drawing.Size(70, 13);
|
---|
332 | this.maximizationLabel.TabIndex = 11;
|
---|
333 | this.maximizationLabel.Text = "Maximization:";
|
---|
334 | //
|
---|
335 | // maximizationCheckBox
|
---|
336 | //
|
---|
337 | this.maximizationCheckBox.AutoSize = true;
|
---|
338 | this.maximizationCheckBox.Location = new System.Drawing.Point(401, 80);
|
---|
339 | this.maximizationCheckBox.Name = "maximizationCheckBox";
|
---|
340 | this.maximizationCheckBox.Size = new System.Drawing.Size(15, 14);
|
---|
341 | this.maximizationCheckBox.TabIndex = 12;
|
---|
342 | this.maximizationCheckBox.UseVisualStyleBackColor = true;
|
---|
343 | this.maximizationCheckBox.CheckedChanged += new System.EventHandler(this.maximizationCheckBox_CheckedChanged);
|
---|
344 | //
|
---|
345 | // storeSolutionInRunLabel
|
---|
346 | //
|
---|
347 | this.storeSolutionInRunLabel.AutoSize = true;
|
---|
348 | this.storeSolutionInRunLabel.Location = new System.Drawing.Point(3, 132);
|
---|
349 | this.storeSolutionInRunLabel.Name = "storeSolutionInRunLabel";
|
---|
350 | this.storeSolutionInRunLabel.Size = new System.Drawing.Size(76, 13);
|
---|
351 | this.storeSolutionInRunLabel.TabIndex = 15;
|
---|
352 | this.storeSolutionInRunLabel.Text = "Store Solution:";
|
---|
353 | //
|
---|
354 | // storeBestSolutionCheckBox
|
---|
355 | //
|
---|
356 | this.storeBestSolutionCheckBox.AutoSize = true;
|
---|
357 | this.storeBestSolutionCheckBox.Location = new System.Drawing.Point(115, 132);
|
---|
358 | this.storeBestSolutionCheckBox.Name = "storeBestSolutionCheckBox";
|
---|
359 | this.storeBestSolutionCheckBox.Size = new System.Drawing.Size(15, 14);
|
---|
360 | this.storeBestSolutionCheckBox.TabIndex = 16;
|
---|
361 | this.storeBestSolutionCheckBox.UseVisualStyleBackColor = true;
|
---|
362 | this.storeBestSolutionCheckBox.CheckedChanged += new System.EventHandler(this.storeBestSolutionCheckBox_CheckedChanged);
|
---|
363 | //
|
---|
364 | // IndependentRandomRestarterView
|
---|
365 | //
|
---|
366 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
367 | this.Controls.Add(this.storeBestSolutionCheckBox);
|
---|
368 | this.Controls.Add(this.maximizationCheckBox);
|
---|
369 | this.Controls.Add(this.terminationComboBox);
|
---|
370 | this.Controls.Add(this.tabControl);
|
---|
371 | this.Controls.Add(this.maxExecutionTimeTextBox);
|
---|
372 | this.Controls.Add(this.timeLimitLabel);
|
---|
373 | this.Controls.Add(this.terminationLabel);
|
---|
374 | this.Controls.Add(this.storeSolutionInRunLabel);
|
---|
375 | this.Controls.Add(this.targetValueLabel);
|
---|
376 | this.Controls.Add(this.maximizationLabel);
|
---|
377 | this.Controls.Add(this.moveCostPerSolutionLabel);
|
---|
378 | this.Controls.Add(this.evaluationsLimitabel);
|
---|
379 | this.Controls.Add(this.moveCostPerSolutionTextBox);
|
---|
380 | this.Controls.Add(this.targetValueTextBox);
|
---|
381 | this.Controls.Add(this.maxEvaluationsTextBox);
|
---|
382 | this.Name = "IndependentRandomRestarterView";
|
---|
383 | this.Size = new System.Drawing.Size(549, 464);
|
---|
384 | this.Controls.SetChildIndex(this.maxEvaluationsTextBox, 0);
|
---|
385 | this.Controls.SetChildIndex(this.targetValueTextBox, 0);
|
---|
386 | this.Controls.SetChildIndex(this.moveCostPerSolutionTextBox, 0);
|
---|
387 | this.Controls.SetChildIndex(this.evaluationsLimitabel, 0);
|
---|
388 | this.Controls.SetChildIndex(this.moveCostPerSolutionLabel, 0);
|
---|
389 | this.Controls.SetChildIndex(this.maximizationLabel, 0);
|
---|
390 | this.Controls.SetChildIndex(this.targetValueLabel, 0);
|
---|
391 | this.Controls.SetChildIndex(this.storeSolutionInRunLabel, 0);
|
---|
392 | this.Controls.SetChildIndex(this.terminationLabel, 0);
|
---|
393 | this.Controls.SetChildIndex(this.timeLimitLabel, 0);
|
---|
394 | this.Controls.SetChildIndex(this.maxExecutionTimeTextBox, 0);
|
---|
395 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
396 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
397 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
398 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
399 | this.Controls.SetChildIndex(this.resetButton, 0);
|
---|
400 | this.Controls.SetChildIndex(this.stopButton, 0);
|
---|
401 | this.Controls.SetChildIndex(this.pauseButton, 0);
|
---|
402 | this.Controls.SetChildIndex(this.executionTimeLabel, 0);
|
---|
403 | this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
|
---|
404 | this.Controls.SetChildIndex(this.startButton, 0);
|
---|
405 | this.Controls.SetChildIndex(this.terminationComboBox, 0);
|
---|
406 | this.Controls.SetChildIndex(this.maximizationCheckBox, 0);
|
---|
407 | this.Controls.SetChildIndex(this.storeBestSolutionCheckBox, 0);
|
---|
408 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
409 | this.tabControl.ResumeLayout(false);
|
---|
410 | this.algorithmTabPage.ResumeLayout(false);
|
---|
411 | this.currentRunTabPage.ResumeLayout(false);
|
---|
412 | this.runsTabPage.ResumeLayout(false);
|
---|
413 | this.ResumeLayout(false);
|
---|
414 | this.PerformLayout();
|
---|
415 |
|
---|
416 | }
|
---|
417 |
|
---|
418 | #endregion
|
---|
419 |
|
---|
420 | private System.Windows.Forms.Label timeLimitLabel;
|
---|
421 | private System.Windows.Forms.TextBox maxExecutionTimeTextBox;
|
---|
422 | private System.Windows.Forms.Label evaluationsLimitabel;
|
---|
423 | private System.Windows.Forms.TextBox maxEvaluationsTextBox;
|
---|
424 | private MainForm.WindowsForms.DragOverTabControl tabControl;
|
---|
425 | private System.Windows.Forms.TabPage runsTabPage;
|
---|
426 | private RunCollectionView runsView;
|
---|
427 | private System.Windows.Forms.OpenFileDialog openFileDialog;
|
---|
428 | private System.Windows.Forms.TextBox targetValueTextBox;
|
---|
429 | private System.Windows.Forms.Label targetValueLabel;
|
---|
430 | private System.Windows.Forms.ComboBox terminationComboBox;
|
---|
431 | private System.Windows.Forms.Label terminationLabel;
|
---|
432 | private System.Windows.Forms.TextBox moveCostPerSolutionTextBox;
|
---|
433 | private System.Windows.Forms.Label moveCostPerSolutionLabel;
|
---|
434 | private System.Windows.Forms.Label maximizationLabel;
|
---|
435 | private System.Windows.Forms.CheckBox maximizationCheckBox;
|
---|
436 | private System.Windows.Forms.TabPage algorithmTabPage;
|
---|
437 | private MainForm.WindowsForms.ViewHost algorithmViewHost;
|
---|
438 | private System.Windows.Forms.Button openAlgorithmButton;
|
---|
439 | private System.Windows.Forms.Button newAlgorithmButton;
|
---|
440 | private System.Windows.Forms.TabPage currentRunTabPage;
|
---|
441 | private RunView currentRunView;
|
---|
442 | private System.Windows.Forms.Label storeSolutionInRunLabel;
|
---|
443 | private System.Windows.Forms.CheckBox storeBestSolutionCheckBox;
|
---|
444 | }
|
---|
445 | }
|
---|