Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 5533 was 5313, checked in by cneumuel, 14 years ago

#1215

  • changed AlgorithType and ProblemType to actually be types not objects. this eliminates redundant views for MetaOptimizationProblem
  • import algorithm for MetaOptimizationProblem
  • nicer dialog for combination creation
  • fixed iconimage for ParameterConfigurations
  • fixed ValidValues
File size: 7.9 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      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).BeginInit();
56      this.SuspendLayout();
57      //
58      // okButton
59      //
60      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
61      this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
62      this.okButton.Location = new System.Drawing.Point(113, 58);
63      this.okButton.Name = "okButton";
64      this.okButton.Size = new System.Drawing.Size(75, 23);
65      this.okButton.TabIndex = 4;
66      this.okButton.Text = "&OK";
67      this.okButton.UseVisualStyleBackColor = true;
68      this.okButton.Click += new System.EventHandler(this.okButton_Click);
69      //
70      // cancelButton
71      //
72      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
73      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
74      this.cancelButton.Location = new System.Drawing.Point(194, 58);
75      this.cancelButton.Name = "cancelButton";
76      this.cancelButton.Size = new System.Drawing.Size(75, 23);
77      this.cancelButton.TabIndex = 5;
78      this.cancelButton.Text = "&Cancel";
79      this.cancelButton.UseVisualStyleBackColor = true;
80      //
81      // createBatchRunCheckBox
82      //
83      this.createBatchRunCheckBox.AutoSize = true;
84      this.createBatchRunCheckBox.Checked = true;
85      this.createBatchRunCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
86      this.createBatchRunCheckBox.Location = new System.Drawing.Point(113, 8);
87      this.createBatchRunCheckBox.Name = "createBatchRunCheckBox";
88      this.createBatchRunCheckBox.Size = new System.Drawing.Size(15, 14);
89      this.createBatchRunCheckBox.TabIndex = 1;
90      this.toolTip.SetToolTip(this.createBatchRunCheckBox, "Check to create a batch run for executing an optimizer multiple times.");
91      this.createBatchRunCheckBox.UseVisualStyleBackColor = true;
92      this.createBatchRunCheckBox.CheckedChanged += new System.EventHandler(this.createBatchRunCheckBox_CheckedChanged);
93      //
94      // createBatchRunLabel
95      //
96      this.createBatchRunLabel.AutoSize = true;
97      this.createBatchRunLabel.Location = new System.Drawing.Point(12, 9);
98      this.createBatchRunLabel.Name = "createBatchRunLabel";
99      this.createBatchRunLabel.Size = new System.Drawing.Size(95, 13);
100      this.createBatchRunLabel.TabIndex = 0;
101      this.createBatchRunLabel.Text = "&Create Batch Run:";
102      //
103      // repetitionsLabel
104      //
105      this.repetitionsLabel.AutoSize = true;
106      this.repetitionsLabel.Location = new System.Drawing.Point(12, 30);
107      this.repetitionsLabel.Name = "repetitionsLabel";
108      this.repetitionsLabel.Size = new System.Drawing.Size(63, 13);
109      this.repetitionsLabel.TabIndex = 2;
110      this.repetitionsLabel.Text = "&Repetitions:";
111      //
112      // repetitionsNumericUpDown
113      //
114      this.repetitionsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
115                  | System.Windows.Forms.AnchorStyles.Right)));
116      this.repetitionsNumericUpDown.Location = new System.Drawing.Point(113, 28);
117      this.repetitionsNumericUpDown.Maximum = new decimal(new int[] {
118            1000000,
119            0,
120            0,
121            0});
122      this.repetitionsNumericUpDown.Minimum = new decimal(new int[] {
123            1,
124            0,
125            0,
126            0});
127      this.repetitionsNumericUpDown.Name = "repetitionsNumericUpDown";
128      this.repetitionsNumericUpDown.Size = new System.Drawing.Size(156, 20);
129      this.repetitionsNumericUpDown.TabIndex = 3;
130      this.repetitionsNumericUpDown.ThousandsSeparator = true;
131      this.toolTip.SetToolTip(this.repetitionsNumericUpDown, "Number of repetitions executed by the batch run.");
132      this.repetitionsNumericUpDown.Value = new decimal(new int[] {
133            10,
134            0,
135            0,
136            0});
137      this.repetitionsNumericUpDown.Validated += new System.EventHandler(this.repetitionsNumericUpDown_Validated);
138      //
139      // CreateExperimentDialog
140      //
141      this.AcceptButton = this.okButton;
142      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
143      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
144      this.CancelButton = this.cancelButton;
145      this.ClientSize = new System.Drawing.Size(281, 93);
146      this.Controls.Add(this.repetitionsNumericUpDown);
147      this.Controls.Add(this.repetitionsLabel);
148      this.Controls.Add(this.createBatchRunLabel);
149      this.Controls.Add(this.createBatchRunCheckBox);
150      this.Controls.Add(this.cancelButton);
151      this.Controls.Add(this.okButton);
152      this.MaximizeBox = false;
153      this.MinimizeBox = false;
154      this.Name = "CreateExperimentDialog";
155      this.ShowIcon = false;
156      this.ShowInTaskbar = false;
157      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
158      this.Text = "Create Experiment";
159      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).EndInit();
160      this.ResumeLayout(false);
161      this.PerformLayout();
162
163    }
164
165    #endregion
166
167    private System.Windows.Forms.Button okButton;
168    private System.Windows.Forms.Button cancelButton;
169    private System.Windows.Forms.CheckBox createBatchRunCheckBox;
170    private System.Windows.Forms.Label createBatchRunLabel;
171    private System.Windows.Forms.Label repetitionsLabel;
172    private System.Windows.Forms.NumericUpDown repetitionsNumericUpDown;
173    private System.Windows.Forms.ToolTip toolTip;
174
175  }
176}
Note: See TracBrowser for help on using the repository browser.