Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization.Views/3.3/CreateExperimentDialog.Designer.cs @ 7101

Last change on this file since 7101 was 5654, checked in by cneumuel, 13 years ago

#1215

  • made MetaOptimizationProblem storable
  • fixed remove item exception in ValueConfigurationCheckedItemCollectionView
  • added possibility to select engine in CreateExperimentDialog
File size: 9.2 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2010 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.Problems.MetaOptimization.Views {
23  partial class CreateExperimentDialog {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Windows Form Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.components = new System.ComponentModel.Container();
48      this.okButton = new System.Windows.Forms.Button();
49      this.cancelButton = new System.Windows.Forms.Button();
50      this.createBatchRunCheckBox = new System.Windows.Forms.CheckBox();
51      this.createBatchRunLabel = new System.Windows.Forms.Label();
52      this.repetitionsLabel = new System.Windows.Forms.Label();
53      this.repetitionsNumericUpDown = new System.Windows.Forms.NumericUpDown();
54      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
55      this.label1 = new System.Windows.Forms.Label();
56      this.engineComboBox = new System.Windows.Forms.ComboBox();
57      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).BeginInit();
58      this.SuspendLayout();
59      //
60      // okButton
61      //
62      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
63      this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
64      this.okButton.Location = new System.Drawing.Point(113, 83);
65      this.okButton.Name = "okButton";
66      this.okButton.Size = new System.Drawing.Size(75, 23);
67      this.okButton.TabIndex = 4;
68      this.okButton.Text = "&OK";
69      this.okButton.UseVisualStyleBackColor = true;
70      this.okButton.Click += new System.EventHandler(this.okButton_Click);
71      //
72      // cancelButton
73      //
74      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
75      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
76      this.cancelButton.Location = new System.Drawing.Point(194, 83);
77      this.cancelButton.Name = "cancelButton";
78      this.cancelButton.Size = new System.Drawing.Size(75, 23);
79      this.cancelButton.TabIndex = 5;
80      this.cancelButton.Text = "&Cancel";
81      this.cancelButton.UseVisualStyleBackColor = true;
82      //
83      // createBatchRunCheckBox
84      //
85      this.createBatchRunCheckBox.AutoSize = true;
86      this.createBatchRunCheckBox.Checked = true;
87      this.createBatchRunCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
88      this.createBatchRunCheckBox.Location = new System.Drawing.Point(113, 8);
89      this.createBatchRunCheckBox.Name = "createBatchRunCheckBox";
90      this.createBatchRunCheckBox.Size = new System.Drawing.Size(15, 14);
91      this.createBatchRunCheckBox.TabIndex = 1;
92      this.toolTip.SetToolTip(this.createBatchRunCheckBox, "Check to create a batch run for executing an optimizer multiple times.");
93      this.createBatchRunCheckBox.UseVisualStyleBackColor = true;
94      this.createBatchRunCheckBox.CheckedChanged += new System.EventHandler(this.createBatchRunCheckBox_CheckedChanged);
95      //
96      // createBatchRunLabel
97      //
98      this.createBatchRunLabel.AutoSize = true;
99      this.createBatchRunLabel.Location = new System.Drawing.Point(12, 9);
100      this.createBatchRunLabel.Name = "createBatchRunLabel";
101      this.createBatchRunLabel.Size = new System.Drawing.Size(95, 13);
102      this.createBatchRunLabel.TabIndex = 0;
103      this.createBatchRunLabel.Text = "&Create Batch Run:";
104      //
105      // repetitionsLabel
106      //
107      this.repetitionsLabel.AutoSize = true;
108      this.repetitionsLabel.Location = new System.Drawing.Point(12, 30);
109      this.repetitionsLabel.Name = "repetitionsLabel";
110      this.repetitionsLabel.Size = new System.Drawing.Size(63, 13);
111      this.repetitionsLabel.TabIndex = 2;
112      this.repetitionsLabel.Text = "&Repetitions:";
113      //
114      // repetitionsNumericUpDown
115      //
116      this.repetitionsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
117                  | System.Windows.Forms.AnchorStyles.Right)));
118      this.repetitionsNumericUpDown.Location = new System.Drawing.Point(113, 28);
119      this.repetitionsNumericUpDown.Maximum = new decimal(new int[] {
120            1000000,
121            0,
122            0,
123            0});
124      this.repetitionsNumericUpDown.Minimum = new decimal(new int[] {
125            1,
126            0,
127            0,
128            0});
129      this.repetitionsNumericUpDown.Name = "repetitionsNumericUpDown";
130      this.repetitionsNumericUpDown.Size = new System.Drawing.Size(156, 20);
131      this.repetitionsNumericUpDown.TabIndex = 3;
132      this.repetitionsNumericUpDown.ThousandsSeparator = true;
133      this.toolTip.SetToolTip(this.repetitionsNumericUpDown, "Number of repetitions executed by the batch run.");
134      this.repetitionsNumericUpDown.Value = new decimal(new int[] {
135            10,
136            0,
137            0,
138            0});
139      this.repetitionsNumericUpDown.Validated += new System.EventHandler(this.repetitionsNumericUpDown_Validated);
140      //
141      // label1
142      //
143      this.label1.AutoSize = true;
144      this.label1.Location = new System.Drawing.Point(12, 57);
145      this.label1.Name = "label1";
146      this.label1.Size = new System.Drawing.Size(43, 13);
147      this.label1.TabIndex = 6;
148      this.label1.Text = "&Engine:";
149      //
150      // engineComboBox
151      //
152      this.engineComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
153                  | System.Windows.Forms.AnchorStyles.Right)));
154      this.engineComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
155      this.engineComboBox.FormattingEnabled = true;
156      this.engineComboBox.Location = new System.Drawing.Point(113, 54);
157      this.engineComboBox.Name = "engineComboBox";
158      this.engineComboBox.Size = new System.Drawing.Size(156, 21);
159      this.engineComboBox.TabIndex = 7;
160      //
161      // CreateExperimentDialog
162      //
163      this.AcceptButton = this.okButton;
164      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
165      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
166      this.CancelButton = this.cancelButton;
167      this.ClientSize = new System.Drawing.Size(281, 118);
168      this.Controls.Add(this.engineComboBox);
169      this.Controls.Add(this.label1);
170      this.Controls.Add(this.repetitionsNumericUpDown);
171      this.Controls.Add(this.repetitionsLabel);
172      this.Controls.Add(this.createBatchRunLabel);
173      this.Controls.Add(this.createBatchRunCheckBox);
174      this.Controls.Add(this.cancelButton);
175      this.Controls.Add(this.okButton);
176      this.MaximizeBox = false;
177      this.MinimizeBox = false;
178      this.Name = "CreateExperimentDialog";
179      this.ShowIcon = false;
180      this.ShowInTaskbar = false;
181      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
182      this.Text = "Create Experiment";
183      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).EndInit();
184      this.ResumeLayout(false);
185      this.PerformLayout();
186
187    }
188
189    #endregion
190
191    private System.Windows.Forms.Button okButton;
192    private System.Windows.Forms.Button cancelButton;
193    private System.Windows.Forms.CheckBox createBatchRunCheckBox;
194    private System.Windows.Forms.Label createBatchRunLabel;
195    private System.Windows.Forms.Label repetitionsLabel;
196    private System.Windows.Forms.NumericUpDown repetitionsNumericUpDown;
197    private System.Windows.Forms.ToolTip toolTip;
198    private System.Windows.Forms.Label label1;
199    private System.Windows.Forms.ComboBox engineComboBox;
200
201  }
202}
Note: See TracBrowser for help on using the repository browser.