Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1853:

  • created branch for ParameterConfigurationEncoding
  • added CreateExperimentDialog that uses the extracted encoding
File size: 13.2 KB
Line 
1namespace HeuristicLab.Encodings.ParameterConfigurationEncoding.Views {
2  partial class CreateExperimentDialogV2 {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Windows Form Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.components = new System.ComponentModel.Container();
27      this.createBatchRunLabel = new System.Windows.Forms.Label();
28      this.createBatchRunCheckBox = new System.Windows.Forms.CheckBox();
29      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
30      this.repetitionsNumericUpDown = new System.Windows.Forms.NumericUpDown();
31      this.repetitionsLabel = new System.Windows.Forms.Label();
32      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
33      this.warningProvider = new System.Windows.Forms.ErrorProvider(this.components);
34      this.engineComboBox = new System.Windows.Forms.ComboBox();
35      this.engineLabel = new System.Windows.Forms.Label();
36      this.okButton = new System.Windows.Forms.Button();
37      this.cancelButton = new System.Windows.Forms.Button();
38      this.calculateCombinationsButton = new System.Windows.Forms.Button();
39      this.combinationsLabel = new System.Windows.Forms.Label();
40      this.combinationsTextBox = new System.Windows.Forms.TextBox();
41      this.parameterConfigurationTreeView = new HeuristicLab.Encodings.ParameterConfigurationEncoding.Views.ParameterConfigurationTreeView();
42      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).BeginInit();
43      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
44      ((System.ComponentModel.ISupportInitialize)(this.warningProvider)).BeginInit();
45      this.SuspendLayout();
46      //
47      // createBatchRunLabel
48      //
49      this.createBatchRunLabel.AutoSize = true;
50      this.createBatchRunLabel.Location = new System.Drawing.Point(12, 9);
51      this.createBatchRunLabel.Name = "createBatchRunLabel";
52      this.createBatchRunLabel.Size = new System.Drawing.Size(95, 13);
53      this.createBatchRunLabel.TabIndex = 0;
54      this.createBatchRunLabel.Text = "&Create Batch Run:";
55      //
56      // createBatchRunCheckBox
57      //
58      this.createBatchRunCheckBox.AutoSize = true;
59      this.createBatchRunCheckBox.Checked = true;
60      this.createBatchRunCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
61      this.createBatchRunCheckBox.Location = new System.Drawing.Point(113, 8);
62      this.createBatchRunCheckBox.Name = "createBatchRunCheckBox";
63      this.createBatchRunCheckBox.Size = new System.Drawing.Size(15, 14);
64      this.createBatchRunCheckBox.TabIndex = 1;
65      this.toolTip.SetToolTip(this.createBatchRunCheckBox, "Check to create a batch run for executing an optimizer multiple times.");
66      this.createBatchRunCheckBox.UseVisualStyleBackColor = true;
67      this.createBatchRunCheckBox.CheckedChanged += new System.EventHandler(this.createBatchRunCheckBox_CheckedChanged);
68      //
69      // repetitionsNumericUpDown
70      //
71      this.repetitionsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
72                  | System.Windows.Forms.AnchorStyles.Right)));
73      this.repetitionsNumericUpDown.Location = new System.Drawing.Point(113, 28);
74      this.repetitionsNumericUpDown.Maximum = new decimal(new int[] {
75            1000000,
76            0,
77            0,
78            0});
79      this.repetitionsNumericUpDown.Minimum = new decimal(new int[] {
80            1,
81            0,
82            0,
83            0});
84      this.repetitionsNumericUpDown.Name = "repetitionsNumericUpDown";
85      this.repetitionsNumericUpDown.Size = new System.Drawing.Size(859, 20);
86      this.repetitionsNumericUpDown.TabIndex = 3;
87      this.repetitionsNumericUpDown.ThousandsSeparator = true;
88      this.toolTip.SetToolTip(this.repetitionsNumericUpDown, "Number of repetitions executed by the batch run.");
89      this.repetitionsNumericUpDown.Value = new decimal(new int[] {
90            10,
91            0,
92            0,
93            0});
94      this.repetitionsNumericUpDown.Validated += new System.EventHandler(this.repetitionsNumericUpDown_Validated);
95      //
96      // repetitionsLabel
97      //
98      this.repetitionsLabel.AutoSize = true;
99      this.repetitionsLabel.Location = new System.Drawing.Point(12, 30);
100      this.repetitionsLabel.Name = "repetitionsLabel";
101      this.repetitionsLabel.Size = new System.Drawing.Size(63, 13);
102      this.repetitionsLabel.TabIndex = 2;
103      this.repetitionsLabel.Text = "&Repetitions:";
104      //
105      // errorProvider
106      //
107      this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
108      this.errorProvider.ContainerControl = this;
109      //
110      // warningProvider
111      //
112      this.warningProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
113      this.warningProvider.ContainerControl = this;
114      //
115      // engineComboBox
116      //
117      this.engineComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
118                  | System.Windows.Forms.AnchorStyles.Right)));
119      this.engineComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
120      this.engineComboBox.FormattingEnabled = true;
121      this.engineComboBox.Location = new System.Drawing.Point(113, 54);
122      this.engineComboBox.Name = "engineComboBox";
123      this.engineComboBox.Size = new System.Drawing.Size(859, 21);
124      this.engineComboBox.TabIndex = 4;
125      this.engineComboBox.SelectedIndexChanged += new System.EventHandler(this.engineComboBox_SelectedIndexChanged);
126      //
127      // engineLabel
128      //
129      this.engineLabel.AutoSize = true;
130      this.engineLabel.Location = new System.Drawing.Point(12, 57);
131      this.engineLabel.Name = "engineLabel";
132      this.engineLabel.Size = new System.Drawing.Size(43, 13);
133      this.engineLabel.TabIndex = 5;
134      this.engineLabel.Text = "&Engine:";
135      //
136      // okButton
137      //
138      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
139      this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
140      this.okButton.Location = new System.Drawing.Point(816, 557);
141      this.okButton.Name = "okButton";
142      this.okButton.Size = new System.Drawing.Size(75, 23);
143      this.okButton.TabIndex = 7;
144      this.okButton.Text = "&OK";
145      this.okButton.UseVisualStyleBackColor = true;
146      this.okButton.Click += new System.EventHandler(this.okButton_Click);
147      //
148      // cancelButton
149      //
150      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
151      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
152      this.cancelButton.Location = new System.Drawing.Point(897, 557);
153      this.cancelButton.Name = "cancelButton";
154      this.cancelButton.Size = new System.Drawing.Size(75, 23);
155      this.cancelButton.TabIndex = 8;
156      this.cancelButton.Text = "&Cancel";
157      this.cancelButton.UseVisualStyleBackColor = true;
158      //
159      // calculateCombinationsButton
160      //
161      this.calculateCombinationsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
162      this.calculateCombinationsButton.Location = new System.Drawing.Point(12, 557);
163      this.calculateCombinationsButton.Name = "calculateCombinationsButton";
164      this.calculateCombinationsButton.Size = new System.Drawing.Size(148, 23);
165      this.calculateCombinationsButton.TabIndex = 9;
166      this.calculateCombinationsButton.Text = "Calculate Combinations";
167      this.calculateCombinationsButton.UseVisualStyleBackColor = true;
168      this.calculateCombinationsButton.Click += new System.EventHandler(this.calculateCombinationsButton_Click);
169      //
170      // combinationsLabel
171      //
172      this.combinationsLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
173      this.combinationsLabel.AutoSize = true;
174      this.combinationsLabel.Location = new System.Drawing.Point(166, 562);
175      this.combinationsLabel.Name = "combinationsLabel";
176      this.combinationsLabel.Size = new System.Drawing.Size(73, 13);
177      this.combinationsLabel.TabIndex = 10;
178      this.combinationsLabel.Text = "Combinations:";
179      //
180      // combinationsTextBox
181      //
182      this.combinationsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
183                  | System.Windows.Forms.AnchorStyles.Right)));
184      this.combinationsTextBox.Location = new System.Drawing.Point(245, 559);
185      this.combinationsTextBox.Name = "combinationsTextBox";
186      this.combinationsTextBox.ReadOnly = true;
187      this.combinationsTextBox.Size = new System.Drawing.Size(565, 20);
188      this.combinationsTextBox.TabIndex = 11;
189      //
190      // parameterConfigurationTreeView
191      //
192      this.parameterConfigurationTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
193                  | System.Windows.Forms.AnchorStyles.Left)
194                  | System.Windows.Forms.AnchorStyles.Right)));
195      this.parameterConfigurationTreeView.Caption = "ParameterConfiguration View";
196      this.parameterConfigurationTreeView.Content = null;
197      this.parameterConfigurationTreeView.Location = new System.Drawing.Point(12, 81);
198      this.parameterConfigurationTreeView.Name = "parameterConfigurationTreeView";
199      this.parameterConfigurationTreeView.ReadOnly = false;
200      this.parameterConfigurationTreeView.Size = new System.Drawing.Size(960, 470);
201      this.parameterConfigurationTreeView.TabIndex = 6;
202      //
203      // CreateExperimentDialogV2
204      //
205      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
206      this.ClientSize = new System.Drawing.Size(984, 592);
207      this.Controls.Add(this.combinationsTextBox);
208      this.Controls.Add(this.combinationsLabel);
209      this.Controls.Add(this.calculateCombinationsButton);
210      this.Controls.Add(this.cancelButton);
211      this.Controls.Add(this.okButton);
212      this.Controls.Add(this.parameterConfigurationTreeView);
213      this.Controls.Add(this.engineLabel);
214      this.Controls.Add(this.engineComboBox);
215      this.Controls.Add(this.repetitionsNumericUpDown);
216      this.Controls.Add(this.repetitionsLabel);
217      this.Controls.Add(this.createBatchRunCheckBox);
218      this.Controls.Add(this.createBatchRunLabel);
219      this.MaximizeBox = false;
220      this.MinimizeBox = false;
221      this.Name = "CreateExperimentDialogV2";
222      this.ShowIcon = false;
223      this.ShowInTaskbar = false;
224      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
225      this.Text = "Create Experiment [v2]";
226      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CreateExperimentDialogV2_FormClosing);
227      this.Load += new System.EventHandler(this.CreateExperimentDialogV2_Load);
228      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).EndInit();
229      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
230      ((System.ComponentModel.ISupportInitialize)(this.warningProvider)).EndInit();
231      this.ResumeLayout(false);
232      this.PerformLayout();
233
234    }
235
236    #endregion
237
238    private System.Windows.Forms.Label createBatchRunLabel;
239    private System.Windows.Forms.CheckBox createBatchRunCheckBox;
240    private System.Windows.Forms.ToolTip toolTip;
241    private System.Windows.Forms.Label repetitionsLabel;
242    private System.Windows.Forms.ErrorProvider errorProvider;
243    private System.Windows.Forms.Button cancelButton;
244    private System.Windows.Forms.Button okButton;
245    private System.Windows.Forms.Label engineLabel;
246    private System.Windows.Forms.ComboBox engineComboBox;
247    private System.Windows.Forms.NumericUpDown repetitionsNumericUpDown;
248    private System.Windows.Forms.ErrorProvider warningProvider;
249    private ParameterConfigurationTreeView parameterConfigurationTreeView;
250    private System.Windows.Forms.TextBox combinationsTextBox;
251    private System.Windows.Forms.Label combinationsLabel;
252    private System.Windows.Forms.Button calculateCombinationsButton;
253  }
254}
Note: See TracBrowser for help on using the repository browser.