Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimizer/3.3/CreateExperimentDialog.Designer.cs @ 7908

Last change on this file since 7908 was 7908, checked in by abeham, 12 years ago

#1851: Added possibility to create simple parameter variation experiments

File size: 29.8 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Optimizer {
23  partial class CreateExperimentDialog {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Windows Form Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.components = new System.ComponentModel.Container();
48      this.okButton = new System.Windows.Forms.Button();
49      this.cancelButton = new System.Windows.Forms.Button();
50      this.createBatchRunCheckBox = new System.Windows.Forms.CheckBox();
51      this.createBatchRunLabel = new System.Windows.Forms.Label();
52      this.repetitionsLabel = new System.Windows.Forms.Label();
53      this.repetitionsNumericUpDown = new System.Windows.Forms.NumericUpDown();
54      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
55      this.instancesListView = new System.Windows.Forms.ListView();
56      this.columnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
57      this.experimentCreationBackgroundWorker = new System.ComponentModel.BackgroundWorker();
58      this.instanceDiscoveryProgressBar = new System.Windows.Forms.ProgressBar();
59      this.instanceDiscoveryProgressLabel = new System.Windows.Forms.Label();
60      this.selectAllCheckBox = new System.Windows.Forms.CheckBox();
61      this.selectNoneCheckBox = new System.Windows.Forms.CheckBox();
62      this.instanceDiscoveryBackgroundWorker = new System.ComponentModel.BackgroundWorker();
63      this.tabControl = new System.Windows.Forms.TabControl();
64      this.parametersTabPage = new System.Windows.Forms.TabPage();
65      this.parametersSplitContainer = new System.Windows.Forms.SplitContainer();
66      this.parametersListView = new System.Windows.Forms.ListView();
67      this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
68      this.choicesLabel = new System.Windows.Forms.Label();
69      this.choicesListView = new System.Windows.Forms.ListView();
70      this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
71      this.stepSizeTextBox = new System.Windows.Forms.TextBox();
72      this.maximumTextBox = new System.Windows.Forms.TextBox();
73      this.minimumTextBox = new System.Windows.Forms.TextBox();
74      this.stepSizeLabel = new System.Windows.Forms.Label();
75      this.maximumLabel = new System.Windows.Forms.Label();
76      this.minimumLabel = new System.Windows.Forms.Label();
77      this.instancesTabPage = new System.Windows.Forms.TabPage();
78      this.label1 = new System.Windows.Forms.Label();
79      this.experimentsToCreateDescriptionLabel = new System.Windows.Forms.Label();
80      this.experimentsLabel = new System.Windows.Forms.Label();
81      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
82      this.experimentCreationProgressBar = new System.Windows.Forms.ProgressBar();
83      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).BeginInit();
84      this.tabControl.SuspendLayout();
85      this.parametersTabPage.SuspendLayout();
86      ((System.ComponentModel.ISupportInitialize)(this.parametersSplitContainer)).BeginInit();
87      this.parametersSplitContainer.Panel1.SuspendLayout();
88      this.parametersSplitContainer.Panel2.SuspendLayout();
89      this.parametersSplitContainer.SuspendLayout();
90      this.instancesTabPage.SuspendLayout();
91      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
92      this.SuspendLayout();
93      //
94      // okButton
95      //
96      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
97      this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
98      this.okButton.Enabled = false;
99      this.okButton.Location = new System.Drawing.Point(187, 359);
100      this.okButton.Name = "okButton";
101      this.okButton.Size = new System.Drawing.Size(75, 23);
102      this.okButton.TabIndex = 7;
103      this.okButton.Text = "&OK";
104      this.okButton.UseVisualStyleBackColor = true;
105      this.okButton.Click += new System.EventHandler(this.okButton_Click);
106      //
107      // cancelButton
108      //
109      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
110      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
111      this.cancelButton.Location = new System.Drawing.Point(268, 359);
112      this.cancelButton.Name = "cancelButton";
113      this.cancelButton.Size = new System.Drawing.Size(75, 23);
114      this.cancelButton.TabIndex = 8;
115      this.cancelButton.Text = "&Cancel";
116      this.cancelButton.UseVisualStyleBackColor = true;
117      //
118      // createBatchRunCheckBox
119      //
120      this.createBatchRunCheckBox.AutoSize = true;
121      this.createBatchRunCheckBox.Checked = true;
122      this.createBatchRunCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
123      this.createBatchRunCheckBox.Location = new System.Drawing.Point(113, 8);
124      this.createBatchRunCheckBox.Name = "createBatchRunCheckBox";
125      this.createBatchRunCheckBox.Size = new System.Drawing.Size(15, 14);
126      this.createBatchRunCheckBox.TabIndex = 1;
127      this.toolTip.SetToolTip(this.createBatchRunCheckBox, "Check to create a batch run for executing an optimizer multiple times.");
128      this.createBatchRunCheckBox.UseVisualStyleBackColor = true;
129      this.createBatchRunCheckBox.CheckedChanged += new System.EventHandler(this.createBatchRunCheckBox_CheckedChanged);
130      //
131      // createBatchRunLabel
132      //
133      this.createBatchRunLabel.AutoSize = true;
134      this.createBatchRunLabel.Location = new System.Drawing.Point(12, 9);
135      this.createBatchRunLabel.Name = "createBatchRunLabel";
136      this.createBatchRunLabel.Size = new System.Drawing.Size(95, 13);
137      this.createBatchRunLabel.TabIndex = 0;
138      this.createBatchRunLabel.Text = "&Create Batch Run:";
139      //
140      // repetitionsLabel
141      //
142      this.repetitionsLabel.AutoSize = true;
143      this.repetitionsLabel.Location = new System.Drawing.Point(12, 31);
144      this.repetitionsLabel.Name = "repetitionsLabel";
145      this.repetitionsLabel.Size = new System.Drawing.Size(63, 13);
146      this.repetitionsLabel.TabIndex = 2;
147      this.repetitionsLabel.Text = "&Repetitions:";
148      //
149      // repetitionsNumericUpDown
150      //
151      this.repetitionsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
152            | System.Windows.Forms.AnchorStyles.Right)));
153      this.repetitionsNumericUpDown.Location = new System.Drawing.Point(113, 28);
154      this.repetitionsNumericUpDown.Maximum = new decimal(new int[] {
155            1000000,
156            0,
157            0,
158            0});
159      this.repetitionsNumericUpDown.Minimum = new decimal(new int[] {
160            1,
161            0,
162            0,
163            0});
164      this.repetitionsNumericUpDown.Name = "repetitionsNumericUpDown";
165      this.repetitionsNumericUpDown.Size = new System.Drawing.Size(230, 20);
166      this.repetitionsNumericUpDown.TabIndex = 3;
167      this.repetitionsNumericUpDown.ThousandsSeparator = true;
168      this.toolTip.SetToolTip(this.repetitionsNumericUpDown, "Number of repetitions executed by the batch run.");
169      this.repetitionsNumericUpDown.Value = new decimal(new int[] {
170            10,
171            0,
172            0,
173            0});
174      this.repetitionsNumericUpDown.Validated += new System.EventHandler(this.repetitionsNumericUpDown_Validated);
175      //
176      // instancesListView
177      //
178      this.instancesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
179            | System.Windows.Forms.AnchorStyles.Left)
180            | System.Windows.Forms.AnchorStyles.Right)));
181      this.instancesListView.CheckBoxes = true;
182      this.instancesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
183            this.columnHeader});
184      this.instancesListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
185      this.instancesListView.Location = new System.Drawing.Point(6, 35);
186      this.instancesListView.Name = "instancesListView";
187      this.instancesListView.Size = new System.Drawing.Size(308, 225);
188      this.instancesListView.TabIndex = 3;
189      this.instancesListView.UseCompatibleStateImageBehavior = false;
190      this.instancesListView.View = System.Windows.Forms.View.Details;
191      this.instancesListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.instancesListView_ItemChecked);
192      //
193      // columnHeader
194      //
195      this.columnHeader.Width = 150;
196      //
197      // experimentCreationBackgroundWorker
198      //
199      this.experimentCreationBackgroundWorker.WorkerReportsProgress = true;
200      this.experimentCreationBackgroundWorker.WorkerSupportsCancellation = true;
201      this.experimentCreationBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.experimentCreationBackgroundWorker_DoWork);
202      this.experimentCreationBackgroundWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.experimentCreationBackgroundWorker_ProgressChanged);
203      this.experimentCreationBackgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.experimentCreationBackgroundWorker_RunWorkerCompleted);
204      //
205      // instanceDiscoveryProgressBar
206      //
207      this.instanceDiscoveryProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
208      this.instanceDiscoveryProgressBar.Location = new System.Drawing.Point(6, 132);
209      this.instanceDiscoveryProgressBar.Name = "instanceDiscoveryProgressBar";
210      this.instanceDiscoveryProgressBar.Size = new System.Drawing.Size(308, 23);
211      this.instanceDiscoveryProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
212      this.instanceDiscoveryProgressBar.TabIndex = 4;
213      this.instanceDiscoveryProgressBar.Visible = false;
214      //
215      // instanceDiscoveryProgressLabel
216      //
217      this.instanceDiscoveryProgressLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
218      this.instanceDiscoveryProgressLabel.BackColor = System.Drawing.SystemColors.Control;
219      this.instanceDiscoveryProgressLabel.Location = new System.Drawing.Point(6, 158);
220      this.instanceDiscoveryProgressLabel.Name = "instanceDiscoveryProgressLabel";
221      this.instanceDiscoveryProgressLabel.Size = new System.Drawing.Size(308, 23);
222      this.instanceDiscoveryProgressLabel.TabIndex = 5;
223      this.instanceDiscoveryProgressLabel.Text = "label1";
224      this.instanceDiscoveryProgressLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
225      this.instanceDiscoveryProgressLabel.Visible = false;
226      //
227      // selectAllCheckBox
228      //
229      this.selectAllCheckBox.AutoSize = true;
230      this.selectAllCheckBox.Location = new System.Drawing.Point(52, 12);
231      this.selectAllCheckBox.Name = "selectAllCheckBox";
232      this.selectAllCheckBox.Size = new System.Drawing.Size(36, 17);
233      this.selectAllCheckBox.TabIndex = 1;
234      this.selectAllCheckBox.Text = "all";
235      this.selectAllCheckBox.UseVisualStyleBackColor = true;
236      this.selectAllCheckBox.CheckedChanged += new System.EventHandler(this.selectAllCheckBox_CheckedChanged);
237      //
238      // selectNoneCheckBox
239      //
240      this.selectNoneCheckBox.AutoSize = true;
241      this.selectNoneCheckBox.Location = new System.Drawing.Point(94, 12);
242      this.selectNoneCheckBox.Name = "selectNoneCheckBox";
243      this.selectNoneCheckBox.Size = new System.Drawing.Size(50, 17);
244      this.selectNoneCheckBox.TabIndex = 2;
245      this.selectNoneCheckBox.Text = "none";
246      this.selectNoneCheckBox.UseVisualStyleBackColor = true;
247      this.selectNoneCheckBox.CheckedChanged += new System.EventHandler(this.selectNoneCheckBox_CheckedChanged);
248      //
249      // instanceDiscoveryBackgroundWorker
250      //
251      this.instanceDiscoveryBackgroundWorker.WorkerReportsProgress = true;
252      this.instanceDiscoveryBackgroundWorker.WorkerSupportsCancellation = true;
253      this.instanceDiscoveryBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.instanceDiscoveryBackgroundWorker_DoWork);
254      this.instanceDiscoveryBackgroundWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.instanceDiscoveryBackgroundWorker_ProgressChanged);
255      this.instanceDiscoveryBackgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.instanceDiscoveryBackgroundWorker_RunWorkerCompleted);
256      //
257      // tabControl
258      //
259      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
260            | System.Windows.Forms.AnchorStyles.Left)
261            | System.Windows.Forms.AnchorStyles.Right)));
262      this.tabControl.Controls.Add(this.parametersTabPage);
263      this.tabControl.Controls.Add(this.instancesTabPage);
264      this.tabControl.Location = new System.Drawing.Point(15, 54);
265      this.tabControl.Name = "tabControl";
266      this.tabControl.SelectedIndex = 0;
267      this.tabControl.Size = new System.Drawing.Size(328, 299);
268      this.tabControl.TabIndex = 4;
269      //
270      // parametersTabPage
271      //
272      this.parametersTabPage.Controls.Add(this.parametersSplitContainer);
273      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
274      this.parametersTabPage.Name = "parametersTabPage";
275      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
276      this.parametersTabPage.Size = new System.Drawing.Size(320, 273);
277      this.parametersTabPage.TabIndex = 1;
278      this.parametersTabPage.Text = "Parameters Variation";
279      this.parametersTabPage.UseVisualStyleBackColor = true;
280      //
281      // parametersSplitContainer
282      //
283      this.parametersSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
284      this.parametersSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
285      this.parametersSplitContainer.Location = new System.Drawing.Point(3, 3);
286      this.parametersSplitContainer.Name = "parametersSplitContainer";
287      //
288      // parametersSplitContainer.Panel1
289      //
290      this.parametersSplitContainer.Panel1.Controls.Add(this.parametersListView);
291      //
292      // parametersSplitContainer.Panel2
293      //
294      this.parametersSplitContainer.Panel2.Controls.Add(this.choicesLabel);
295      this.parametersSplitContainer.Panel2.Controls.Add(this.choicesListView);
296      this.parametersSplitContainer.Panel2.Controls.Add(this.stepSizeTextBox);
297      this.parametersSplitContainer.Panel2.Controls.Add(this.maximumTextBox);
298      this.parametersSplitContainer.Panel2.Controls.Add(this.minimumTextBox);
299      this.parametersSplitContainer.Panel2.Controls.Add(this.stepSizeLabel);
300      this.parametersSplitContainer.Panel2.Controls.Add(this.maximumLabel);
301      this.parametersSplitContainer.Panel2.Controls.Add(this.minimumLabel);
302      this.parametersSplitContainer.Size = new System.Drawing.Size(314, 267);
303      this.parametersSplitContainer.SplitterDistance = 124;
304      this.parametersSplitContainer.TabIndex = 1;
305      //
306      // parametersListView
307      //
308      this.parametersListView.CheckBoxes = true;
309      this.parametersListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
310            this.columnHeader1});
311      this.parametersListView.Dock = System.Windows.Forms.DockStyle.Fill;
312      this.parametersListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
313      this.parametersListView.Location = new System.Drawing.Point(0, 0);
314      this.parametersListView.MultiSelect = false;
315      this.parametersListView.Name = "parametersListView";
316      this.parametersListView.Size = new System.Drawing.Size(124, 267);
317      this.parametersListView.TabIndex = 0;
318      this.parametersListView.UseCompatibleStateImageBehavior = false;
319      this.parametersListView.View = System.Windows.Forms.View.Details;
320      this.parametersListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.parametersListView_ItemChecked);
321      this.parametersListView.SelectedIndexChanged += new System.EventHandler(this.parametersListView_SelectedIndexChanged);
322      //
323      // columnHeader1
324      //
325      this.columnHeader1.Width = 150;
326      //
327      // choicesLabel
328      //
329      this.choicesLabel.AutoSize = true;
330      this.choicesLabel.Location = new System.Drawing.Point(13, 15);
331      this.choicesLabel.Name = "choicesLabel";
332      this.choicesLabel.Size = new System.Drawing.Size(48, 13);
333      this.choicesLabel.TabIndex = 0;
334      this.choicesLabel.Text = "Choices:";
335      //
336      // choicesListView
337      //
338      this.choicesListView.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.choicesListView.CheckBoxes = true;
342      this.choicesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
343            this.columnHeader2});
344      this.choicesListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
345      this.choicesListView.Location = new System.Drawing.Point(16, 34);
346      this.choicesListView.Name = "choicesListView";
347      this.choicesListView.Size = new System.Drawing.Size(155, 220);
348      this.choicesListView.TabIndex = 6;
349      this.choicesListView.UseCompatibleStateImageBehavior = false;
350      this.choicesListView.View = System.Windows.Forms.View.Details;
351      this.choicesListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.choiceListView_ItemChecked);
352      //
353      // columnHeader2
354      //
355      this.columnHeader2.Width = 150;
356      //
357      // stepSizeTextBox
358      //
359      this.stepSizeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
360            | System.Windows.Forms.AnchorStyles.Right)));
361      this.stepSizeTextBox.Location = new System.Drawing.Point(73, 64);
362      this.stepSizeTextBox.Name = "stepSizeTextBox";
363      this.stepSizeTextBox.Size = new System.Drawing.Size(83, 20);
364      this.stepSizeTextBox.TabIndex = 5;
365      this.stepSizeTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.detailsTextBox_Validating);
366      //
367      // maximumTextBox
368      //
369      this.maximumTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
370            | System.Windows.Forms.AnchorStyles.Right)));
371      this.maximumTextBox.Location = new System.Drawing.Point(73, 38);
372      this.maximumTextBox.Name = "maximumTextBox";
373      this.maximumTextBox.Size = new System.Drawing.Size(83, 20);
374      this.maximumTextBox.TabIndex = 3;
375      this.maximumTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.detailsTextBox_Validating);
376      //
377      // minimumTextBox
378      //
379      this.minimumTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
380            | System.Windows.Forms.AnchorStyles.Right)));
381      this.minimumTextBox.Location = new System.Drawing.Point(73, 12);
382      this.minimumTextBox.Name = "minimumTextBox";
383      this.minimumTextBox.Size = new System.Drawing.Size(83, 20);
384      this.minimumTextBox.TabIndex = 1;
385      this.minimumTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.detailsTextBox_Validating);
386      //
387      // stepSizeLabel
388      //
389      this.stepSizeLabel.AutoSize = true;
390      this.stepSizeLabel.Location = new System.Drawing.Point(13, 67);
391      this.stepSizeLabel.Name = "stepSizeLabel";
392      this.stepSizeLabel.Size = new System.Drawing.Size(53, 13);
393      this.stepSizeLabel.TabIndex = 4;
394      this.stepSizeLabel.Text = "Step size:";
395      //
396      // maximumLabel
397      //
398      this.maximumLabel.AutoSize = true;
399      this.maximumLabel.Location = new System.Drawing.Point(13, 41);
400      this.maximumLabel.Name = "maximumLabel";
401      this.maximumLabel.Size = new System.Drawing.Size(54, 13);
402      this.maximumLabel.TabIndex = 2;
403      this.maximumLabel.Text = "Maximum:";
404      //
405      // minimumLabel
406      //
407      this.minimumLabel.AutoSize = true;
408      this.minimumLabel.Location = new System.Drawing.Point(13, 15);
409      this.minimumLabel.Name = "minimumLabel";
410      this.minimumLabel.Size = new System.Drawing.Size(51, 13);
411      this.minimumLabel.TabIndex = 0;
412      this.minimumLabel.Text = "Minimum:";
413      //
414      // instancesTabPage
415      //
416      this.instancesTabPage.Controls.Add(this.label1);
417      this.instancesTabPage.Controls.Add(this.instanceDiscoveryProgressBar);
418      this.instancesTabPage.Controls.Add(this.selectNoneCheckBox);
419      this.instancesTabPage.Controls.Add(this.instanceDiscoveryProgressLabel);
420      this.instancesTabPage.Controls.Add(this.selectAllCheckBox);
421      this.instancesTabPage.Controls.Add(this.instancesListView);
422      this.instancesTabPage.Location = new System.Drawing.Point(4, 22);
423      this.instancesTabPage.Name = "instancesTabPage";
424      this.instancesTabPage.Padding = new System.Windows.Forms.Padding(3);
425      this.instancesTabPage.Size = new System.Drawing.Size(320, 273);
426      this.instancesTabPage.TabIndex = 0;
427      this.instancesTabPage.Text = "Problem Instances";
428      this.instancesTabPage.UseVisualStyleBackColor = true;
429      //
430      // label1
431      //
432      this.label1.AutoSize = true;
433      this.label1.Location = new System.Drawing.Point(6, 13);
434      this.label1.Name = "label1";
435      this.label1.Size = new System.Drawing.Size(40, 13);
436      this.label1.TabIndex = 0;
437      this.label1.Text = "Select:";
438      //
439      // experimentsToCreateDescriptionLabel
440      //
441      this.experimentsToCreateDescriptionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
442      this.experimentsToCreateDescriptionLabel.AutoSize = true;
443      this.experimentsToCreateDescriptionLabel.Location = new System.Drawing.Point(12, 364);
444      this.experimentsToCreateDescriptionLabel.Name = "experimentsToCreateDescriptionLabel";
445      this.experimentsToCreateDescriptionLabel.Size = new System.Drawing.Size(112, 13);
446      this.experimentsToCreateDescriptionLabel.TabIndex = 5;
447      this.experimentsToCreateDescriptionLabel.Text = "Experiments to create:";
448      //
449      // experimentsLabel
450      //
451      this.experimentsLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
452      this.experimentsLabel.AutoSize = true;
453      this.experimentsLabel.Location = new System.Drawing.Point(130, 364);
454      this.experimentsLabel.Name = "experimentsLabel";
455      this.experimentsLabel.Size = new System.Drawing.Size(13, 13);
456      this.experimentsLabel.TabIndex = 6;
457      this.experimentsLabel.Text = "1";
458      //
459      // errorProvider
460      //
461      this.errorProvider.ContainerControl = this;
462      //
463      // experimentCreationProgressBar
464      //
465      this.experimentCreationProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
466            | System.Windows.Forms.AnchorStyles.Right)));
467      this.experimentCreationProgressBar.Location = new System.Drawing.Point(187, 359);
468      this.experimentCreationProgressBar.Name = "experimentCreationProgressBar";
469      this.experimentCreationProgressBar.Size = new System.Drawing.Size(75, 23);
470      this.experimentCreationProgressBar.TabIndex = 9;
471      this.experimentCreationProgressBar.Visible = false;
472      //
473      // CreateExperimentDialog
474      //
475      this.AcceptButton = this.okButton;
476      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
477      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
478      this.CancelButton = this.cancelButton;
479      this.ClientSize = new System.Drawing.Size(355, 394);
480      this.Controls.Add(this.experimentCreationProgressBar);
481      this.Controls.Add(this.experimentsLabel);
482      this.Controls.Add(this.experimentsToCreateDescriptionLabel);
483      this.Controls.Add(this.tabControl);
484      this.Controls.Add(this.repetitionsNumericUpDown);
485      this.Controls.Add(this.repetitionsLabel);
486      this.Controls.Add(this.createBatchRunLabel);
487      this.Controls.Add(this.createBatchRunCheckBox);
488      this.Controls.Add(this.cancelButton);
489      this.Controls.Add(this.okButton);
490      this.MaximizeBox = false;
491      this.MinimizeBox = false;
492      this.Name = "CreateExperimentDialog";
493      this.ShowIcon = false;
494      this.ShowInTaskbar = false;
495      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
496      this.Text = "Create Experiment";
497      this.TopMost = true;
498      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CreateExperimentDialog_FormClosing);
499      this.Load += new System.EventHandler(this.CreateExperimentDialog_Load);
500      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).EndInit();
501      this.tabControl.ResumeLayout(false);
502      this.parametersTabPage.ResumeLayout(false);
503      this.parametersSplitContainer.Panel1.ResumeLayout(false);
504      this.parametersSplitContainer.Panel2.ResumeLayout(false);
505      this.parametersSplitContainer.Panel2.PerformLayout();
506      ((System.ComponentModel.ISupportInitialize)(this.parametersSplitContainer)).EndInit();
507      this.parametersSplitContainer.ResumeLayout(false);
508      this.instancesTabPage.ResumeLayout(false);
509      this.instancesTabPage.PerformLayout();
510      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
511      this.ResumeLayout(false);
512      this.PerformLayout();
513
514    }
515
516    #endregion
517
518    private System.Windows.Forms.Button okButton;
519    private System.Windows.Forms.Button cancelButton;
520    private System.Windows.Forms.CheckBox createBatchRunCheckBox;
521    private System.Windows.Forms.Label createBatchRunLabel;
522    private System.Windows.Forms.Label repetitionsLabel;
523    private System.Windows.Forms.NumericUpDown repetitionsNumericUpDown;
524    private System.Windows.Forms.ToolTip toolTip;
525    private System.Windows.Forms.ListView instancesListView;
526    private System.Windows.Forms.ColumnHeader columnHeader;
527    private System.ComponentModel.BackgroundWorker experimentCreationBackgroundWorker;
528    private System.Windows.Forms.ProgressBar instanceDiscoveryProgressBar;
529    private System.Windows.Forms.Label instanceDiscoveryProgressLabel;
530    private System.Windows.Forms.CheckBox selectAllCheckBox;
531    private System.Windows.Forms.CheckBox selectNoneCheckBox;
532    private System.ComponentModel.BackgroundWorker instanceDiscoveryBackgroundWorker;
533    private System.Windows.Forms.TabControl tabControl;
534    private System.Windows.Forms.TabPage parametersTabPage;
535    private System.Windows.Forms.TabPage instancesTabPage;
536    private System.Windows.Forms.SplitContainer parametersSplitContainer;
537    private System.Windows.Forms.ListView parametersListView;
538    private System.Windows.Forms.ColumnHeader columnHeader1;
539    private System.Windows.Forms.Label experimentsToCreateDescriptionLabel;
540    private System.Windows.Forms.Label experimentsLabel;
541    private System.Windows.Forms.Label choicesLabel;
542    private System.Windows.Forms.ListView choicesListView;
543    private System.Windows.Forms.ColumnHeader columnHeader2;
544    private System.Windows.Forms.TextBox stepSizeTextBox;
545    private System.Windows.Forms.TextBox maximumTextBox;
546    private System.Windows.Forms.TextBox minimumTextBox;
547    private System.Windows.Forms.Label stepSizeLabel;
548    private System.Windows.Forms.Label maximumLabel;
549    private System.Windows.Forms.Label minimumLabel;
550    private System.Windows.Forms.Label label1;
551    private System.Windows.Forms.ErrorProvider errorProvider;
552    private System.Windows.Forms.ProgressBar experimentCreationProgressBar;
553
554  }
555}
Note: See TracBrowser for help on using the repository browser.