Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Classification/HeuristicLab.Algorithms.DataAnalysis.Views/3.3/CrossValidationView.Designer.cs @ 4568

Last change on this file since 4568 was 4568, checked in by mkommend, 14 years ago

Corrected CrossValidationView to use Common.Resources (ticket #1199).

File size: 33.2 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22
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 System.Windows.Forms.TabControl();
64      this.algorithmTabPage = new System.Windows.Forms.TabPage();
65      this.algorithmNamedItemView = new HeuristicLab.Core.Views.NamedItemView();
66      this.algorithmTabControl = new System.Windows.Forms.TabControl();
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.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      this.resultCollectionView = new HeuristicLab.Optimization.Views.ResultCollectionView();
82      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
83      ((System.ComponentModel.ISupportInitialize)(this.foldsNumericUpDown)).BeginInit();
84      ((System.ComponentModel.ISupportInitialize)(this.workersNumericUpDown)).BeginInit();
85      this.tabControl.SuspendLayout();
86      this.algorithmTabPage.SuspendLayout();
87      this.algorithmTabControl.SuspendLayout();
88      this.algorithmProblemTabPage.SuspendLayout();
89      this.algorithmParametersTabPage.SuspendLayout();
90      this.resultsTabPage.SuspendLayout();
91      this.runsTabPage.SuspendLayout();
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(533, 20);
103      //
104      // descriptionTextBox
105      //
106      this.descriptionTextBox.Location = new System.Drawing.Point(80, 26);
107      this.descriptionTextBox.Size = new System.Drawing.Size(533, 20);
108      //
109      // startButton
110      //
111      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
112      this.startButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Play;
113      this.startButton.Location = new System.Drawing.Point(0, 514);
114      this.startButton.Name = "startButton";
115      this.startButton.Size = new System.Drawing.Size(24, 24);
116      this.startButton.TabIndex = 11;
117      this.startButton.UseVisualStyleBackColor = true;
118      this.startButton.Click += new System.EventHandler(this.startButton_Click);
119      //
120      // pauseButton
121      //
122      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
123      this.pauseButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Pause;
124      this.pauseButton.Location = new System.Drawing.Point(30, 514);
125      this.pauseButton.Name = "pauseButton";
126      this.pauseButton.Size = new System.Drawing.Size(24, 24);
127      this.pauseButton.TabIndex = 12;
128      this.pauseButton.UseVisualStyleBackColor = true;
129      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
130      //
131      // stopButton
132      //
133      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
134      this.stopButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Stop;
135      this.stopButton.Location = new System.Drawing.Point(60, 514);
136      this.stopButton.Name = "stopButton";
137      this.stopButton.Size = new System.Drawing.Size(24, 24);
138      this.stopButton.TabIndex = 13;
139      this.stopButton.UseVisualStyleBackColor = true;
140      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
141      //
142      // resetButton
143      //
144      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
145      this.resetButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Restart;
146      this.resetButton.Location = new System.Drawing.Point(90, 514);
147      this.resetButton.Name = "resetButton";
148      this.resetButton.Size = new System.Drawing.Size(24, 24);
149      this.resetButton.TabIndex = 14;
150      this.resetButton.UseVisualStyleBackColor = true;
151      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
152      //
153      // executionTimeTextBox
154      //
155      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
156      this.executionTimeTextBox.Location = new System.Drawing.Point(478, 517);
157      this.executionTimeTextBox.Name = "executionTimeTextBox";
158      this.executionTimeTextBox.ReadOnly = true;
159      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
160      this.executionTimeTextBox.TabIndex = 16;
161      //
162      // executionTimeLabel
163      //
164      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
165      this.executionTimeLabel.AutoSize = true;
166      this.executionTimeLabel.Location = new System.Drawing.Point(389, 520);
167      this.executionTimeLabel.Name = "executionTimeLabel";
168      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
169      this.executionTimeLabel.TabIndex = 15;
170      this.executionTimeLabel.Text = "&Execution Time:";
171      //
172      // foldsNumericUpDown
173      //
174      this.foldsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
175                  | System.Windows.Forms.AnchorStyles.Right)));
176      this.foldsNumericUpDown.Location = new System.Drawing.Point(55, 26);
177      this.foldsNumericUpDown.Maximum = new decimal(new int[] {
178            50,
179            0,
180            0,
181            0});
182      this.foldsNumericUpDown.Minimum = new decimal(new int[] {
183            2,
184            0,
185            0,
186            0});
187      this.foldsNumericUpDown.Name = "foldsNumericUpDown";
188      this.foldsNumericUpDown.Size = new System.Drawing.Size(248, 20);
189      this.foldsNumericUpDown.TabIndex = 18;
190      this.foldsNumericUpDown.ThousandsSeparator = true;
191      this.foldsNumericUpDown.Value = new decimal(new int[] {
192            2,
193            0,
194            0,
195            0});
196      this.foldsNumericUpDown.ValueChanged += new System.EventHandler(this.foldsNumericUpDown_ValueChanged);
197      this.foldsNumericUpDown.Validated += new System.EventHandler(this.foldsNumericUpDown_Validated);
198      //
199      // foldsLabel
200      //
201      this.foldsLabel.AutoSize = true;
202      this.foldsLabel.Location = new System.Drawing.Point(3, 29);
203      this.foldsLabel.Name = "foldsLabel";
204      this.foldsLabel.Size = new System.Drawing.Size(35, 13);
205      this.foldsLabel.TabIndex = 17;
206      this.foldsLabel.Text = "&Folds:";
207      //
208      // workersNumericUpDown
209      //
210      this.workersNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
211                  | System.Windows.Forms.AnchorStyles.Right)));
212      this.workersNumericUpDown.Location = new System.Drawing.Point(55, 0);
213      this.workersNumericUpDown.Maximum = new decimal(new int[] {
214            50,
215            0,
216            0,
217            0});
218      this.workersNumericUpDown.Minimum = new decimal(new int[] {
219            1,
220            0,
221            0,
222            0});
223      this.workersNumericUpDown.Name = "workersNumericUpDown";
224      this.workersNumericUpDown.Size = new System.Drawing.Size(248, 20);
225      this.workersNumericUpDown.TabIndex = 20;
226      this.workersNumericUpDown.ThousandsSeparator = true;
227      this.workersNumericUpDown.Value = new decimal(new int[] {
228            1,
229            0,
230            0,
231            0});
232      this.workersNumericUpDown.ValueChanged += new System.EventHandler(this.workersNumericUpDown_ValueChanged);
233      this.workersNumericUpDown.Validated += new System.EventHandler(this.workersNumericUpDown_Validated);
234      //
235      // workersLabel
236      //
237      this.workersLabel.AutoSize = true;
238      this.workersLabel.Location = new System.Drawing.Point(3, 3);
239      this.workersLabel.Name = "workersLabel";
240      this.workersLabel.Size = new System.Drawing.Size(50, 13);
241      this.workersLabel.TabIndex = 19;
242      this.workersLabel.Text = "&Workers:";
243      //
244      // samplesStartLabel
245      //
246      this.samplesStartLabel.AutoSize = true;
247      this.samplesStartLabel.Location = new System.Drawing.Point(3, 3);
248      this.samplesStartLabel.Name = "samplesStartLabel";
249      this.samplesStartLabel.Size = new System.Drawing.Size(75, 13);
250      this.samplesStartLabel.TabIndex = 21;
251      this.samplesStartLabel.Text = "&Samples Start:";
252      //
253      // samplesEndLabel
254      //
255      this.samplesEndLabel.AutoSize = true;
256      this.samplesEndLabel.Location = new System.Drawing.Point(3, 29);
257      this.samplesEndLabel.Name = "samplesEndLabel";
258      this.samplesEndLabel.Size = new System.Drawing.Size(72, 13);
259      this.samplesEndLabel.TabIndex = 23;
260      this.samplesEndLabel.Text = "&Samples End:";
261      //
262      // samplesEndStringConvertibleValueView
263      //
264      this.samplesEndStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
265                  | System.Windows.Forms.AnchorStyles.Right)));
266      this.samplesEndStringConvertibleValueView.Caption = "StringConvertibleValue View";
267      this.samplesEndStringConvertibleValueView.Content = null;
268      this.samplesEndStringConvertibleValueView.LabelVisible = false;
269      this.samplesEndStringConvertibleValueView.Location = new System.Drawing.Point(80, 26);
270      this.samplesEndStringConvertibleValueView.Name = "samplesEndStringConvertibleValueView";
271      this.samplesEndStringConvertibleValueView.ReadOnly = false;
272      this.samplesEndStringConvertibleValueView.Size = new System.Drawing.Size(223, 20);
273      this.samplesEndStringConvertibleValueView.TabIndex = 24;
274      //
275      // samplesStartStringConvertibleValueView
276      //
277      this.samplesStartStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
278                  | System.Windows.Forms.AnchorStyles.Right)));
279      this.samplesStartStringConvertibleValueView.Caption = "StringConvertibleValue View";
280      this.samplesStartStringConvertibleValueView.Content = null;
281      this.samplesStartStringConvertibleValueView.LabelVisible = false;
282      this.samplesStartStringConvertibleValueView.Location = new System.Drawing.Point(80, 0);
283      this.samplesStartStringConvertibleValueView.Name = "samplesStartStringConvertibleValueView";
284      this.samplesStartStringConvertibleValueView.ReadOnly = false;
285      this.samplesStartStringConvertibleValueView.Size = new System.Drawing.Size(223, 20);
286      this.samplesStartStringConvertibleValueView.TabIndex = 22;
287      //
288      // tabControl
289      //
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, 113);
297      this.tabControl.Name = "tabControl";
298      this.tabControl.SelectedIndex = 0;
299      this.tabControl.Size = new System.Drawing.Size(616, 395);
300      this.tabControl.TabIndex = 25;
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, 369);
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, 52);
330      this.algorithmNamedItemView.TabIndex = 29;
331      //
332      // algorithmTabControl
333      //
334      this.algorithmTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
335                  | System.Windows.Forms.AnchorStyles.Left)
336                  | System.Windows.Forms.AnchorStyles.Right)));
337      this.algorithmTabControl.Controls.Add(this.algorithmProblemTabPage);
338      this.algorithmTabControl.Controls.Add(this.algorithmParametersTabPage);
339      this.algorithmTabControl.Location = new System.Drawing.Point(8, 94);
340      this.algorithmTabControl.Name = "algorithmTabControl";
341      this.algorithmTabControl.SelectedIndex = 0;
342      this.algorithmTabControl.Size = new System.Drawing.Size(594, 269);
343      this.algorithmTabControl.TabIndex = 28;
344      //
345      // algorithmProblemTabPage
346      //
347      this.algorithmProblemTabPage.Controls.Add(this.openProblemButton);
348      this.algorithmProblemTabPage.Controls.Add(this.algorithmProblemViewHost);
349      this.algorithmProblemTabPage.Controls.Add(this.newProblemButton);
350      this.algorithmProblemTabPage.Location = new System.Drawing.Point(4, 22);
351      this.algorithmProblemTabPage.Name = "algorithmProblemTabPage";
352      this.algorithmProblemTabPage.Padding = new System.Windows.Forms.Padding(3);
353      this.algorithmProblemTabPage.Size = new System.Drawing.Size(586, 243);
354      this.algorithmProblemTabPage.TabIndex = 0;
355      this.algorithmProblemTabPage.Text = "Problem";
356      this.algorithmProblemTabPage.UseVisualStyleBackColor = true;
357      this.algorithmProblemTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmProblemTabPage_DragDrop);
358      this.algorithmProblemTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmProblemTabPage_DragEnterOver);
359      this.algorithmProblemTabPage.DragOver += new System.Windows.Forms.DragEventHandler(this.algorithmProblemTabPage_DragEnterOver);
360      //
361      // openProblemButton
362      //
363      this.openProblemButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
364      this.openProblemButton.Location = new System.Drawing.Point(36, 6);
365      this.openProblemButton.Name = "openProblemButton";
366      this.openProblemButton.Size = new System.Drawing.Size(24, 24);
367      this.openProblemButton.TabIndex = 31;
368      this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
369      this.openProblemButton.UseVisualStyleBackColor = true;
370      this.openProblemButton.Click += new System.EventHandler(this.openProblemButton_Click);
371      //
372      // algorithmProblemViewHost
373      //
374      this.algorithmProblemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
375                  | System.Windows.Forms.AnchorStyles.Left)
376                  | System.Windows.Forms.AnchorStyles.Right)));
377      this.algorithmProblemViewHost.Caption = "View";
378      this.algorithmProblemViewHost.Content = null;
379      this.algorithmProblemViewHost.Enabled = false;
380      this.algorithmProblemViewHost.Location = new System.Drawing.Point(6, 36);
381      this.algorithmProblemViewHost.Name = "algorithmProblemViewHost";
382      this.algorithmProblemViewHost.ReadOnly = false;
383      this.algorithmProblemViewHost.Size = new System.Drawing.Size(574, 201);
384      this.algorithmProblemViewHost.TabIndex = 0;
385      this.algorithmProblemViewHost.ViewType = null;
386      //
387      // newProblemButton
388      //
389      this.newProblemButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
390      this.newProblemButton.Location = new System.Drawing.Point(6, 6);
391      this.newProblemButton.Name = "newProblemButton";
392      this.newProblemButton.Size = new System.Drawing.Size(24, 24);
393      this.newProblemButton.TabIndex = 30;
394      this.toolTip.SetToolTip(this.newProblemButton, "NewProblem");
395      this.newProblemButton.UseVisualStyleBackColor = true;
396      this.newProblemButton.Click += new System.EventHandler(this.newProblemButton_Click);
397      //
398      // algorithmParametersTabPage
399      //
400      this.algorithmParametersTabPage.Controls.Add(this.algorithmParameterCollectionView);
401      this.algorithmParametersTabPage.Location = new System.Drawing.Point(4, 22);
402      this.algorithmParametersTabPage.Name = "algorithmParametersTabPage";
403      this.algorithmParametersTabPage.Padding = new System.Windows.Forms.Padding(3);
404      this.algorithmParametersTabPage.Size = new System.Drawing.Size(586, 243);
405      this.algorithmParametersTabPage.TabIndex = 1;
406      this.algorithmParametersTabPage.Text = "Parameters";
407      this.algorithmParametersTabPage.UseVisualStyleBackColor = true;
408      //
409      // algorithmParameterCollectionView
410      //
411      this.algorithmParameterCollectionView.Caption = "ParameterCollection View";
412      this.algorithmParameterCollectionView.Content = null;
413      this.algorithmParameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
414      this.algorithmParameterCollectionView.Location = new System.Drawing.Point(3, 3);
415      this.algorithmParameterCollectionView.Name = "algorithmParameterCollectionView";
416      this.algorithmParameterCollectionView.ReadOnly = false;
417      this.algorithmParameterCollectionView.Size = new System.Drawing.Size(580, 237);
418      this.algorithmParameterCollectionView.TabIndex = 0;
419      //
420      // openAlgorithmButton
421      //
422      this.openAlgorithmButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
423      this.openAlgorithmButton.Location = new System.Drawing.Point(38, 6);
424      this.openAlgorithmButton.Name = "openAlgorithmButton";
425      this.openAlgorithmButton.Size = new System.Drawing.Size(24, 24);
426      this.openAlgorithmButton.TabIndex = 27;
427      this.toolTip.SetToolTip(this.openAlgorithmButton, "Open Algorithm");
428      this.openAlgorithmButton.UseVisualStyleBackColor = true;
429      this.openAlgorithmButton.Click += new System.EventHandler(this.openAlgorithmButton_Click);
430      //
431      // newAlgorithmButton
432      //
433      this.newAlgorithmButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
434      this.newAlgorithmButton.Location = new System.Drawing.Point(8, 6);
435      this.newAlgorithmButton.Name = "newAlgorithmButton";
436      this.newAlgorithmButton.Size = new System.Drawing.Size(24, 24);
437      this.newAlgorithmButton.TabIndex = 26;
438      this.toolTip.SetToolTip(this.newAlgorithmButton, "New Algorithm");
439      this.newAlgorithmButton.UseVisualStyleBackColor = true;
440      this.newAlgorithmButton.Click += new System.EventHandler(this.newAlgorithmButton_Click);
441      //
442      // resultsTabPage
443      //
444      this.resultsTabPage.Controls.Add(this.resultCollectionView);
445      this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
446      this.resultsTabPage.Name = "resultsTabPage";
447      this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
448      this.resultsTabPage.Size = new System.Drawing.Size(608, 369);
449      this.resultsTabPage.TabIndex = 1;
450      this.resultsTabPage.Text = "Results";
451      this.resultsTabPage.UseVisualStyleBackColor = true;
452      //
453      // runsTabPage
454      //
455      this.runsTabPage.Controls.Add(this.storeAlgorithmInEachRunCheckBox);
456      this.runsTabPage.Controls.Add(this.runCollectionView);
457      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
458      this.runsTabPage.Name = "runsTabPage";
459      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
460      this.runsTabPage.Size = new System.Drawing.Size(608, 369);
461      this.runsTabPage.TabIndex = 2;
462      this.runsTabPage.Text = "Runs";
463      this.runsTabPage.UseVisualStyleBackColor = true;
464      //
465      // storeAlgorithmInEachRunCheckBox
466      //
467      this.storeAlgorithmInEachRunCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
468      this.storeAlgorithmInEachRunCheckBox.AutoSize = true;
469      this.storeAlgorithmInEachRunCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
470      this.storeAlgorithmInEachRunCheckBox.Checked = true;
471      this.storeAlgorithmInEachRunCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
472      this.storeAlgorithmInEachRunCheckBox.Location = new System.Drawing.Point(440, 4);
473      this.storeAlgorithmInEachRunCheckBox.Name = "storeAlgorithmInEachRunCheckBox";
474      this.storeAlgorithmInEachRunCheckBox.Size = new System.Drawing.Size(161, 17);
475      this.storeAlgorithmInEachRunCheckBox.TabIndex = 2;
476      this.storeAlgorithmInEachRunCheckBox.Text = "&Store Algorithm in each Run:";
477      this.toolTip.SetToolTip(this.storeAlgorithmInEachRunCheckBox, "Check to store a copy of the algorithm in each run.");
478      this.storeAlgorithmInEachRunCheckBox.UseVisualStyleBackColor = true;
479      this.storeAlgorithmInEachRunCheckBox.CheckedChanged += new System.EventHandler(this.storeAlgorithmInEachRunCheckBox_CheckedChanged);
480      //
481      // runCollectionView
482      //
483      this.runCollectionView.Caption = "RunCollection View";
484      this.runCollectionView.Content = null;
485      this.runCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
486      this.runCollectionView.Location = new System.Drawing.Point(3, 3);
487      this.runCollectionView.Name = "runCollectionView";
488      this.runCollectionView.ReadOnly = false;
489      this.runCollectionView.Size = new System.Drawing.Size(602, 363);
490      this.runCollectionView.TabIndex = 3;
491      //
492      // openFileDialog
493      //
494      this.openFileDialog.DefaultExt = "hl";
495      this.openFileDialog.FileName = "Algorithm";
496      this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
497      this.openFileDialog.Title = "Open Algorithm";
498      //
499      // splitContainer
500      //
501      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
502                  | System.Windows.Forms.AnchorStyles.Right)));
503      this.splitContainer.Location = new System.Drawing.Point(0, 52);
504      this.splitContainer.Name = "splitContainer";
505      //
506      // splitContainer.Panel1
507      //
508      this.splitContainer.Panel1.Controls.Add(this.samplesEndStringConvertibleValueView);
509      this.splitContainer.Panel1.Controls.Add(this.samplesStartStringConvertibleValueView);
510      this.splitContainer.Panel1.Controls.Add(this.samplesStartLabel);
511      this.splitContainer.Panel1.Controls.Add(this.samplesEndLabel);
512      //
513      // splitContainer.Panel2
514      //
515      this.splitContainer.Panel2.Controls.Add(this.foldsNumericUpDown);
516      this.splitContainer.Panel2.Controls.Add(this.foldsLabel);
517      this.splitContainer.Panel2.Controls.Add(this.workersLabel);
518      this.splitContainer.Panel2.Controls.Add(this.workersNumericUpDown);
519      this.splitContainer.Size = new System.Drawing.Size(616, 55);
520      this.splitContainer.SplitterDistance = 306;
521      this.splitContainer.TabIndex = 26;
522      //
523      // resultCollectionView
524      //
525      this.resultCollectionView.Caption = "ResultCollection View";
526      this.resultCollectionView.Content = null;
527      this.resultCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
528      this.resultCollectionView.Location = new System.Drawing.Point(3, 3);
529      this.resultCollectionView.Name = "resultCollectionView";
530      this.resultCollectionView.ReadOnly = true;
531      this.resultCollectionView.Size = new System.Drawing.Size(602, 363);
532      this.resultCollectionView.TabIndex = 0;
533      //
534      // CrossValidationView
535      //
536      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
537      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
538      this.Controls.Add(this.tabControl);
539      this.Controls.Add(this.executionTimeTextBox);
540      this.Controls.Add(this.executionTimeLabel);
541      this.Controls.Add(this.startButton);
542      this.Controls.Add(this.pauseButton);
543      this.Controls.Add(this.stopButton);
544      this.Controls.Add(this.resetButton);
545      this.Controls.Add(this.splitContainer);
546      this.Name = "CrossValidationView";
547      this.Size = new System.Drawing.Size(616, 538);
548      this.Controls.SetChildIndex(this.splitContainer, 0);
549      this.Controls.SetChildIndex(this.resetButton, 0);
550      this.Controls.SetChildIndex(this.stopButton, 0);
551      this.Controls.SetChildIndex(this.pauseButton, 0);
552      this.Controls.SetChildIndex(this.startButton, 0);
553      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
554      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
555      this.Controls.SetChildIndex(this.tabControl, 0);
556      this.Controls.SetChildIndex(this.nameLabel, 0);
557      this.Controls.SetChildIndex(this.descriptionLabel, 0);
558      this.Controls.SetChildIndex(this.nameTextBox, 0);
559      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
560      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
561      ((System.ComponentModel.ISupportInitialize)(this.foldsNumericUpDown)).EndInit();
562      ((System.ComponentModel.ISupportInitialize)(this.workersNumericUpDown)).EndInit();
563      this.tabControl.ResumeLayout(false);
564      this.algorithmTabPage.ResumeLayout(false);
565      this.algorithmTabControl.ResumeLayout(false);
566      this.algorithmProblemTabPage.ResumeLayout(false);
567      this.algorithmParametersTabPage.ResumeLayout(false);
568      this.resultsTabPage.ResumeLayout(false);
569      this.runsTabPage.ResumeLayout(false);
570      this.runsTabPage.PerformLayout();
571      this.splitContainer.Panel1.ResumeLayout(false);
572      this.splitContainer.Panel1.PerformLayout();
573      this.splitContainer.Panel2.ResumeLayout(false);
574      this.splitContainer.Panel2.PerformLayout();
575      this.splitContainer.ResumeLayout(false);
576      this.ResumeLayout(false);
577      this.PerformLayout();
578
579    }
580
581    #endregion
582
583    private System.Windows.Forms.Button startButton;
584    private System.Windows.Forms.Button pauseButton;
585    private System.Windows.Forms.Button stopButton;
586    private System.Windows.Forms.Button resetButton;
587    private System.Windows.Forms.TextBox executionTimeTextBox;
588    private System.Windows.Forms.Label executionTimeLabel;
589    private System.Windows.Forms.NumericUpDown foldsNumericUpDown;
590    private System.Windows.Forms.Label foldsLabel;
591    private System.Windows.Forms.NumericUpDown workersNumericUpDown;
592    private System.Windows.Forms.Label workersLabel;
593    private System.Windows.Forms.Label samplesStartLabel;
594    private Data.Views.StringConvertibleValueView samplesStartStringConvertibleValueView;
595    private Data.Views.StringConvertibleValueView samplesEndStringConvertibleValueView;
596    private System.Windows.Forms.Label samplesEndLabel;
597    private System.Windows.Forms.TabControl tabControl;
598    private System.Windows.Forms.TabPage algorithmTabPage;
599    private System.Windows.Forms.TabPage resultsTabPage;
600    private System.Windows.Forms.Button openAlgorithmButton;
601    private System.Windows.Forms.Button newAlgorithmButton;
602    private Core.Views.NamedItemView algorithmNamedItemView;
603    private System.Windows.Forms.TabControl algorithmTabControl;
604    private System.Windows.Forms.TabPage algorithmProblemTabPage;
605    private System.Windows.Forms.TabPage algorithmParametersTabPage;
606    private MainForm.WindowsForms.ViewHost algorithmProblemViewHost;
607    private System.Windows.Forms.Button openProblemButton;
608    private System.Windows.Forms.Button newProblemButton;
609    private Core.Views.ParameterCollectionView algorithmParameterCollectionView;
610    private System.Windows.Forms.OpenFileDialog openFileDialog;
611    private System.Windows.Forms.TabPage runsTabPage;
612    private Optimization.Views.RunCollectionView runCollectionView;
613    private System.Windows.Forms.CheckBox storeAlgorithmInEachRunCheckBox;
614    private System.Windows.Forms.SplitContainer splitContainer;
615    private Optimization.Views.ResultCollectionView resultCollectionView;
616  }
617}
Note: See TracBrowser for help on using the repository browser.