Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.Designer.cs @ 14864

Last change on this file since 14864 was 14864, checked in by bburlacu, 7 years ago

#2760: Implement shuffling of crossvalidation samples.

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