Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Optimizer/3.3/CreateExperimentDialog.Designer.cs @ 13319

Last change on this file since 13319 was 12009, checked in by ascheibe, 9 years ago

#2212 updated copyright year

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