Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/CreateExperimentDialog.Designer.cs @ 9364

Last change on this file since 9364 was 9364, checked in by ascheibe, 11 years ago

#1886 added repetitions for random parameter configurations

File size: 30.4 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.Analysis.AlgorithmBehavior.Analyzers.Views {
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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreateExperimentDialog));
49      this.okButton = new System.Windows.Forms.Button();
50      this.cancelButton = new System.Windows.Forms.Button();
51      this.createBatchRunCheckBox = new System.Windows.Forms.CheckBox();
52      this.createBatchRunLabel = new System.Windows.Forms.Label();
53      this.repetitionsLabel = new System.Windows.Forms.Label();
54      this.repetitionsNumericUpDown = new System.Windows.Forms.NumericUpDown();
55      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
56      this.experimentCreationBackgroundWorker = new System.ComponentModel.BackgroundWorker();
57      this.instanceDiscoveryProgressBar = new System.Windows.Forms.ProgressBar();
58      this.instanceDiscoveryProgressLabel = new System.Windows.Forms.Label();
59      this.selectAllCheckBox = new System.Windows.Forms.CheckBox();
60      this.selectNoneCheckBox = new System.Windows.Forms.CheckBox();
61      this.instanceDiscoveryBackgroundWorker = new System.ComponentModel.BackgroundWorker();
62      this.tabControl = new System.Windows.Forms.TabControl();
63      this.parametersTabPage = new System.Windows.Forms.TabPage();
64      this.parametersSplitContainer = new System.Windows.Forms.SplitContainer();
65      this.parametersListView = new System.Windows.Forms.ListView();
66      this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
67      this.generateButton = new System.Windows.Forms.Button();
68      this.stringConvertibleArrayView = new HeuristicLab.Data.Views.StringConvertibleArrayView();
69      this.detailsTypeLabel = new System.Windows.Forms.Label();
70      this.choicesListView = new System.Windows.Forms.ListView();
71      this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
72      this.instancesTabPage = new System.Windows.Forms.TabPage();
73      this.label1 = new System.Windows.Forms.Label();
74      this.instancesTreeView = new System.Windows.Forms.TreeView();
75      this.experimentsToCreateDescriptionLabel = new System.Windows.Forms.Label();
76      this.variationsLabel = new System.Windows.Forms.Label();
77      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
78      this.warningProvider = new System.Windows.Forms.ErrorProvider(this.components);
79      this.experimentCreationProgressBar = new System.Windows.Forms.ProgressBar();
80      this.combinationsTextBox = new System.Windows.Forms.TextBox();
81      this.label2 = new System.Windows.Forms.Label();
82      this.label3 = new System.Windows.Forms.Label();
83      this.repetitionsTextBox = new System.Windows.Forms.TextBox();
84      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).BeginInit();
85      this.tabControl.SuspendLayout();
86      this.parametersTabPage.SuspendLayout();
87      ((System.ComponentModel.ISupportInitialize)(this.parametersSplitContainer)).BeginInit();
88      this.parametersSplitContainer.Panel1.SuspendLayout();
89      this.parametersSplitContainer.Panel2.SuspendLayout();
90      this.parametersSplitContainer.SuspendLayout();
91      this.instancesTabPage.SuspendLayout();
92      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
93      ((System.ComponentModel.ISupportInitialize)(this.warningProvider)).BeginInit();
94      this.SuspendLayout();
95      //
96      // okButton
97      //
98      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
99      this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
100      this.okButton.Enabled = false;
101      this.okButton.Location = new System.Drawing.Point(630, 377);
102      this.okButton.Name = "okButton";
103      this.okButton.Size = new System.Drawing.Size(75, 23);
104      this.okButton.TabIndex = 7;
105      this.okButton.Text = "&OK";
106      this.okButton.UseVisualStyleBackColor = true;
107      this.okButton.Click += new System.EventHandler(this.okButton_Click);
108      //
109      // cancelButton
110      //
111      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
112      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
113      this.cancelButton.Location = new System.Drawing.Point(711, 377);
114      this.cancelButton.Name = "cancelButton";
115      this.cancelButton.Size = new System.Drawing.Size(75, 23);
116      this.cancelButton.TabIndex = 8;
117      this.cancelButton.Text = "&Cancel";
118      this.cancelButton.UseVisualStyleBackColor = true;
119      //
120      // createBatchRunCheckBox
121      //
122      this.createBatchRunCheckBox.AutoSize = true;
123      this.createBatchRunCheckBox.Checked = true;
124      this.createBatchRunCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
125      this.createBatchRunCheckBox.Location = new System.Drawing.Point(113, 8);
126      this.createBatchRunCheckBox.Name = "createBatchRunCheckBox";
127      this.createBatchRunCheckBox.Size = new System.Drawing.Size(15, 14);
128      this.createBatchRunCheckBox.TabIndex = 1;
129      this.toolTip.SetToolTip(this.createBatchRunCheckBox, "Check to create a batch run for executing an optimizer multiple times.");
130      this.createBatchRunCheckBox.UseVisualStyleBackColor = true;
131      this.createBatchRunCheckBox.CheckedChanged += new System.EventHandler(this.createBatchRunCheckBox_CheckedChanged);
132      //
133      // createBatchRunLabel
134      //
135      this.createBatchRunLabel.AutoSize = true;
136      this.createBatchRunLabel.Location = new System.Drawing.Point(12, 9);
137      this.createBatchRunLabel.Name = "createBatchRunLabel";
138      this.createBatchRunLabel.Size = new System.Drawing.Size(95, 13);
139      this.createBatchRunLabel.TabIndex = 0;
140      this.createBatchRunLabel.Text = "&Create Batch Run:";
141      //
142      // repetitionsLabel
143      //
144      this.repetitionsLabel.AutoSize = true;
145      this.repetitionsLabel.Location = new System.Drawing.Point(12, 31);
146      this.repetitionsLabel.Name = "repetitionsLabel";
147      this.repetitionsLabel.Size = new System.Drawing.Size(63, 13);
148      this.repetitionsLabel.TabIndex = 2;
149      this.repetitionsLabel.Text = "&Repetitions:";
150      //
151      // repetitionsNumericUpDown
152      //
153      this.repetitionsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
154            | System.Windows.Forms.AnchorStyles.Right)));
155      this.repetitionsNumericUpDown.Location = new System.Drawing.Point(113, 28);
156      this.repetitionsNumericUpDown.Maximum = new decimal(new int[] {
157            1000000,
158            0,
159            0,
160            0});
161      this.repetitionsNumericUpDown.Minimum = new decimal(new int[] {
162            1,
163            0,
164            0,
165            0});
166      this.repetitionsNumericUpDown.Name = "repetitionsNumericUpDown";
167      this.repetitionsNumericUpDown.Size = new System.Drawing.Size(673, 20);
168      this.repetitionsNumericUpDown.TabIndex = 3;
169      this.repetitionsNumericUpDown.ThousandsSeparator = true;
170      this.toolTip.SetToolTip(this.repetitionsNumericUpDown, "Number of repetitions executed by the batch run.");
171      this.repetitionsNumericUpDown.Value = new decimal(new int[] {
172            10,
173            0,
174            0,
175            0});
176      this.repetitionsNumericUpDown.Validated += new System.EventHandler(this.repetitionsNumericUpDown_Validated);
177      //
178      // experimentCreationBackgroundWorker
179      //
180      this.experimentCreationBackgroundWorker.WorkerReportsProgress = true;
181      this.experimentCreationBackgroundWorker.WorkerSupportsCancellation = true;
182      this.experimentCreationBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.experimentCreationBackgroundWorker_DoWork);
183      this.experimentCreationBackgroundWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.experimentCreationBackgroundWorker_ProgressChanged);
184      this.experimentCreationBackgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.experimentCreationBackgroundWorker_RunWorkerCompleted);
185      //
186      // instanceDiscoveryProgressBar
187      //
188      this.instanceDiscoveryProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
189      this.instanceDiscoveryProgressBar.Location = new System.Drawing.Point(6, 141);
190      this.instanceDiscoveryProgressBar.Name = "instanceDiscoveryProgressBar";
191      this.instanceDiscoveryProgressBar.Size = new System.Drawing.Size(367, 23);
192      this.instanceDiscoveryProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
193      this.instanceDiscoveryProgressBar.TabIndex = 4;
194      this.instanceDiscoveryProgressBar.Visible = false;
195      //
196      // instanceDiscoveryProgressLabel
197      //
198      this.instanceDiscoveryProgressLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
199      this.instanceDiscoveryProgressLabel.BackColor = System.Drawing.SystemColors.Control;
200      this.instanceDiscoveryProgressLabel.Location = new System.Drawing.Point(6, 167);
201      this.instanceDiscoveryProgressLabel.Name = "instanceDiscoveryProgressLabel";
202      this.instanceDiscoveryProgressLabel.Size = new System.Drawing.Size(367, 23);
203      this.instanceDiscoveryProgressLabel.TabIndex = 5;
204      this.instanceDiscoveryProgressLabel.Text = "label1";
205      this.instanceDiscoveryProgressLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
206      this.instanceDiscoveryProgressLabel.Visible = false;
207      //
208      // selectAllCheckBox
209      //
210      this.selectAllCheckBox.AutoSize = true;
211      this.selectAllCheckBox.Location = new System.Drawing.Point(52, 12);
212      this.selectAllCheckBox.Name = "selectAllCheckBox";
213      this.selectAllCheckBox.Size = new System.Drawing.Size(36, 17);
214      this.selectAllCheckBox.TabIndex = 1;
215      this.selectAllCheckBox.Text = "all";
216      this.selectAllCheckBox.UseVisualStyleBackColor = true;
217      this.selectAllCheckBox.CheckedChanged += new System.EventHandler(this.selectAllCheckBox_CheckedChanged);
218      //
219      // selectNoneCheckBox
220      //
221      this.selectNoneCheckBox.AutoSize = true;
222      this.selectNoneCheckBox.Location = new System.Drawing.Point(94, 12);
223      this.selectNoneCheckBox.Name = "selectNoneCheckBox";
224      this.selectNoneCheckBox.Size = new System.Drawing.Size(50, 17);
225      this.selectNoneCheckBox.TabIndex = 2;
226      this.selectNoneCheckBox.Text = "none";
227      this.selectNoneCheckBox.UseVisualStyleBackColor = true;
228      this.selectNoneCheckBox.CheckedChanged += new System.EventHandler(this.selectNoneCheckBox_CheckedChanged);
229      //
230      // instanceDiscoveryBackgroundWorker
231      //
232      this.instanceDiscoveryBackgroundWorker.WorkerReportsProgress = true;
233      this.instanceDiscoveryBackgroundWorker.WorkerSupportsCancellation = true;
234      this.instanceDiscoveryBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.instanceDiscoveryBackgroundWorker_DoWork);
235      this.instanceDiscoveryBackgroundWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.instanceDiscoveryBackgroundWorker_ProgressChanged);
236      this.instanceDiscoveryBackgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.instanceDiscoveryBackgroundWorker_RunWorkerCompleted);
237      //
238      // tabControl
239      //
240      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
241            | System.Windows.Forms.AnchorStyles.Left)
242            | System.Windows.Forms.AnchorStyles.Right)));
243      this.tabControl.Controls.Add(this.parametersTabPage);
244      this.tabControl.Controls.Add(this.instancesTabPage);
245      this.tabControl.Location = new System.Drawing.Point(15, 54);
246      this.tabControl.Name = "tabControl";
247      this.tabControl.SelectedIndex = 0;
248      this.tabControl.Size = new System.Drawing.Size(771, 317);
249      this.tabControl.TabIndex = 4;
250      //
251      // parametersTabPage
252      //
253      this.parametersTabPage.Controls.Add(this.parametersSplitContainer);
254      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
255      this.parametersTabPage.Name = "parametersTabPage";
256      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
257      this.parametersTabPage.Size = new System.Drawing.Size(763, 291);
258      this.parametersTabPage.TabIndex = 1;
259      this.parametersTabPage.Text = "Parameter Variations";
260      this.parametersTabPage.UseVisualStyleBackColor = true;
261      //
262      // parametersSplitContainer
263      //
264      this.parametersSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
265      this.parametersSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
266      this.parametersSplitContainer.Location = new System.Drawing.Point(3, 3);
267      this.parametersSplitContainer.Name = "parametersSplitContainer";
268      //
269      // parametersSplitContainer.Panel1
270      //
271      this.parametersSplitContainer.Panel1.Controls.Add(this.parametersListView);
272      //
273      // parametersSplitContainer.Panel2
274      //
275      this.parametersSplitContainer.Panel2.Controls.Add(this.generateButton);
276      this.parametersSplitContainer.Panel2.Controls.Add(this.stringConvertibleArrayView);
277      this.parametersSplitContainer.Panel2.Controls.Add(this.detailsTypeLabel);
278      this.parametersSplitContainer.Panel2.Controls.Add(this.choicesListView);
279      this.parametersSplitContainer.Size = new System.Drawing.Size(757, 285);
280      this.parametersSplitContainer.SplitterDistance = 155;
281      this.parametersSplitContainer.TabIndex = 1;
282      //
283      // parametersListView
284      //
285      this.parametersListView.CheckBoxes = true;
286      this.parametersListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
287            this.columnHeader1});
288      this.parametersListView.Dock = System.Windows.Forms.DockStyle.Fill;
289      this.parametersListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
290      this.parametersListView.Location = new System.Drawing.Point(0, 0);
291      this.parametersListView.MultiSelect = false;
292      this.parametersListView.Name = "parametersListView";
293      this.parametersListView.Size = new System.Drawing.Size(155, 285);
294      this.parametersListView.TabIndex = 0;
295      this.parametersListView.UseCompatibleStateImageBehavior = false;
296      this.parametersListView.View = System.Windows.Forms.View.Details;
297      this.parametersListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.parametersListView_ItemChecked);
298      this.parametersListView.SelectedIndexChanged += new System.EventHandler(this.parametersListView_SelectedIndexChanged);
299      //
300      // columnHeader1
301      //
302      this.columnHeader1.Width = 150;
303      //
304      // generateButton
305      //
306      this.generateButton.Location = new System.Drawing.Point(16, 10);
307      this.generateButton.Name = "generateButton";
308      this.generateButton.Size = new System.Drawing.Size(75, 23);
309      this.generateButton.TabIndex = 8;
310      this.generateButton.Text = "Generate...";
311      this.generateButton.UseVisualStyleBackColor = true;
312      this.generateButton.Click += new System.EventHandler(this.generateButton_Click);
313      //
314      // stringConvertibleArrayView
315      //
316      this.stringConvertibleArrayView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
317            | System.Windows.Forms.AnchorStyles.Left)
318            | System.Windows.Forms.AnchorStyles.Right)));
319      this.stringConvertibleArrayView.Caption = "StringConvertibleArray View";
320      this.stringConvertibleArrayView.Content = null;
321      this.stringConvertibleArrayView.Location = new System.Drawing.Point(16, 39);
322      this.stringConvertibleArrayView.Name = "stringConvertibleArrayView";
323      this.stringConvertibleArrayView.ReadOnly = false;
324      this.stringConvertibleArrayView.Size = new System.Drawing.Size(567, 233);
325      this.stringConvertibleArrayView.TabIndex = 7;
326      //
327      // detailsTypeLabel
328      //
329      this.detailsTypeLabel.AutoSize = true;
330      this.detailsTypeLabel.Location = new System.Drawing.Point(13, 15);
331      this.detailsTypeLabel.Name = "detailsTypeLabel";
332      this.detailsTypeLabel.Size = new System.Drawing.Size(48, 13);
333      this.detailsTypeLabel.TabIndex = 0;
334      this.detailsTypeLabel.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(567, 238);
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      // instancesTabPage
358      //
359      this.instancesTabPage.Controls.Add(this.label1);
360      this.instancesTabPage.Controls.Add(this.instanceDiscoveryProgressBar);
361      this.instancesTabPage.Controls.Add(this.selectNoneCheckBox);
362      this.instancesTabPage.Controls.Add(this.instanceDiscoveryProgressLabel);
363      this.instancesTabPage.Controls.Add(this.selectAllCheckBox);
364      this.instancesTabPage.Controls.Add(this.instancesTreeView);
365      this.instancesTabPage.Location = new System.Drawing.Point(4, 22);
366      this.instancesTabPage.Name = "instancesTabPage";
367      this.instancesTabPage.Padding = new System.Windows.Forms.Padding(3);
368      this.instancesTabPage.Size = new System.Drawing.Size(379, 291);
369      this.instancesTabPage.TabIndex = 0;
370      this.instancesTabPage.Text = "Problem Instances";
371      this.instancesTabPage.UseVisualStyleBackColor = true;
372      //
373      // label1
374      //
375      this.label1.AutoSize = true;
376      this.label1.Location = new System.Drawing.Point(6, 13);
377      this.label1.Name = "label1";
378      this.label1.Size = new System.Drawing.Size(40, 13);
379      this.label1.TabIndex = 0;
380      this.label1.Text = "Select:";
381      //
382      // instancesTreeView
383      //
384      this.instancesTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
385            | System.Windows.Forms.AnchorStyles.Left)
386            | System.Windows.Forms.AnchorStyles.Right)));
387      this.instancesTreeView.CheckBoxes = true;
388      this.instancesTreeView.Location = new System.Drawing.Point(6, 35);
389      this.instancesTreeView.Name = "instancesTreeView";
390      this.instancesTreeView.Size = new System.Drawing.Size(367, 250);
391      this.instancesTreeView.TabIndex = 6;
392      this.instancesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.instancesTreeView_AfterCheck);
393      //
394      // experimentsToCreateDescriptionLabel
395      //
396      this.experimentsToCreateDescriptionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
397      this.experimentsToCreateDescriptionLabel.AutoSize = true;
398      this.experimentsToCreateDescriptionLabel.Location = new System.Drawing.Point(12, 382);
399      this.experimentsToCreateDescriptionLabel.Name = "experimentsToCreateDescriptionLabel";
400      this.experimentsToCreateDescriptionLabel.Size = new System.Drawing.Size(56, 13);
401      this.experimentsToCreateDescriptionLabel.TabIndex = 5;
402      this.experimentsToCreateDescriptionLabel.Text = "Variations:";
403      //
404      // variationsLabel
405      //
406      this.variationsLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
407      this.variationsLabel.AutoSize = true;
408      this.variationsLabel.Location = new System.Drawing.Point(74, 382);
409      this.variationsLabel.Name = "variationsLabel";
410      this.variationsLabel.Size = new System.Drawing.Size(13, 13);
411      this.variationsLabel.TabIndex = 6;
412      this.variationsLabel.Text = "1";
413      this.variationsLabel.TextChanged += new System.EventHandler(this.experimentsLabel_TextChanged);
414      //
415      // errorProvider
416      //
417      this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
418      this.errorProvider.ContainerControl = this;
419      //
420      // warningProvider
421      //
422      this.warningProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
423      this.warningProvider.ContainerControl = this;
424      this.warningProvider.Icon = ((System.Drawing.Icon)(resources.GetObject("warningProvider.Icon")));
425      //
426      // experimentCreationProgressBar
427      //
428      this.experimentCreationProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
429            | System.Windows.Forms.AnchorStyles.Right)));
430      this.experimentCreationProgressBar.Location = new System.Drawing.Point(587, 377);
431      this.experimentCreationProgressBar.Name = "experimentCreationProgressBar";
432      this.experimentCreationProgressBar.Size = new System.Drawing.Size(118, 23);
433      this.experimentCreationProgressBar.TabIndex = 9;
434      this.experimentCreationProgressBar.Visible = false;
435      //
436      // combinationsTextBox
437      //
438      this.combinationsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
439      this.combinationsTextBox.Location = new System.Drawing.Point(306, 379);
440      this.combinationsTextBox.Name = "combinationsTextBox";
441      this.combinationsTextBox.Size = new System.Drawing.Size(100, 20);
442      this.combinationsTextBox.TabIndex = 10;
443      this.combinationsTextBox.Text = "10";
444      //
445      // label2
446      //
447      this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
448      this.label2.AutoSize = true;
449      this.label2.Location = new System.Drawing.Point(214, 382);
450      this.label2.Name = "label2";
451      this.label2.Size = new System.Drawing.Size(86, 13);
452      this.label2.TabIndex = 11;
453      this.label2.Text = "Var. to generate:";
454      //
455      // label3
456      //
457      this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
458      this.label3.AutoSize = true;
459      this.label3.Location = new System.Drawing.Point(412, 382);
460      this.label3.Name = "label3";
461      this.label3.Size = new System.Drawing.Size(63, 13);
462      this.label3.TabIndex = 12;
463      this.label3.Text = "Repetitions:";
464      //
465      // repetitionsTextBox
466      //
467      this.repetitionsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
468      this.repetitionsTextBox.Location = new System.Drawing.Point(481, 379);
469      this.repetitionsTextBox.Name = "repetitionsTextBox";
470      this.repetitionsTextBox.Size = new System.Drawing.Size(100, 20);
471      this.repetitionsTextBox.TabIndex = 13;
472      this.repetitionsTextBox.Text = "1";
473      //
474      // CreateExperimentDialog
475      //
476      this.AcceptButton = this.okButton;
477      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
478      this.CancelButton = this.cancelButton;
479      this.ClientSize = new System.Drawing.Size(798, 412);
480      this.Controls.Add(this.repetitionsTextBox);
481      this.Controls.Add(this.label3);
482      this.Controls.Add(this.label2);
483      this.Controls.Add(this.combinationsTextBox);
484      this.Controls.Add(this.experimentCreationProgressBar);
485      this.Controls.Add(this.variationsLabel);
486      this.Controls.Add(this.experimentsToCreateDescriptionLabel);
487      this.Controls.Add(this.tabControl);
488      this.Controls.Add(this.repetitionsNumericUpDown);
489      this.Controls.Add(this.repetitionsLabel);
490      this.Controls.Add(this.createBatchRunLabel);
491      this.Controls.Add(this.createBatchRunCheckBox);
492      this.Controls.Add(this.cancelButton);
493      this.Controls.Add(this.okButton);
494      this.MaximizeBox = false;
495      this.MinimizeBox = false;
496      this.Name = "CreateExperimentDialog";
497      this.ShowIcon = false;
498      this.ShowInTaskbar = false;
499      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
500      this.Text = "Create Experiment";
501      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CreateExperimentDialog_FormClosing);
502      this.Load += new System.EventHandler(this.CreateExperimentDialog_Load);
503      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).EndInit();
504      this.tabControl.ResumeLayout(false);
505      this.parametersTabPage.ResumeLayout(false);
506      this.parametersSplitContainer.Panel1.ResumeLayout(false);
507      this.parametersSplitContainer.Panel2.ResumeLayout(false);
508      this.parametersSplitContainer.Panel2.PerformLayout();
509      ((System.ComponentModel.ISupportInitialize)(this.parametersSplitContainer)).EndInit();
510      this.parametersSplitContainer.ResumeLayout(false);
511      this.instancesTabPage.ResumeLayout(false);
512      this.instancesTabPage.PerformLayout();
513      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
514      ((System.ComponentModel.ISupportInitialize)(this.warningProvider)).EndInit();
515      this.ResumeLayout(false);
516      this.PerformLayout();
517
518    }
519
520    #endregion
521
522    private System.Windows.Forms.Button okButton;
523    private System.Windows.Forms.Button cancelButton;
524    private System.Windows.Forms.CheckBox createBatchRunCheckBox;
525    private System.Windows.Forms.Label createBatchRunLabel;
526    private System.Windows.Forms.Label repetitionsLabel;
527    private System.Windows.Forms.NumericUpDown repetitionsNumericUpDown;
528    private System.Windows.Forms.ToolTip toolTip;
529    private System.ComponentModel.BackgroundWorker experimentCreationBackgroundWorker;
530    private System.Windows.Forms.ProgressBar instanceDiscoveryProgressBar;
531    private System.Windows.Forms.Label instanceDiscoveryProgressLabel;
532    private System.Windows.Forms.CheckBox selectAllCheckBox;
533    private System.Windows.Forms.CheckBox selectNoneCheckBox;
534    private System.ComponentModel.BackgroundWorker instanceDiscoveryBackgroundWorker;
535    private System.Windows.Forms.TabControl tabControl;
536    private System.Windows.Forms.TabPage parametersTabPage;
537    private System.Windows.Forms.TabPage instancesTabPage;
538    private System.Windows.Forms.SplitContainer parametersSplitContainer;
539    private System.Windows.Forms.ListView parametersListView;
540    private System.Windows.Forms.ColumnHeader columnHeader1;
541    private System.Windows.Forms.Label experimentsToCreateDescriptionLabel;
542    private System.Windows.Forms.Label variationsLabel;
543    private System.Windows.Forms.Label detailsTypeLabel;
544    private System.Windows.Forms.ListView choicesListView;
545    private System.Windows.Forms.ColumnHeader columnHeader2;
546    private System.Windows.Forms.Label label1;
547    private System.Windows.Forms.ErrorProvider errorProvider;
548    private System.Windows.Forms.ErrorProvider warningProvider;
549    private System.Windows.Forms.TreeView instancesTreeView;
550    private Data.Views.StringConvertibleArrayView stringConvertibleArrayView;
551    private System.Windows.Forms.ProgressBar experimentCreationProgressBar;
552    private System.Windows.Forms.Button generateButton;
553    private System.Windows.Forms.Label label2;
554    private System.Windows.Forms.TextBox combinationsTextBox;
555    private System.Windows.Forms.TextBox repetitionsTextBox;
556    private System.Windows.Forms.Label label3;
557
558  }
559}
Note: See TracBrowser for help on using the repository browser.