Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1851: Allow to specify each value of numeric parameters explicitly as well as provide a dialog for generating the values

File size: 27.8 KB
RevLine 
[4104]1#region License Information
2/* HeuristicLab
[7259]3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
[4104]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
[4650]22namespace HeuristicLab.Optimizer {
[4104]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();
[7957]48      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreateExperimentDialog));
[4104]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);
[7846]56      this.experimentCreationBackgroundWorker = new System.ComponentModel.BackgroundWorker();
[7908]57      this.instanceDiscoveryProgressBar = new System.Windows.Forms.ProgressBar();
58      this.instanceDiscoveryProgressLabel = new System.Windows.Forms.Label();
[7846]59      this.selectAllCheckBox = new System.Windows.Forms.CheckBox();
60      this.selectNoneCheckBox = new System.Windows.Forms.CheckBox();
[7885]61      this.instanceDiscoveryBackgroundWorker = new System.ComponentModel.BackgroundWorker();
[7908]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()));
[7985]67      this.generateButton = new System.Windows.Forms.Button();
68      this.stringConvertibleArrayView = new HeuristicLab.Data.Views.StringConvertibleArrayView();
[7957]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()));
[7908]72      this.instancesTabPage = new System.Windows.Forms.TabPage();
73      this.label1 = new System.Windows.Forms.Label();
[7957]74      this.instancesTreeView = new System.Windows.Forms.TreeView();
[7908]75      this.experimentsToCreateDescriptionLabel = new System.Windows.Forms.Label();
[7957]76      this.variationsLabel = new System.Windows.Forms.Label();
[7908]77      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
[7985]78      this.warningProvider = new System.Windows.Forms.ErrorProvider(this.components);
[7908]79      this.experimentCreationProgressBar = new System.Windows.Forms.ProgressBar();
[4104]80      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).BeginInit();
[7908]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();
[7957]89      ((System.ComponentModel.ISupportInitialize)(this.warningProvider)).BeginInit();
[4104]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;
[7908]97      this.okButton.Location = new System.Drawing.Point(187, 359);
[4104]98      this.okButton.Name = "okButton";
99      this.okButton.Size = new System.Drawing.Size(75, 23);
[7908]100      this.okButton.TabIndex = 7;
[4104]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;
[7908]109      this.cancelButton.Location = new System.Drawing.Point(268, 359);
[4104]110      this.cancelButton.Name = "cancelButton";
111      this.cancelButton.Size = new System.Drawing.Size(75, 23);
[7908]112      this.cancelButton.TabIndex = 8;
[4104]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;
[5300]125      this.toolTip.SetToolTip(this.createBatchRunCheckBox, "Check to create a batch run for executing an optimizer multiple times.");
[4104]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;
[7841]141      this.repetitionsLabel.Location = new System.Drawing.Point(12, 31);
[4104]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      //
[7957]149      this.repetitionsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
150                  | System.Windows.Forms.AnchorStyles.Right)));
[4104]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";
[7908]163      this.repetitionsNumericUpDown.Size = new System.Drawing.Size(230, 20);
[4104]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      //
[7846]174      // experimentCreationBackgroundWorker
175      //
176      this.experimentCreationBackgroundWorker.WorkerReportsProgress = true;
177      this.experimentCreationBackgroundWorker.WorkerSupportsCancellation = true;
178      this.experimentCreationBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.experimentCreationBackgroundWorker_DoWork);
[7908]179      this.experimentCreationBackgroundWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.experimentCreationBackgroundWorker_ProgressChanged);
[7846]180      this.experimentCreationBackgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.experimentCreationBackgroundWorker_RunWorkerCompleted);
181      //
[7908]182      // instanceDiscoveryProgressBar
[7846]183      //
[7908]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, 132);
186      this.instanceDiscoveryProgressBar.Name = "instanceDiscoveryProgressBar";
187      this.instanceDiscoveryProgressBar.Size = new System.Drawing.Size(308, 23);
188      this.instanceDiscoveryProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
189      this.instanceDiscoveryProgressBar.TabIndex = 4;
190      this.instanceDiscoveryProgressBar.Visible = false;
[7846]191      //
[7908]192      // instanceDiscoveryProgressLabel
[7846]193      //
[7908]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, 158);
197      this.instanceDiscoveryProgressLabel.Name = "instanceDiscoveryProgressLabel";
198      this.instanceDiscoveryProgressLabel.Size = new System.Drawing.Size(308, 23);
199      this.instanceDiscoveryProgressLabel.TabIndex = 5;
200      this.instanceDiscoveryProgressLabel.Text = "label1";
201      this.instanceDiscoveryProgressLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
202      this.instanceDiscoveryProgressLabel.Visible = false;
[7846]203      //
204      // selectAllCheckBox
205      //
206      this.selectAllCheckBox.AutoSize = true;
[7908]207      this.selectAllCheckBox.Location = new System.Drawing.Point(52, 12);
[7846]208      this.selectAllCheckBox.Name = "selectAllCheckBox";
[7908]209      this.selectAllCheckBox.Size = new System.Drawing.Size(36, 17);
210      this.selectAllCheckBox.TabIndex = 1;
211      this.selectAllCheckBox.Text = "all";
[7846]212      this.selectAllCheckBox.UseVisualStyleBackColor = true;
213      this.selectAllCheckBox.CheckedChanged += new System.EventHandler(this.selectAllCheckBox_CheckedChanged);
214      //
215      // selectNoneCheckBox
216      //
217      this.selectNoneCheckBox.AutoSize = true;
[7908]218      this.selectNoneCheckBox.Location = new System.Drawing.Point(94, 12);
[7846]219      this.selectNoneCheckBox.Name = "selectNoneCheckBox";
[7908]220      this.selectNoneCheckBox.Size = new System.Drawing.Size(50, 17);
221      this.selectNoneCheckBox.TabIndex = 2;
222      this.selectNoneCheckBox.Text = "none";
[7846]223      this.selectNoneCheckBox.UseVisualStyleBackColor = true;
224      this.selectNoneCheckBox.CheckedChanged += new System.EventHandler(this.selectNoneCheckBox_CheckedChanged);
225      //
[7885]226      // instanceDiscoveryBackgroundWorker
227      //
228      this.instanceDiscoveryBackgroundWorker.WorkerReportsProgress = true;
229      this.instanceDiscoveryBackgroundWorker.WorkerSupportsCancellation = true;
230      this.instanceDiscoveryBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.instanceDiscoveryBackgroundWorker_DoWork);
[7908]231      this.instanceDiscoveryBackgroundWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.instanceDiscoveryBackgroundWorker_ProgressChanged);
[7885]232      this.instanceDiscoveryBackgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.instanceDiscoveryBackgroundWorker_RunWorkerCompleted);
233      //
[7908]234      // tabControl
235      //
[7957]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)));
[7908]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(328, 299);
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(320, 273);
254      this.parametersTabPage.TabIndex = 1;
255      this.parametersTabPage.Text = "Parameters Variation";
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      //
[7985]271      this.parametersSplitContainer.Panel2.Controls.Add(this.generateButton);
272      this.parametersSplitContainer.Panel2.Controls.Add(this.stringConvertibleArrayView);
[7957]273      this.parametersSplitContainer.Panel2.Controls.Add(this.detailsTypeLabel);
274      this.parametersSplitContainer.Panel2.Controls.Add(this.choicesListView);
[7908]275      this.parametersSplitContainer.Size = new System.Drawing.Size(314, 267);
276      this.parametersSplitContainer.SplitterDistance = 124;
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(124, 267);
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      //
[7985]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(155, 215);
321      this.stringConvertibleArrayView.TabIndex = 7;
322      //
[7957]323      // detailsTypeLabel
[7908]324      //
[7957]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:";
[7908]331      //
[7957]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(155, 220);
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      //
[7908]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);
[7957]360      this.instancesTabPage.Controls.Add(this.instancesTreeView);
[7908]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(320, 273);
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      //
[7957]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(308, 232);
387      this.instancesTreeView.TabIndex = 6;
388      this.instancesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.instancesTreeView_AfterCheck);
389      //
[7908]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, 364);
395      this.experimentsToCreateDescriptionLabel.Name = "experimentsToCreateDescriptionLabel";
[7957]396      this.experimentsToCreateDescriptionLabel.Size = new System.Drawing.Size(56, 13);
[7908]397      this.experimentsToCreateDescriptionLabel.TabIndex = 5;
[7957]398      this.experimentsToCreateDescriptionLabel.Text = "Variations:";
[7908]399      //
[7957]400      // variationsLabel
[7908]401      //
[7957]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, 364);
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);
[7908]410      //
411      // errorProvider
412      //
[7957]413      this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
[7908]414      this.errorProvider.ContainerControl = this;
415      //
[7985]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      //
[7908]422      // experimentCreationProgressBar
423      //
[7957]424      this.experimentCreationProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
425                  | System.Windows.Forms.AnchorStyles.Right)));
[7908]426      this.experimentCreationProgressBar.Location = new System.Drawing.Point(187, 359);
427      this.experimentCreationProgressBar.Name = "experimentCreationProgressBar";
428      this.experimentCreationProgressBar.Size = new System.Drawing.Size(75, 23);
429      this.experimentCreationProgressBar.TabIndex = 9;
430      this.experimentCreationProgressBar.Visible = false;
431      //
[4104]432      // CreateExperimentDialog
433      //
434      this.AcceptButton = this.okButton;
[7967]435      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
[4104]436      this.CancelButton = this.cancelButton;
[7908]437      this.ClientSize = new System.Drawing.Size(355, 394);
[7885]438      this.Controls.Add(this.experimentCreationProgressBar);
[7957]439      this.Controls.Add(this.variationsLabel);
[7908]440      this.Controls.Add(this.experimentsToCreateDescriptionLabel);
441      this.Controls.Add(this.tabControl);
[4104]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";
[7846]455      this.TopMost = true;
456      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CreateExperimentDialog_FormClosing);
[7885]457      this.Load += new System.EventHandler(this.CreateExperimentDialog_Load);
[4104]458      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).EndInit();
[7908]459      this.tabControl.ResumeLayout(false);
460      this.parametersTabPage.ResumeLayout(false);
461      this.parametersSplitContainer.Panel1.ResumeLayout(false);
462      this.parametersSplitContainer.Panel2.ResumeLayout(false);
463      this.parametersSplitContainer.Panel2.PerformLayout();
464      ((System.ComponentModel.ISupportInitialize)(this.parametersSplitContainer)).EndInit();
465      this.parametersSplitContainer.ResumeLayout(false);
466      this.instancesTabPage.ResumeLayout(false);
467      this.instancesTabPage.PerformLayout();
468      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
[7957]469      ((System.ComponentModel.ISupportInitialize)(this.warningProvider)).EndInit();
[4104]470      this.ResumeLayout(false);
471      this.PerformLayout();
472
473    }
474
475    #endregion
476
477    private System.Windows.Forms.Button okButton;
478    private System.Windows.Forms.Button cancelButton;
479    private System.Windows.Forms.CheckBox createBatchRunCheckBox;
480    private System.Windows.Forms.Label createBatchRunLabel;
481    private System.Windows.Forms.Label repetitionsLabel;
482    private System.Windows.Forms.NumericUpDown repetitionsNumericUpDown;
483    private System.Windows.Forms.ToolTip toolTip;
[7846]484    private System.ComponentModel.BackgroundWorker experimentCreationBackgroundWorker;
[7908]485    private System.Windows.Forms.ProgressBar instanceDiscoveryProgressBar;
486    private System.Windows.Forms.Label instanceDiscoveryProgressLabel;
[7846]487    private System.Windows.Forms.CheckBox selectAllCheckBox;
488    private System.Windows.Forms.CheckBox selectNoneCheckBox;
[7885]489    private System.ComponentModel.BackgroundWorker instanceDiscoveryBackgroundWorker;
[7908]490    private System.Windows.Forms.TabControl tabControl;
491    private System.Windows.Forms.TabPage parametersTabPage;
492    private System.Windows.Forms.TabPage instancesTabPage;
493    private System.Windows.Forms.SplitContainer parametersSplitContainer;
494    private System.Windows.Forms.ListView parametersListView;
495    private System.Windows.Forms.ColumnHeader columnHeader1;
496    private System.Windows.Forms.Label experimentsToCreateDescriptionLabel;
[7957]497    private System.Windows.Forms.Label variationsLabel;
498    private System.Windows.Forms.Label detailsTypeLabel;
[7908]499    private System.Windows.Forms.ListView choicesListView;
500    private System.Windows.Forms.ColumnHeader columnHeader2;
501    private System.Windows.Forms.Label label1;
502    private System.Windows.Forms.ErrorProvider errorProvider;
[7957]503    private System.Windows.Forms.ErrorProvider warningProvider;
504    private System.Windows.Forms.TreeView instancesTreeView;
[7985]505    private Data.Views.StringConvertibleArrayView stringConvertibleArrayView;
506    private System.Windows.Forms.ProgressBar experimentCreationProgressBar;
507    private System.Windows.Forms.Button generateButton;
[4104]508
509  }
510}
Note: See TracBrowser for help on using the repository browser.