Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1853:

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