Free cookie consent management tool by TermsFeed Policy Generator

source: branches/crossvalidation-2434/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.Designer.cs @ 12800

Last change on this file since 12800 was 12800, checked in by gkronber, 9 years ago

#2434 added support for a partition variable to CrossValidation

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