Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ParameterConfigurationEncoding/HeuristicLab.Encodings.ParameterConfigurationEncoding.Views/3.3/CreateExperimentDialogV2.Designer.cs @ 8524

Last change on this file since 8524 was 8524, checked in by jkarder, 12 years ago

#1853:

  • added problem instance selection to CreateExperimentDialog
  • adopted experiment creation
  • minor code improvements
File size: 19.9 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.Encodings.ParameterConfigurationEncoding.Views {
23  partial class CreateExperimentDialogV2 {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Windows Form Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.components = new System.ComponentModel.Container();
48      this.createBatchRunLabel = new System.Windows.Forms.Label();
49      this.createBatchRunCheckBox = new System.Windows.Forms.CheckBox();
50      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
51      this.repetitionsNumericUpDown = new System.Windows.Forms.NumericUpDown();
52      this.repetitionsLabel = new System.Windows.Forms.Label();
53      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
54      this.warningProvider = new System.Windows.Forms.ErrorProvider(this.components);
55      this.engineComboBox = new System.Windows.Forms.ComboBox();
56      this.engineLabel = new System.Windows.Forms.Label();
57      this.okButton = new System.Windows.Forms.Button();
58      this.cancelButton = new System.Windows.Forms.Button();
59      this.calculateCombinationsButton = new System.Windows.Forms.Button();
60      this.combinationsLabel = new System.Windows.Forms.Label();
61      this.combinationsTextBox = new System.Windows.Forms.TextBox();
62      this.configurationTabControl = new System.Windows.Forms.TabControl();
63      this.parameterConfigurationTabPage = new System.Windows.Forms.TabPage();
64      this.problemInstancesTabPage = new System.Windows.Forms.TabPage();
65      this.instanceTreeView = new System.Windows.Forms.TreeView();
66      this.libraryLabel = new System.Windows.Forms.Label();
67      this.libraryComboBox = new System.Windows.Forms.ComboBox();
68      this.instanceDiscoveryBackgroundWorker = new System.ComponentModel.BackgroundWorker();
69      this.parameterConfigurationTreeView = new HeuristicLab.Encodings.ParameterConfigurationEncoding.Views.ParameterConfigurationTreeView();
70      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).BeginInit();
71      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
72      ((System.ComponentModel.ISupportInitialize)(this.warningProvider)).BeginInit();
73      this.configurationTabControl.SuspendLayout();
74      this.parameterConfigurationTabPage.SuspendLayout();
75      this.problemInstancesTabPage.SuspendLayout();
76      this.SuspendLayout();
77      //
78      // createBatchRunLabel
79      //
80      this.createBatchRunLabel.AutoSize = true;
81      this.createBatchRunLabel.Location = new System.Drawing.Point(12, 9);
82      this.createBatchRunLabel.Name = "createBatchRunLabel";
83      this.createBatchRunLabel.Size = new System.Drawing.Size(95, 13);
84      this.createBatchRunLabel.TabIndex = 0;
85      this.createBatchRunLabel.Text = "&Create Batch Run:";
86      //
87      // createBatchRunCheckBox
88      //
89      this.createBatchRunCheckBox.AutoSize = true;
90      this.createBatchRunCheckBox.Checked = true;
91      this.createBatchRunCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
92      this.createBatchRunCheckBox.Location = new System.Drawing.Point(113, 8);
93      this.createBatchRunCheckBox.Name = "createBatchRunCheckBox";
94      this.createBatchRunCheckBox.Size = new System.Drawing.Size(15, 14);
95      this.createBatchRunCheckBox.TabIndex = 1;
96      this.toolTip.SetToolTip(this.createBatchRunCheckBox, "Check to create a batch run for executing an optimizer multiple times.");
97      this.createBatchRunCheckBox.UseVisualStyleBackColor = true;
98      this.createBatchRunCheckBox.CheckedChanged += new System.EventHandler(this.createBatchRunCheckBox_CheckedChanged);
99      //
100      // repetitionsNumericUpDown
101      //
102      this.repetitionsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
103                  | System.Windows.Forms.AnchorStyles.Right)));
104      this.repetitionsNumericUpDown.Location = new System.Drawing.Point(113, 28);
105      this.repetitionsNumericUpDown.Maximum = new decimal(new int[] {
106            1000000,
107            0,
108            0,
109            0});
110      this.repetitionsNumericUpDown.Minimum = new decimal(new int[] {
111            1,
112            0,
113            0,
114            0});
115      this.repetitionsNumericUpDown.Name = "repetitionsNumericUpDown";
116      this.repetitionsNumericUpDown.Size = new System.Drawing.Size(859, 20);
117      this.repetitionsNumericUpDown.TabIndex = 3;
118      this.repetitionsNumericUpDown.ThousandsSeparator = true;
119      this.toolTip.SetToolTip(this.repetitionsNumericUpDown, "Number of repetitions executed by the batch run.");
120      this.repetitionsNumericUpDown.Value = new decimal(new int[] {
121            10,
122            0,
123            0,
124            0});
125      this.repetitionsNumericUpDown.Validated += new System.EventHandler(this.repetitionsNumericUpDown_Validated);
126      //
127      // repetitionsLabel
128      //
129      this.repetitionsLabel.AutoSize = true;
130      this.repetitionsLabel.Location = new System.Drawing.Point(12, 30);
131      this.repetitionsLabel.Name = "repetitionsLabel";
132      this.repetitionsLabel.Size = new System.Drawing.Size(63, 13);
133      this.repetitionsLabel.TabIndex = 2;
134      this.repetitionsLabel.Text = "&Repetitions:";
135      //
136      // errorProvider
137      //
138      this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
139      this.errorProvider.ContainerControl = this;
140      //
141      // warningProvider
142      //
143      this.warningProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
144      this.warningProvider.ContainerControl = this;
145      //
146      // engineComboBox
147      //
148      this.engineComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
149                  | System.Windows.Forms.AnchorStyles.Right)));
150      this.engineComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
151      this.engineComboBox.FormattingEnabled = true;
152      this.engineComboBox.Location = new System.Drawing.Point(113, 54);
153      this.engineComboBox.Name = "engineComboBox";
154      this.engineComboBox.Size = new System.Drawing.Size(859, 21);
155      this.engineComboBox.TabIndex = 4;
156      this.engineComboBox.SelectedIndexChanged += new System.EventHandler(this.engineComboBox_SelectedIndexChanged);
157      //
158      // engineLabel
159      //
160      this.engineLabel.AutoSize = true;
161      this.engineLabel.Location = new System.Drawing.Point(12, 57);
162      this.engineLabel.Name = "engineLabel";
163      this.engineLabel.Size = new System.Drawing.Size(43, 13);
164      this.engineLabel.TabIndex = 5;
165      this.engineLabel.Text = "&Engine:";
166      //
167      // okButton
168      //
169      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
170      this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
171      this.okButton.Location = new System.Drawing.Point(816, 557);
172      this.okButton.Name = "okButton";
173      this.okButton.Size = new System.Drawing.Size(75, 23);
174      this.okButton.TabIndex = 7;
175      this.okButton.Text = "&OK";
176      this.okButton.UseVisualStyleBackColor = true;
177      this.okButton.Click += new System.EventHandler(this.okButton_Click);
178      //
179      // cancelButton
180      //
181      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
182      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
183      this.cancelButton.Location = new System.Drawing.Point(897, 557);
184      this.cancelButton.Name = "cancelButton";
185      this.cancelButton.Size = new System.Drawing.Size(75, 23);
186      this.cancelButton.TabIndex = 8;
187      this.cancelButton.Text = "&Cancel";
188      this.cancelButton.UseVisualStyleBackColor = true;
189      //
190      // calculateCombinationsButton
191      //
192      this.calculateCombinationsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
193      this.calculateCombinationsButton.Location = new System.Drawing.Point(12, 557);
194      this.calculateCombinationsButton.Name = "calculateCombinationsButton";
195      this.calculateCombinationsButton.Size = new System.Drawing.Size(148, 23);
196      this.calculateCombinationsButton.TabIndex = 9;
197      this.calculateCombinationsButton.Text = "Calculate Combinations";
198      this.calculateCombinationsButton.UseVisualStyleBackColor = true;
199      this.calculateCombinationsButton.Click += new System.EventHandler(this.calculateCombinationsButton_Click);
200      //
201      // combinationsLabel
202      //
203      this.combinationsLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
204      this.combinationsLabel.AutoSize = true;
205      this.combinationsLabel.Location = new System.Drawing.Point(166, 562);
206      this.combinationsLabel.Name = "combinationsLabel";
207      this.combinationsLabel.Size = new System.Drawing.Size(73, 13);
208      this.combinationsLabel.TabIndex = 10;
209      this.combinationsLabel.Text = "Combinations:";
210      //
211      // combinationsTextBox
212      //
213      this.combinationsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
214                  | System.Windows.Forms.AnchorStyles.Right)));
215      this.combinationsTextBox.Location = new System.Drawing.Point(245, 559);
216      this.combinationsTextBox.Name = "combinationsTextBox";
217      this.combinationsTextBox.ReadOnly = true;
218      this.combinationsTextBox.Size = new System.Drawing.Size(565, 20);
219      this.combinationsTextBox.TabIndex = 11;
220      //
221      // configurationTabControl
222      //
223      this.configurationTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
224                  | System.Windows.Forms.AnchorStyles.Left)
225                  | System.Windows.Forms.AnchorStyles.Right)));
226      this.configurationTabControl.Controls.Add(this.parameterConfigurationTabPage);
227      this.configurationTabControl.Controls.Add(this.problemInstancesTabPage);
228      this.configurationTabControl.Location = new System.Drawing.Point(12, 81);
229      this.configurationTabControl.Name = "configurationTabControl";
230      this.configurationTabControl.SelectedIndex = 0;
231      this.configurationTabControl.Size = new System.Drawing.Size(960, 470);
232      this.configurationTabControl.TabIndex = 12;
233      this.configurationTabControl.SelectedIndexChanged += new System.EventHandler(this.configurationTabControl_SelectedIndexChanged);
234      //
235      // parameterConfigurationTabPage
236      //
237      this.parameterConfigurationTabPage.Controls.Add(this.parameterConfigurationTreeView);
238      this.parameterConfigurationTabPage.Location = new System.Drawing.Point(4, 22);
239      this.parameterConfigurationTabPage.Name = "parameterConfigurationTabPage";
240      this.parameterConfigurationTabPage.Padding = new System.Windows.Forms.Padding(3);
241      this.parameterConfigurationTabPage.Size = new System.Drawing.Size(952, 444);
242      this.parameterConfigurationTabPage.TabIndex = 0;
243      this.parameterConfigurationTabPage.Text = "Parameter Configuration";
244      this.parameterConfigurationTabPage.UseVisualStyleBackColor = true;
245      //
246      // problemInstancesTabPage
247      //
248      this.problemInstancesTabPage.Controls.Add(this.instanceTreeView);
249      this.problemInstancesTabPage.Controls.Add(this.libraryLabel);
250      this.problemInstancesTabPage.Controls.Add(this.libraryComboBox);
251      this.problemInstancesTabPage.Location = new System.Drawing.Point(4, 22);
252      this.problemInstancesTabPage.Name = "problemInstancesTabPage";
253      this.problemInstancesTabPage.Padding = new System.Windows.Forms.Padding(3);
254      this.problemInstancesTabPage.Size = new System.Drawing.Size(952, 444);
255      this.problemInstancesTabPage.TabIndex = 1;
256      this.problemInstancesTabPage.Text = "Problem Instances";
257      this.problemInstancesTabPage.UseVisualStyleBackColor = true;
258      //
259      // instanceTreeView
260      //
261      this.instanceTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
262                  | System.Windows.Forms.AnchorStyles.Left)
263                  | System.Windows.Forms.AnchorStyles.Right)));
264      this.instanceTreeView.CheckBoxes = true;
265      this.instanceTreeView.Location = new System.Drawing.Point(6, 33);
266      this.instanceTreeView.Name = "instanceTreeView";
267      this.instanceTreeView.Size = new System.Drawing.Size(940, 405);
268      this.instanceTreeView.TabIndex = 2;
269      this.instanceTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.instanceTreeView_AfterCheck);
270      //
271      // libraryLabel
272      //
273      this.libraryLabel.AutoSize = true;
274      this.libraryLabel.Location = new System.Drawing.Point(6, 9);
275      this.libraryLabel.Name = "libraryLabel";
276      this.libraryLabel.Size = new System.Drawing.Size(41, 13);
277      this.libraryLabel.TabIndex = 1;
278      this.libraryLabel.Text = "Library:";
279      //
280      // libraryComboBox
281      //
282      this.libraryComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
283                  | System.Windows.Forms.AnchorStyles.Right)));
284      this.libraryComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
285      this.libraryComboBox.FormattingEnabled = true;
286      this.libraryComboBox.Location = new System.Drawing.Point(53, 6);
287      this.libraryComboBox.Name = "libraryComboBox";
288      this.libraryComboBox.Size = new System.Drawing.Size(893, 21);
289      this.libraryComboBox.TabIndex = 0;
290      this.libraryComboBox.SelectedIndexChanged += new System.EventHandler(this.libraryComboBox_SelectedIndexChanged);
291      //
292      // instanceDiscoveryBackgroundWorker
293      //
294      this.instanceDiscoveryBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.instanceDiscoveryBackgroundWorker_DoWork);
295      this.instanceDiscoveryBackgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.instanceDiscoveryBackgroundWorker_RunWorkerCompleted);
296      //
297      // parameterConfigurationTreeView
298      //
299      this.parameterConfigurationTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
300                  | System.Windows.Forms.AnchorStyles.Left)
301                  | System.Windows.Forms.AnchorStyles.Right)));
302      this.parameterConfigurationTreeView.Caption = "ParameterConfiguration View";
303      this.parameterConfigurationTreeView.Content = null;
304      this.parameterConfigurationTreeView.Location = new System.Drawing.Point(6, 6);
305      this.parameterConfigurationTreeView.Name = "parameterConfigurationTreeView";
306      this.parameterConfigurationTreeView.ReadOnly = false;
307      this.parameterConfigurationTreeView.Size = new System.Drawing.Size(940, 432);
308      this.parameterConfigurationTreeView.TabIndex = 6;
309      //
310      // CreateExperimentDialogV2
311      //
312      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
313      this.ClientSize = new System.Drawing.Size(984, 592);
314      this.Controls.Add(this.configurationTabControl);
315      this.Controls.Add(this.combinationsTextBox);
316      this.Controls.Add(this.combinationsLabel);
317      this.Controls.Add(this.calculateCombinationsButton);
318      this.Controls.Add(this.cancelButton);
319      this.Controls.Add(this.okButton);
320      this.Controls.Add(this.engineLabel);
321      this.Controls.Add(this.engineComboBox);
322      this.Controls.Add(this.repetitionsNumericUpDown);
323      this.Controls.Add(this.repetitionsLabel);
324      this.Controls.Add(this.createBatchRunCheckBox);
325      this.Controls.Add(this.createBatchRunLabel);
326      this.MaximizeBox = false;
327      this.MinimizeBox = false;
328      this.Name = "CreateExperimentDialogV2";
329      this.ShowIcon = false;
330      this.ShowInTaskbar = false;
331      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
332      this.Text = "Create Experiment [v2]";
333      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CreateExperimentDialogV2_FormClosing);
334      this.Load += new System.EventHandler(this.CreateExperimentDialogV2_Load);
335      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).EndInit();
336      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
337      ((System.ComponentModel.ISupportInitialize)(this.warningProvider)).EndInit();
338      this.configurationTabControl.ResumeLayout(false);
339      this.parameterConfigurationTabPage.ResumeLayout(false);
340      this.problemInstancesTabPage.ResumeLayout(false);
341      this.problemInstancesTabPage.PerformLayout();
342      this.ResumeLayout(false);
343      this.PerformLayout();
344
345    }
346
347    #endregion
348
349    private System.Windows.Forms.Label createBatchRunLabel;
350    private System.Windows.Forms.CheckBox createBatchRunCheckBox;
351    private System.Windows.Forms.ToolTip toolTip;
352    private System.Windows.Forms.Label repetitionsLabel;
353    private System.Windows.Forms.ErrorProvider errorProvider;
354    private System.Windows.Forms.Button cancelButton;
355    private System.Windows.Forms.Button okButton;
356    private System.Windows.Forms.Label engineLabel;
357    private System.Windows.Forms.ComboBox engineComboBox;
358    private System.Windows.Forms.NumericUpDown repetitionsNumericUpDown;
359    private System.Windows.Forms.ErrorProvider warningProvider;
360    private ParameterConfigurationTreeView parameterConfigurationTreeView;
361    private System.Windows.Forms.TextBox combinationsTextBox;
362    private System.Windows.Forms.Label combinationsLabel;
363    private System.Windows.Forms.Button calculateCombinationsButton;
364    private System.Windows.Forms.TabControl configurationTabControl;
365    private System.Windows.Forms.TabPage parameterConfigurationTabPage;
366    private System.Windows.Forms.TabPage problemInstancesTabPage;
367    private System.Windows.Forms.TreeView instanceTreeView;
368    private System.Windows.Forms.Label libraryLabel;
369    private System.Windows.Forms.ComboBox libraryComboBox;
370    private System.ComponentModel.BackgroundWorker instanceDiscoveryBackgroundWorker;
371  }
372}
Note: See TracBrowser for help on using the repository browser.