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 |
|
---|
23 | namespace HeuristicLab.Algorithms.DataAnalysis.Views {
|
---|
24 | partial class CrossValidationView {
|
---|
25 | /// <summary>
|
---|
26 | /// Required designer variable.
|
---|
27 | /// </summary>
|
---|
28 | private System.ComponentModel.IContainer components = null;
|
---|
29 |
|
---|
30 | /// <summary>
|
---|
31 | /// Clean up any resources being used.
|
---|
32 | /// </summary>
|
---|
33 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
34 | protected override void Dispose(bool disposing) {
|
---|
35 | if (disposing && (components != null)) {
|
---|
36 | components.Dispose();
|
---|
37 | }
|
---|
38 | base.Dispose(disposing);
|
---|
39 | }
|
---|
40 |
|
---|
41 | #region Component Designer generated code
|
---|
42 |
|
---|
43 | /// <summary>
|
---|
44 | /// Required method for Designer support - do not modify
|
---|
45 | /// the contents of this method with the code editor.
|
---|
46 | /// </summary>
|
---|
47 | private void InitializeComponent() {
|
---|
48 | this.startButton = new System.Windows.Forms.Button();
|
---|
49 | this.pauseButton = new System.Windows.Forms.Button();
|
---|
50 | this.stopButton = new System.Windows.Forms.Button();
|
---|
51 | this.resetButton = new System.Windows.Forms.Button();
|
---|
52 | this.executionTimeTextBox = new System.Windows.Forms.TextBox();
|
---|
53 | this.executionTimeLabel = new System.Windows.Forms.Label();
|
---|
54 | this.foldsNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
---|
55 | this.foldsLabel = new System.Windows.Forms.Label();
|
---|
56 | this.workersNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
---|
57 | this.workersLabel = new System.Windows.Forms.Label();
|
---|
58 | this.samplesStartLabel = new System.Windows.Forms.Label();
|
---|
59 | this.samplesEndLabel = new System.Windows.Forms.Label();
|
---|
60 | this.samplesEndStringConvertibleValueView = new HeuristicLab.Data.Views.StringConvertibleValueView();
|
---|
61 | this.samplesStartStringConvertibleValueView = new HeuristicLab.Data.Views.StringConvertibleValueView();
|
---|
62 | this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
63 | this.algorithmTabPage = new System.Windows.Forms.TabPage();
|
---|
64 | this.algorithmNamedItemView = new HeuristicLab.Core.Views.NamedItemView();
|
---|
65 | this.algorithmTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
66 | this.algorithmProblemTabPage = new System.Windows.Forms.TabPage();
|
---|
67 | this.openProblemButton = new System.Windows.Forms.Button();
|
---|
68 | this.algorithmProblemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
69 | this.newProblemButton = new System.Windows.Forms.Button();
|
---|
70 | this.algorithmParametersTabPage = new System.Windows.Forms.TabPage();
|
---|
71 | this.algorithmParameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
|
---|
72 | this.openAlgorithmButton = new System.Windows.Forms.Button();
|
---|
73 | this.newAlgorithmButton = new System.Windows.Forms.Button();
|
---|
74 | this.resultsTabPage = new System.Windows.Forms.TabPage();
|
---|
75 | this.resultCollectionView = new HeuristicLab.Optimization.Views.ResultCollectionView();
|
---|
76 | this.runsTabPage = new System.Windows.Forms.TabPage();
|
---|
77 | this.storeAlgorithmInEachRunCheckBox = new System.Windows.Forms.CheckBox();
|
---|
78 | this.runCollectionView = new HeuristicLab.Optimization.Views.RunCollectionView();
|
---|
79 | this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
---|
80 | this.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
81 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
82 | ((System.ComponentModel.ISupportInitialize)(this.foldsNumericUpDown)).BeginInit();
|
---|
83 | ((System.ComponentModel.ISupportInitialize)(this.workersNumericUpDown)).BeginInit();
|
---|
84 | this.tabControl.SuspendLayout();
|
---|
85 | this.algorithmTabPage.SuspendLayout();
|
---|
86 | this.algorithmTabControl.SuspendLayout();
|
---|
87 | this.algorithmProblemTabPage.SuspendLayout();
|
---|
88 | this.algorithmParametersTabPage.SuspendLayout();
|
---|
89 | this.resultsTabPage.SuspendLayout();
|
---|
90 | this.runsTabPage.SuspendLayout();
|
---|
91 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
92 | this.splitContainer.Panel1.SuspendLayout();
|
---|
93 | this.splitContainer.Panel2.SuspendLayout();
|
---|
94 | this.splitContainer.SuspendLayout();
|
---|
95 | this.SuspendLayout();
|
---|
96 | //
|
---|
97 | // nameTextBox
|
---|
98 | //
|
---|
99 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
100 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
101 | this.nameTextBox.Location = new System.Drawing.Point(80, 0);
|
---|
102 | this.nameTextBox.Size = new System.Drawing.Size(511, 20);
|
---|
103 | //
|
---|
104 | // infoLabel
|
---|
105 | //
|
---|
106 | this.infoLabel.Location = new System.Drawing.Point(597, 3);
|
---|
107 | //
|
---|
108 | // startButton
|
---|
109 | //
|
---|
110 | this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
111 | this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
|
---|
112 | this.startButton.Location = new System.Drawing.Point(0, 514);
|
---|
113 | this.startButton.Name = "startButton";
|
---|
114 | this.startButton.Size = new System.Drawing.Size(24, 24);
|
---|
115 | this.startButton.TabIndex = 5;
|
---|
116 | this.startButton.UseVisualStyleBackColor = true;
|
---|
117 | this.startButton.Click += new System.EventHandler(this.startButton_Click);
|
---|
118 | //
|
---|
119 | // pauseButton
|
---|
120 | //
|
---|
121 | this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
122 | this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
|
---|
123 | this.pauseButton.Location = new System.Drawing.Point(30, 514);
|
---|
124 | this.pauseButton.Name = "pauseButton";
|
---|
125 | this.pauseButton.Size = new System.Drawing.Size(24, 24);
|
---|
126 | this.pauseButton.TabIndex = 6;
|
---|
127 | this.pauseButton.UseVisualStyleBackColor = true;
|
---|
128 | this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
|
---|
129 | //
|
---|
130 | // stopButton
|
---|
131 | //
|
---|
132 | this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
133 | this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
|
---|
134 | this.stopButton.Location = new System.Drawing.Point(60, 514);
|
---|
135 | this.stopButton.Name = "stopButton";
|
---|
136 | this.stopButton.Size = new System.Drawing.Size(24, 24);
|
---|
137 | this.stopButton.TabIndex = 7;
|
---|
138 | this.stopButton.UseVisualStyleBackColor = true;
|
---|
139 | this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
|
---|
140 | //
|
---|
141 | // resetButton
|
---|
142 | //
|
---|
143 | this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
144 | this.resetButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart;
|
---|
145 | this.resetButton.Location = new System.Drawing.Point(90, 514);
|
---|
146 | this.resetButton.Name = "resetButton";
|
---|
147 | this.resetButton.Size = new System.Drawing.Size(24, 24);
|
---|
148 | this.resetButton.TabIndex = 8;
|
---|
149 | this.resetButton.UseVisualStyleBackColor = true;
|
---|
150 | this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
|
---|
151 | //
|
---|
152 | // executionTimeTextBox
|
---|
153 | //
|
---|
154 | this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
155 | this.executionTimeTextBox.Location = new System.Drawing.Point(478, 517);
|
---|
156 | this.executionTimeTextBox.Name = "executionTimeTextBox";
|
---|
157 | this.executionTimeTextBox.ReadOnly = true;
|
---|
158 | this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
|
---|
159 | this.executionTimeTextBox.TabIndex = 10;
|
---|
160 | //
|
---|
161 | // executionTimeLabel
|
---|
162 | //
|
---|
163 | this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
164 | this.executionTimeLabel.AutoSize = true;
|
---|
165 | this.executionTimeLabel.Location = new System.Drawing.Point(389, 520);
|
---|
166 | this.executionTimeLabel.Name = "executionTimeLabel";
|
---|
167 | this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
|
---|
168 | this.executionTimeLabel.TabIndex = 9;
|
---|
169 | this.executionTimeLabel.Text = "&Execution Time:";
|
---|
170 | //
|
---|
171 | // foldsNumericUpDown
|
---|
172 | //
|
---|
173 | this.foldsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
174 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
175 | this.foldsNumericUpDown.Location = new System.Drawing.Point(55, 26);
|
---|
176 | this.foldsNumericUpDown.Maximum = new decimal(new int[] {
|
---|
177 | 50,
|
---|
178 | 0,
|
---|
179 | 0,
|
---|
180 | 0});
|
---|
181 | this.foldsNumericUpDown.Minimum = new decimal(new int[] {
|
---|
182 | 2,
|
---|
183 | 0,
|
---|
184 | 0,
|
---|
185 | 0});
|
---|
186 | this.foldsNumericUpDown.Name = "foldsNumericUpDown";
|
---|
187 | this.foldsNumericUpDown.Size = new System.Drawing.Size(248, 20);
|
---|
188 | this.foldsNumericUpDown.TabIndex = 3;
|
---|
189 | this.foldsNumericUpDown.ThousandsSeparator = true;
|
---|
190 | this.foldsNumericUpDown.Value = new decimal(new int[] {
|
---|
191 | 2,
|
---|
192 | 0,
|
---|
193 | 0,
|
---|
194 | 0});
|
---|
195 | this.foldsNumericUpDown.ValueChanged += new System.EventHandler(this.foldsNumericUpDown_ValueChanged);
|
---|
196 | this.foldsNumericUpDown.Validated += new System.EventHandler(this.foldsNumericUpDown_Validated);
|
---|
197 | //
|
---|
198 | // foldsLabel
|
---|
199 | //
|
---|
200 | this.foldsLabel.AutoSize = true;
|
---|
201 | this.foldsLabel.Location = new System.Drawing.Point(3, 29);
|
---|
202 | this.foldsLabel.Name = "foldsLabel";
|
---|
203 | this.foldsLabel.Size = new System.Drawing.Size(35, 13);
|
---|
204 | this.foldsLabel.TabIndex = 2;
|
---|
205 | this.foldsLabel.Text = "&Folds:";
|
---|
206 | //
|
---|
207 | // workersNumericUpDown
|
---|
208 | //
|
---|
209 | this.workersNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
210 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
211 | this.workersNumericUpDown.Location = new System.Drawing.Point(55, 0);
|
---|
212 | this.workersNumericUpDown.Maximum = new decimal(new int[] {
|
---|
213 | 50,
|
---|
214 | 0,
|
---|
215 | 0,
|
---|
216 | 0});
|
---|
217 | this.workersNumericUpDown.Minimum = new decimal(new int[] {
|
---|
218 | 1,
|
---|
219 | 0,
|
---|
220 | 0,
|
---|
221 | 0});
|
---|
222 | this.workersNumericUpDown.Name = "workersNumericUpDown";
|
---|
223 | this.workersNumericUpDown.Size = new System.Drawing.Size(248, 20);
|
---|
224 | this.workersNumericUpDown.TabIndex = 1;
|
---|
225 | this.workersNumericUpDown.ThousandsSeparator = true;
|
---|
226 | this.workersNumericUpDown.Value = new decimal(new int[] {
|
---|
227 | 1,
|
---|
228 | 0,
|
---|
229 | 0,
|
---|
230 | 0});
|
---|
231 | this.workersNumericUpDown.ValueChanged += new System.EventHandler(this.workersNumericUpDown_ValueChanged);
|
---|
232 | this.workersNumericUpDown.Validated += new System.EventHandler(this.workersNumericUpDown_Validated);
|
---|
233 | //
|
---|
234 | // workersLabel
|
---|
235 | //
|
---|
236 | this.workersLabel.AutoSize = true;
|
---|
237 | this.workersLabel.Location = new System.Drawing.Point(3, 3);
|
---|
238 | this.workersLabel.Name = "workersLabel";
|
---|
239 | this.workersLabel.Size = new System.Drawing.Size(50, 13);
|
---|
240 | this.workersLabel.TabIndex = 0;
|
---|
241 | this.workersLabel.Text = "&Workers:";
|
---|
242 | //
|
---|
243 | // samplesStartLabel
|
---|
244 | //
|
---|
245 | this.samplesStartLabel.AutoSize = true;
|
---|
246 | this.samplesStartLabel.Location = new System.Drawing.Point(3, 3);
|
---|
247 | this.samplesStartLabel.Name = "samplesStartLabel";
|
---|
248 | this.samplesStartLabel.Size = new System.Drawing.Size(75, 13);
|
---|
249 | this.samplesStartLabel.TabIndex = 0;
|
---|
250 | this.samplesStartLabel.Text = "&Samples Start:";
|
---|
251 | //
|
---|
252 | // samplesEndLabel
|
---|
253 | //
|
---|
254 | this.samplesEndLabel.AutoSize = true;
|
---|
255 | this.samplesEndLabel.Location = new System.Drawing.Point(3, 29);
|
---|
256 | this.samplesEndLabel.Name = "samplesEndLabel";
|
---|
257 | this.samplesEndLabel.Size = new System.Drawing.Size(72, 13);
|
---|
258 | this.samplesEndLabel.TabIndex = 2;
|
---|
259 | this.samplesEndLabel.Text = "&Samples End:";
|
---|
260 | //
|
---|
261 | // samplesEndStringConvertibleValueView
|
---|
262 | //
|
---|
263 | this.samplesEndStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
264 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
265 | this.samplesEndStringConvertibleValueView.Caption = "StringConvertibleValue View";
|
---|
266 | this.samplesEndStringConvertibleValueView.Content = null;
|
---|
267 | this.samplesEndStringConvertibleValueView.LabelVisible = false;
|
---|
268 | this.samplesEndStringConvertibleValueView.Location = new System.Drawing.Point(80, 26);
|
---|
269 | this.samplesEndStringConvertibleValueView.Name = "samplesEndStringConvertibleValueView";
|
---|
270 | this.samplesEndStringConvertibleValueView.ReadOnly = false;
|
---|
271 | this.samplesEndStringConvertibleValueView.Size = new System.Drawing.Size(223, 20);
|
---|
272 | this.samplesEndStringConvertibleValueView.TabIndex = 3;
|
---|
273 | //
|
---|
274 | // samplesStartStringConvertibleValueView
|
---|
275 | //
|
---|
276 | this.samplesStartStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
277 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
278 | this.samplesStartStringConvertibleValueView.Caption = "StringConvertibleValue View";
|
---|
279 | this.samplesStartStringConvertibleValueView.Content = null;
|
---|
280 | this.samplesStartStringConvertibleValueView.LabelVisible = false;
|
---|
281 | this.samplesStartStringConvertibleValueView.Location = new System.Drawing.Point(80, 0);
|
---|
282 | this.samplesStartStringConvertibleValueView.Name = "samplesStartStringConvertibleValueView";
|
---|
283 | this.samplesStartStringConvertibleValueView.ReadOnly = false;
|
---|
284 | this.samplesStartStringConvertibleValueView.Size = new System.Drawing.Size(223, 20);
|
---|
285 | this.samplesStartStringConvertibleValueView.TabIndex = 1;
|
---|
286 | //
|
---|
287 | // tabControl
|
---|
288 | //
|
---|
289 | this.tabControl.AllowDrop = true;
|
---|
290 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
291 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
292 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
293 | this.tabControl.Controls.Add(this.algorithmTabPage);
|
---|
294 | this.tabControl.Controls.Add(this.resultsTabPage);
|
---|
295 | this.tabControl.Controls.Add(this.runsTabPage);
|
---|
296 | this.tabControl.Location = new System.Drawing.Point(0, 87);
|
---|
297 | this.tabControl.Name = "tabControl";
|
---|
298 | this.tabControl.SelectedIndex = 0;
|
---|
299 | this.tabControl.Size = new System.Drawing.Size(616, 421);
|
---|
300 | this.tabControl.TabIndex = 4;
|
---|
301 | //
|
---|
302 | // algorithmTabPage
|
---|
303 | //
|
---|
304 | this.algorithmTabPage.AllowDrop = true;
|
---|
305 | this.algorithmTabPage.Controls.Add(this.algorithmNamedItemView);
|
---|
306 | this.algorithmTabPage.Controls.Add(this.algorithmTabControl);
|
---|
307 | this.algorithmTabPage.Controls.Add(this.openAlgorithmButton);
|
---|
308 | this.algorithmTabPage.Controls.Add(this.newAlgorithmButton);
|
---|
309 | this.algorithmTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
310 | this.algorithmTabPage.Name = "algorithmTabPage";
|
---|
311 | this.algorithmTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
312 | this.algorithmTabPage.Size = new System.Drawing.Size(608, 395);
|
---|
313 | this.algorithmTabPage.TabIndex = 0;
|
---|
314 | this.algorithmTabPage.Text = "Algorithm";
|
---|
315 | this.algorithmTabPage.UseVisualStyleBackColor = true;
|
---|
316 | this.algorithmTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragDrop);
|
---|
317 | this.algorithmTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
|
---|
318 | this.algorithmTabPage.DragOver += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
|
---|
319 | //
|
---|
320 | // algorithmNamedItemView
|
---|
321 | //
|
---|
322 | this.algorithmNamedItemView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
323 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
324 | this.algorithmNamedItemView.Caption = "NamedItem View";
|
---|
325 | this.algorithmNamedItemView.Content = null;
|
---|
326 | this.algorithmNamedItemView.Location = new System.Drawing.Point(6, 36);
|
---|
327 | this.algorithmNamedItemView.Name = "algorithmNamedItemView";
|
---|
328 | this.algorithmNamedItemView.ReadOnly = false;
|
---|
329 | this.algorithmNamedItemView.Size = new System.Drawing.Size(596, 23);
|
---|
330 | this.algorithmNamedItemView.TabIndex = 2;
|
---|
331 | //
|
---|
332 | // algorithmTabControl
|
---|
333 | //
|
---|
334 | this.algorithmTabControl.AllowDrop = true;
|
---|
335 | this.algorithmTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
336 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
337 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
338 | this.algorithmTabControl.Controls.Add(this.algorithmProblemTabPage);
|
---|
339 | this.algorithmTabControl.Controls.Add(this.algorithmParametersTabPage);
|
---|
340 | this.algorithmTabControl.Location = new System.Drawing.Point(8, 65);
|
---|
341 | this.algorithmTabControl.Name = "algorithmTabControl";
|
---|
342 | this.algorithmTabControl.SelectedIndex = 0;
|
---|
343 | this.algorithmTabControl.Size = new System.Drawing.Size(594, 324);
|
---|
344 | this.algorithmTabControl.TabIndex = 3;
|
---|
345 | //
|
---|
346 | // algorithmProblemTabPage
|
---|
347 | //
|
---|
348 | this.algorithmProblemTabPage.AllowDrop = true;
|
---|
349 | this.algorithmProblemTabPage.Controls.Add(this.openProblemButton);
|
---|
350 | this.algorithmProblemTabPage.Controls.Add(this.algorithmProblemViewHost);
|
---|
351 | this.algorithmProblemTabPage.Controls.Add(this.newProblemButton);
|
---|
352 | this.algorithmProblemTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
353 | this.algorithmProblemTabPage.Name = "algorithmProblemTabPage";
|
---|
354 | this.algorithmProblemTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
355 | this.algorithmProblemTabPage.Size = new System.Drawing.Size(586, 298);
|
---|
356 | this.algorithmProblemTabPage.TabIndex = 0;
|
---|
357 | this.algorithmProblemTabPage.Text = "Problem";
|
---|
358 | this.algorithmProblemTabPage.UseVisualStyleBackColor = true;
|
---|
359 | this.algorithmProblemTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmProblemTabPage_DragDrop);
|
---|
360 | this.algorithmProblemTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmProblemTabPage_DragEnterOver);
|
---|
361 | this.algorithmProblemTabPage.DragOver += new System.Windows.Forms.DragEventHandler(this.algorithmProblemTabPage_DragEnterOver);
|
---|
362 | //
|
---|
363 | // openProblemButton
|
---|
364 | //
|
---|
365 | this.openProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
|
---|
366 | this.openProblemButton.Location = new System.Drawing.Point(36, 6);
|
---|
367 | this.openProblemButton.Name = "openProblemButton";
|
---|
368 | this.openProblemButton.Size = new System.Drawing.Size(24, 24);
|
---|
369 | this.openProblemButton.TabIndex = 1;
|
---|
370 | this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
|
---|
371 | this.openProblemButton.UseVisualStyleBackColor = true;
|
---|
372 | this.openProblemButton.Click += new System.EventHandler(this.openProblemButton_Click);
|
---|
373 | //
|
---|
374 | // algorithmProblemViewHost
|
---|
375 | //
|
---|
376 | this.algorithmProblemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
377 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
378 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
379 | this.algorithmProblemViewHost.Caption = "View";
|
---|
380 | this.algorithmProblemViewHost.Content = null;
|
---|
381 | this.algorithmProblemViewHost.Enabled = false;
|
---|
382 | this.algorithmProblemViewHost.Location = new System.Drawing.Point(6, 36);
|
---|
383 | this.algorithmProblemViewHost.Name = "algorithmProblemViewHost";
|
---|
384 | this.algorithmProblemViewHost.ReadOnly = false;
|
---|
385 | this.algorithmProblemViewHost.Size = new System.Drawing.Size(574, 256);
|
---|
386 | this.algorithmProblemViewHost.TabIndex = 2;
|
---|
387 | this.algorithmProblemViewHost.ViewsLabelVisible = true;
|
---|
388 | this.algorithmProblemViewHost.ViewType = null;
|
---|
389 | //
|
---|
390 | // newProblemButton
|
---|
391 | //
|
---|
392 | this.newProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
|
---|
393 | this.newProblemButton.Location = new System.Drawing.Point(6, 6);
|
---|
394 | this.newProblemButton.Name = "newProblemButton";
|
---|
395 | this.newProblemButton.Size = new System.Drawing.Size(24, 24);
|
---|
396 | this.newProblemButton.TabIndex = 0;
|
---|
397 | this.toolTip.SetToolTip(this.newProblemButton, "NewProblem");
|
---|
398 | this.newProblemButton.UseVisualStyleBackColor = true;
|
---|
399 | this.newProblemButton.Click += new System.EventHandler(this.newProblemButton_Click);
|
---|
400 | //
|
---|
401 | // algorithmParametersTabPage
|
---|
402 | //
|
---|
403 | this.algorithmParametersTabPage.Controls.Add(this.algorithmParameterCollectionView);
|
---|
404 | this.algorithmParametersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
405 | this.algorithmParametersTabPage.Name = "algorithmParametersTabPage";
|
---|
406 | this.algorithmParametersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
407 | this.algorithmParametersTabPage.Size = new System.Drawing.Size(586, 298);
|
---|
408 | this.algorithmParametersTabPage.TabIndex = 1;
|
---|
409 | this.algorithmParametersTabPage.Text = "Parameters";
|
---|
410 | this.algorithmParametersTabPage.UseVisualStyleBackColor = true;
|
---|
411 | //
|
---|
412 | // algorithmParameterCollectionView
|
---|
413 | //
|
---|
414 | this.algorithmParameterCollectionView.Caption = "ParameterCollection View";
|
---|
415 | this.algorithmParameterCollectionView.Content = null;
|
---|
416 | this.algorithmParameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
417 | this.algorithmParameterCollectionView.Location = new System.Drawing.Point(3, 3);
|
---|
418 | this.algorithmParameterCollectionView.Name = "algorithmParameterCollectionView";
|
---|
419 | this.algorithmParameterCollectionView.ReadOnly = false;
|
---|
420 | this.algorithmParameterCollectionView.Size = new System.Drawing.Size(580, 292);
|
---|
421 | this.algorithmParameterCollectionView.TabIndex = 0;
|
---|
422 | //
|
---|
423 | // openAlgorithmButton
|
---|
424 | //
|
---|
425 | this.openAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
|
---|
426 | this.openAlgorithmButton.Location = new System.Drawing.Point(38, 6);
|
---|
427 | this.openAlgorithmButton.Name = "openAlgorithmButton";
|
---|
428 | this.openAlgorithmButton.Size = new System.Drawing.Size(24, 24);
|
---|
429 | this.openAlgorithmButton.TabIndex = 1;
|
---|
430 | this.toolTip.SetToolTip(this.openAlgorithmButton, "Open Algorithm");
|
---|
431 | this.openAlgorithmButton.UseVisualStyleBackColor = true;
|
---|
432 | this.openAlgorithmButton.Click += new System.EventHandler(this.openAlgorithmButton_Click);
|
---|
433 | //
|
---|
434 | // newAlgorithmButton
|
---|
435 | //
|
---|
436 | this.newAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
|
---|
437 | this.newAlgorithmButton.Location = new System.Drawing.Point(8, 6);
|
---|
438 | this.newAlgorithmButton.Name = "newAlgorithmButton";
|
---|
439 | this.newAlgorithmButton.Size = new System.Drawing.Size(24, 24);
|
---|
440 | this.newAlgorithmButton.TabIndex = 0;
|
---|
441 | this.toolTip.SetToolTip(this.newAlgorithmButton, "New Algorithm");
|
---|
442 | this.newAlgorithmButton.UseVisualStyleBackColor = true;
|
---|
443 | this.newAlgorithmButton.Click += new System.EventHandler(this.newAlgorithmButton_Click);
|
---|
444 | //
|
---|
445 | // resultsTabPage
|
---|
446 | //
|
---|
447 | this.resultsTabPage.Controls.Add(this.resultCollectionView);
|
---|
448 | this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
449 | this.resultsTabPage.Name = "resultsTabPage";
|
---|
450 | this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
451 | this.resultsTabPage.Size = new System.Drawing.Size(608, 395);
|
---|
452 | this.resultsTabPage.TabIndex = 1;
|
---|
453 | this.resultsTabPage.Text = "Results";
|
---|
454 | this.resultsTabPage.UseVisualStyleBackColor = true;
|
---|
455 | //
|
---|
456 | // resultCollectionView
|
---|
457 | //
|
---|
458 | this.resultCollectionView.Caption = "ResultCollection View";
|
---|
459 | this.resultCollectionView.Content = null;
|
---|
460 | this.resultCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
461 | this.resultCollectionView.Location = new System.Drawing.Point(3, 3);
|
---|
462 | this.resultCollectionView.Name = "resultCollectionView";
|
---|
463 | this.resultCollectionView.ReadOnly = true;
|
---|
464 | this.resultCollectionView.Size = new System.Drawing.Size(602, 389);
|
---|
465 | this.resultCollectionView.TabIndex = 0;
|
---|
466 | //
|
---|
467 | // runsTabPage
|
---|
468 | //
|
---|
469 | this.runsTabPage.Controls.Add(this.storeAlgorithmInEachRunCheckBox);
|
---|
470 | this.runsTabPage.Controls.Add(this.runCollectionView);
|
---|
471 | this.runsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
472 | this.runsTabPage.Name = "runsTabPage";
|
---|
473 | this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
474 | this.runsTabPage.Size = new System.Drawing.Size(608, 395);
|
---|
475 | this.runsTabPage.TabIndex = 2;
|
---|
476 | this.runsTabPage.Text = "Runs";
|
---|
477 | this.runsTabPage.UseVisualStyleBackColor = true;
|
---|
478 | //
|
---|
479 | // storeAlgorithmInEachRunCheckBox
|
---|
480 | //
|
---|
481 | this.storeAlgorithmInEachRunCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
482 | this.storeAlgorithmInEachRunCheckBox.AutoSize = true;
|
---|
483 | this.storeAlgorithmInEachRunCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
484 | this.storeAlgorithmInEachRunCheckBox.Checked = true;
|
---|
485 | this.storeAlgorithmInEachRunCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
486 | this.storeAlgorithmInEachRunCheckBox.Location = new System.Drawing.Point(440, 4);
|
---|
487 | this.storeAlgorithmInEachRunCheckBox.Name = "storeAlgorithmInEachRunCheckBox";
|
---|
488 | this.storeAlgorithmInEachRunCheckBox.Size = new System.Drawing.Size(161, 17);
|
---|
489 | this.storeAlgorithmInEachRunCheckBox.TabIndex = 1;
|
---|
490 | this.storeAlgorithmInEachRunCheckBox.Text = "&Store Algorithm in each Run:";
|
---|
491 | this.toolTip.SetToolTip(this.storeAlgorithmInEachRunCheckBox, "Check to store a copy of the algorithm in each run.");
|
---|
492 | this.storeAlgorithmInEachRunCheckBox.UseVisualStyleBackColor = true;
|
---|
493 | this.storeAlgorithmInEachRunCheckBox.CheckedChanged += new System.EventHandler(this.storeAlgorithmInEachRunCheckBox_CheckedChanged);
|
---|
494 | //
|
---|
495 | // runCollectionView
|
---|
496 | //
|
---|
497 | this.runCollectionView.Caption = "RunCollection View";
|
---|
498 | this.runCollectionView.Content = null;
|
---|
499 | this.runCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
500 | this.runCollectionView.Location = new System.Drawing.Point(3, 3);
|
---|
501 | this.runCollectionView.Name = "runCollectionView";
|
---|
502 | this.runCollectionView.ReadOnly = false;
|
---|
503 | this.runCollectionView.Size = new System.Drawing.Size(602, 389);
|
---|
504 | this.runCollectionView.TabIndex = 0;
|
---|
505 | //
|
---|
506 | // openFileDialog
|
---|
507 | //
|
---|
508 | this.openFileDialog.DefaultExt = "hl";
|
---|
509 | this.openFileDialog.FileName = "Algorithm";
|
---|
510 | this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
|
---|
511 | this.openFileDialog.Title = "Open Algorithm";
|
---|
512 | //
|
---|
513 | // splitContainer
|
---|
514 | //
|
---|
515 | this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
516 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
517 | this.splitContainer.Location = new System.Drawing.Point(0, 26);
|
---|
518 | this.splitContainer.Name = "splitContainer";
|
---|
519 | //
|
---|
520 | // splitContainer.Panel1
|
---|
521 | //
|
---|
522 | this.splitContainer.Panel1.Controls.Add(this.samplesEndStringConvertibleValueView);
|
---|
523 | this.splitContainer.Panel1.Controls.Add(this.samplesStartStringConvertibleValueView);
|
---|
524 | this.splitContainer.Panel1.Controls.Add(this.samplesStartLabel);
|
---|
525 | this.splitContainer.Panel1.Controls.Add(this.samplesEndLabel);
|
---|
526 | //
|
---|
527 | // splitContainer.Panel2
|
---|
528 | //
|
---|
529 | this.splitContainer.Panel2.Controls.Add(this.foldsNumericUpDown);
|
---|
530 | this.splitContainer.Panel2.Controls.Add(this.foldsLabel);
|
---|
531 | this.splitContainer.Panel2.Controls.Add(this.workersLabel);
|
---|
532 | this.splitContainer.Panel2.Controls.Add(this.workersNumericUpDown);
|
---|
533 | this.splitContainer.Size = new System.Drawing.Size(616, 55);
|
---|
534 | this.splitContainer.SplitterDistance = 306;
|
---|
535 | this.splitContainer.TabIndex = 3;
|
---|
536 | //
|
---|
537 | // CrossValidationView
|
---|
538 | //
|
---|
539 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
540 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
541 | this.Controls.Add(this.tabControl);
|
---|
542 | this.Controls.Add(this.executionTimeTextBox);
|
---|
543 | this.Controls.Add(this.executionTimeLabel);
|
---|
544 | this.Controls.Add(this.startButton);
|
---|
545 | this.Controls.Add(this.pauseButton);
|
---|
546 | this.Controls.Add(this.stopButton);
|
---|
547 | this.Controls.Add(this.resetButton);
|
---|
548 | this.Controls.Add(this.splitContainer);
|
---|
549 | this.Name = "CrossValidationView";
|
---|
550 | this.Size = new System.Drawing.Size(616, 538);
|
---|
551 | this.Controls.SetChildIndex(this.splitContainer, 0);
|
---|
552 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
553 | this.Controls.SetChildIndex(this.resetButton, 0);
|
---|
554 | this.Controls.SetChildIndex(this.stopButton, 0);
|
---|
555 | this.Controls.SetChildIndex(this.pauseButton, 0);
|
---|
556 | this.Controls.SetChildIndex(this.startButton, 0);
|
---|
557 | this.Controls.SetChildIndex(this.executionTimeLabel, 0);
|
---|
558 | this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
|
---|
559 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
560 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
561 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
562 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
563 | ((System.ComponentModel.ISupportInitialize)(this.foldsNumericUpDown)).EndInit();
|
---|
564 | ((System.ComponentModel.ISupportInitialize)(this.workersNumericUpDown)).EndInit();
|
---|
565 | this.tabControl.ResumeLayout(false);
|
---|
566 | this.algorithmTabPage.ResumeLayout(false);
|
---|
567 | this.algorithmTabControl.ResumeLayout(false);
|
---|
568 | this.algorithmProblemTabPage.ResumeLayout(false);
|
---|
569 | this.algorithmParametersTabPage.ResumeLayout(false);
|
---|
570 | this.resultsTabPage.ResumeLayout(false);
|
---|
571 | this.runsTabPage.ResumeLayout(false);
|
---|
572 | this.runsTabPage.PerformLayout();
|
---|
573 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
574 | this.splitContainer.Panel1.PerformLayout();
|
---|
575 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
576 | this.splitContainer.Panel2.PerformLayout();
|
---|
577 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
578 | this.splitContainer.ResumeLayout(false);
|
---|
579 | this.ResumeLayout(false);
|
---|
580 | this.PerformLayout();
|
---|
581 |
|
---|
582 | }
|
---|
583 |
|
---|
584 | #endregion
|
---|
585 |
|
---|
586 | private System.Windows.Forms.Button startButton;
|
---|
587 | private System.Windows.Forms.Button pauseButton;
|
---|
588 | private System.Windows.Forms.Button stopButton;
|
---|
589 | private System.Windows.Forms.Button resetButton;
|
---|
590 | private System.Windows.Forms.TextBox executionTimeTextBox;
|
---|
591 | private System.Windows.Forms.Label executionTimeLabel;
|
---|
592 | private System.Windows.Forms.NumericUpDown foldsNumericUpDown;
|
---|
593 | private System.Windows.Forms.Label foldsLabel;
|
---|
594 | private System.Windows.Forms.NumericUpDown workersNumericUpDown;
|
---|
595 | private System.Windows.Forms.Label workersLabel;
|
---|
596 | private System.Windows.Forms.Label samplesStartLabel;
|
---|
597 | private Data.Views.StringConvertibleValueView samplesStartStringConvertibleValueView;
|
---|
598 | private Data.Views.StringConvertibleValueView samplesEndStringConvertibleValueView;
|
---|
599 | private System.Windows.Forms.Label samplesEndLabel;
|
---|
600 | private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
|
---|
601 | private System.Windows.Forms.TabPage algorithmTabPage;
|
---|
602 | private System.Windows.Forms.TabPage resultsTabPage;
|
---|
603 | private System.Windows.Forms.Button openAlgorithmButton;
|
---|
604 | private System.Windows.Forms.Button newAlgorithmButton;
|
---|
605 | private Core.Views.NamedItemView algorithmNamedItemView;
|
---|
606 | private HeuristicLab.MainForm.WindowsForms.DragOverTabControl algorithmTabControl;
|
---|
607 | private System.Windows.Forms.TabPage algorithmProblemTabPage;
|
---|
608 | private System.Windows.Forms.TabPage algorithmParametersTabPage;
|
---|
609 | private MainForm.WindowsForms.ViewHost algorithmProblemViewHost;
|
---|
610 | private System.Windows.Forms.Button openProblemButton;
|
---|
611 | private System.Windows.Forms.Button newProblemButton;
|
---|
612 | private Core.Views.ParameterCollectionView algorithmParameterCollectionView;
|
---|
613 | private System.Windows.Forms.OpenFileDialog openFileDialog;
|
---|
614 | private System.Windows.Forms.TabPage runsTabPage;
|
---|
615 | private Optimization.Views.RunCollectionView runCollectionView;
|
---|
616 | private System.Windows.Forms.CheckBox storeAlgorithmInEachRunCheckBox;
|
---|
617 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
618 | private Optimization.Views.ResultCollectionView resultCollectionView;
|
---|
619 | }
|
---|
620 | }
|
---|