Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/tools/Templates/HeuristicLab.VS2010Wizards/ProblemWizardForm.Designer.cs @ 4214

Last change on this file since 4214 was 4214, checked in by abeham, 14 years ago

#567

  • Added problem wizard
File size: 17.5 KB
Line 
1namespace HeuristicLab.VS2010Wizards {
2  partial class ProblemWizardForm {
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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProblemWizardForm));
27      this.label1 = new System.Windows.Forms.Label();
28      this.label2 = new System.Windows.Forms.Label();
29      this.problemDescriptionTextBox = new System.Windows.Forms.TextBox();
30      this.multiObjectiveCheckBox = new System.Windows.Forms.CheckBox();
31      this.problemNameTextBox = new System.Windows.Forms.TextBox();
32      this.cancelButton = new System.Windows.Forms.Button();
33      this.finishButton = new System.Windows.Forms.Button();
34      this.panel1 = new System.Windows.Forms.Panel();
35      this.label4 = new System.Windows.Forms.Label();
36      this.pictureBox1 = new System.Windows.Forms.PictureBox();
37      this.page2Panel = new System.Windows.Forms.Panel();
38      this.label3 = new System.Windows.Forms.Label();
39      this.panel2 = new System.Windows.Forms.Panel();
40      this.nextButton = new System.Windows.Forms.Button();
41      this.previousButton = new System.Windows.Forms.Button();
42      this.page1Panel = new System.Windows.Forms.Panel();
43      this.singleObjectiveCheckBox = new System.Windows.Forms.CheckBox();
44      this.contentPanel = new System.Windows.Forms.Panel();
45      this.solutionCreatorTypeTextBox = new System.Windows.Forms.TextBox();
46      this.evaluatorTypeTextBox = new System.Windows.Forms.TextBox();
47      this.label6 = new System.Windows.Forms.Label();
48      this.label5 = new System.Windows.Forms.Label();
49      this.parametersControl = new HeuristicLab.VS2010Wizards.ParametersControl();
50      this.panel1.SuspendLayout();
51      ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
52      this.page2Panel.SuspendLayout();
53      this.page1Panel.SuspendLayout();
54      this.contentPanel.SuspendLayout();
55      this.SuspendLayout();
56      //
57      // label1
58      //
59      this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
60      this.label1.AutoSize = true;
61      this.label1.Location = new System.Drawing.Point(100, 19);
62      this.label1.Name = "label1";
63      this.label1.Size = new System.Drawing.Size(38, 13);
64      this.label1.TabIndex = 0;
65      this.label1.Text = "Name:";
66      //
67      // label2
68      //
69      this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
70      this.label2.AutoSize = true;
71      this.label2.Location = new System.Drawing.Point(100, 67);
72      this.label2.Name = "label2";
73      this.label2.Size = new System.Drawing.Size(63, 13);
74      this.label2.TabIndex = 2;
75      this.label2.Text = "Description:";
76      //
77      // problemDescriptionTextBox
78      //
79      this.problemDescriptionTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
80      this.problemDescriptionTextBox.Location = new System.Drawing.Point(103, 83);
81      this.problemDescriptionTextBox.Multiline = true;
82      this.problemDescriptionTextBox.Name = "problemDescriptionTextBox";
83      this.problemDescriptionTextBox.Size = new System.Drawing.Size(468, 63);
84      this.problemDescriptionTextBox.TabIndex = 3;
85      //
86      // multiObjectiveCheckBox
87      //
88      this.multiObjectiveCheckBox.Anchor = System.Windows.Forms.AnchorStyles.None;
89      this.multiObjectiveCheckBox.AutoSize = true;
90      this.multiObjectiveCheckBox.Location = new System.Drawing.Point(212, 152);
91      this.multiObjectiveCheckBox.Name = "multiObjectiveCheckBox";
92      this.multiObjectiveCheckBox.Size = new System.Drawing.Size(96, 17);
93      this.multiObjectiveCheckBox.TabIndex = 5;
94      this.multiObjectiveCheckBox.Text = "Multi-Objective";
95      this.multiObjectiveCheckBox.UseVisualStyleBackColor = true;
96      this.multiObjectiveCheckBox.CheckedChanged += new System.EventHandler(this.multiObjectiveCheckBox_CheckedChanged);
97      //
98      // problemNameTextBox
99      //
100      this.problemNameTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
101      this.problemNameTextBox.Location = new System.Drawing.Point(103, 35);
102      this.problemNameTextBox.Name = "problemNameTextBox";
103      this.problemNameTextBox.Size = new System.Drawing.Size(468, 20);
104      this.problemNameTextBox.TabIndex = 1;
105      this.problemNameTextBox.Text = "MyProblem";
106      //
107      // cancelButton
108      //
109      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
110      this.cancelButton.Location = new System.Drawing.Point(589, 391);
111      this.cancelButton.Name = "cancelButton";
112      this.cancelButton.Size = new System.Drawing.Size(75, 25);
113      this.cancelButton.TabIndex = 7;
114      this.cancelButton.Text = "Cancel";
115      this.cancelButton.UseVisualStyleBackColor = true;
116      this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
117      //
118      // finishButton
119      //
120      this.finishButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
121      this.finishButton.Location = new System.Drawing.Point(504, 391);
122      this.finishButton.Name = "finishButton";
123      this.finishButton.Size = new System.Drawing.Size(75, 25);
124      this.finishButton.TabIndex = 6;
125      this.finishButton.Text = "Finish";
126      this.finishButton.UseVisualStyleBackColor = true;
127      this.finishButton.Click += new System.EventHandler(this.finishButton_Click);
128      //
129      // panel1
130      //
131      this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
132                  | System.Windows.Forms.AnchorStyles.Right)));
133      this.panel1.BackColor = System.Drawing.Color.White;
134      this.panel1.Controls.Add(this.label4);
135      this.panel1.Controls.Add(this.pictureBox1);
136      this.panel1.Location = new System.Drawing.Point(0, 0);
137      this.panel1.Name = "panel1";
138      this.panel1.Size = new System.Drawing.Size(676, 81);
139      this.panel1.TabIndex = 8;
140      //
141      // label4
142      //
143      this.label4.AutoSize = true;
144      this.label4.Font = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
145      this.label4.Location = new System.Drawing.Point(96, 21);
146      this.label4.Name = "label4";
147      this.label4.Size = new System.Drawing.Size(291, 39);
148      this.label4.TabIndex = 1;
149      this.label4.Text = "New Problem Wizard";
150      //
151      // pictureBox1
152      //
153      this.pictureBox1.Image = global::HeuristicLab.VS2010Wizards.Properties.Resources.HL3_Logo;
154      this.pictureBox1.Location = new System.Drawing.Point(3, 3);
155      this.pictureBox1.Name = "pictureBox1";
156      this.pictureBox1.Size = new System.Drawing.Size(75, 75);
157      this.pictureBox1.TabIndex = 0;
158      this.pictureBox1.TabStop = false;
159      //
160      // page2Panel
161      //
162      this.page2Panel.Controls.Add(this.label3);
163      this.page2Panel.Controls.Add(this.parametersControl);
164      this.page2Panel.Dock = System.Windows.Forms.DockStyle.Fill;
165      this.page2Panel.Location = new System.Drawing.Point(0, 0);
166      this.page2Panel.Name = "page2Panel";
167      this.page2Panel.Size = new System.Drawing.Size(676, 293);
168      this.page2Panel.TabIndex = 10;
169      this.page2Panel.Visible = false;
170      //
171      // label3
172      //
173      this.label3.AutoSize = true;
174      this.label3.Location = new System.Drawing.Point(13, 10);
175      this.label3.Name = "label3";
176      this.label3.Size = new System.Drawing.Size(63, 13);
177      this.label3.TabIndex = 1;
178      this.label3.Text = "Parameters:";
179      //
180      // panel2
181      //
182      this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
183                  | System.Windows.Forms.AnchorStyles.Right)));
184      this.panel2.BackColor = System.Drawing.Color.White;
185      this.panel2.ForeColor = System.Drawing.SystemColors.ControlText;
186      this.panel2.Location = new System.Drawing.Point(0, 379);
187      this.panel2.Name = "panel2";
188      this.panel2.Size = new System.Drawing.Size(676, 2);
189      this.panel2.TabIndex = 8;
190      //
191      // nextButton
192      //
193      this.nextButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
194      this.nextButton.Location = new System.Drawing.Point(406, 391);
195      this.nextButton.Name = "nextButton";
196      this.nextButton.Size = new System.Drawing.Size(75, 25);
197      this.nextButton.TabIndex = 6;
198      this.nextButton.Text = "Next >";
199      this.nextButton.UseVisualStyleBackColor = true;
200      this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
201      //
202      // previousButton
203      //
204      this.previousButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
205      this.previousButton.Enabled = false;
206      this.previousButton.Location = new System.Drawing.Point(321, 391);
207      this.previousButton.Name = "previousButton";
208      this.previousButton.Size = new System.Drawing.Size(75, 25);
209      this.previousButton.TabIndex = 6;
210      this.previousButton.Text = "< Previous";
211      this.previousButton.UseVisualStyleBackColor = true;
212      this.previousButton.Click += new System.EventHandler(this.previousButton_Click);
213      //
214      // page1Panel
215      //
216      this.page1Panel.Controls.Add(this.solutionCreatorTypeTextBox);
217      this.page1Panel.Controls.Add(this.evaluatorTypeTextBox);
218      this.page1Panel.Controls.Add(this.label6);
219      this.page1Panel.Controls.Add(this.label5);
220      this.page1Panel.Controls.Add(this.label1);
221      this.page1Panel.Controls.Add(this.label2);
222      this.page1Panel.Controls.Add(this.problemDescriptionTextBox);
223      this.page1Panel.Controls.Add(this.problemNameTextBox);
224      this.page1Panel.Controls.Add(this.singleObjectiveCheckBox);
225      this.page1Panel.Controls.Add(this.multiObjectiveCheckBox);
226      this.page1Panel.Dock = System.Windows.Forms.DockStyle.Fill;
227      this.page1Panel.Location = new System.Drawing.Point(0, 0);
228      this.page1Panel.Name = "page1Panel";
229      this.page1Panel.Size = new System.Drawing.Size(676, 293);
230      this.page1Panel.TabIndex = 9;
231      //
232      // singleObjectiveCheckBox
233      //
234      this.singleObjectiveCheckBox.Anchor = System.Windows.Forms.AnchorStyles.None;
235      this.singleObjectiveCheckBox.AutoSize = true;
236      this.singleObjectiveCheckBox.Checked = true;
237      this.singleObjectiveCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
238      this.singleObjectiveCheckBox.Location = new System.Drawing.Point(103, 152);
239      this.singleObjectiveCheckBox.Name = "singleObjectiveCheckBox";
240      this.singleObjectiveCheckBox.Size = new System.Drawing.Size(103, 17);
241      this.singleObjectiveCheckBox.TabIndex = 5;
242      this.singleObjectiveCheckBox.Text = "Single-Objective";
243      this.singleObjectiveCheckBox.UseVisualStyleBackColor = true;
244      this.singleObjectiveCheckBox.CheckedChanged += new System.EventHandler(this.singleObjectiveCheckBox_CheckedChanged);
245      //
246      // contentPanel
247      //
248      this.contentPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
249                  | System.Windows.Forms.AnchorStyles.Left)
250                  | System.Windows.Forms.AnchorStyles.Right)));
251      this.contentPanel.Controls.Add(this.page1Panel);
252      this.contentPanel.Controls.Add(this.page2Panel);
253      this.contentPanel.Location = new System.Drawing.Point(0, 85);
254      this.contentPanel.Name = "contentPanel";
255      this.contentPanel.Size = new System.Drawing.Size(676, 293);
256      this.contentPanel.TabIndex = 11;
257      //
258      // solutionCreatorTypeTextBox
259      //
260      this.solutionCreatorTypeTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
261      this.solutionCreatorTypeTextBox.Location = new System.Drawing.Point(103, 236);
262      this.solutionCreatorTypeTextBox.Name = "solutionCreatorTypeTextBox";
263      this.solutionCreatorTypeTextBox.Size = new System.Drawing.Size(468, 20);
264      this.solutionCreatorTypeTextBox.TabIndex = 8;
265      this.solutionCreatorTypeTextBox.Text = "IMyProblemSolutionCreator";
266      this.solutionCreatorTypeTextBox.TextChanged += new System.EventHandler(this.solutionCreatorTypeTextBox_TextChanged);
267      //
268      // evaluatorTypeTextBox
269      //
270      this.evaluatorTypeTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
271      this.evaluatorTypeTextBox.Location = new System.Drawing.Point(103, 197);
272      this.evaluatorTypeTextBox.Name = "evaluatorTypeTextBox";
273      this.evaluatorTypeTextBox.Size = new System.Drawing.Size(468, 20);
274      this.evaluatorTypeTextBox.TabIndex = 9;
275      this.evaluatorTypeTextBox.Text = "IMyProblemEvaluator";
276      this.evaluatorTypeTextBox.TextChanged += new System.EventHandler(this.evaluatorTypeTextBox_TextChanged);
277      //
278      // label6
279      //
280      this.label6.Anchor = System.Windows.Forms.AnchorStyles.None;
281      this.label6.AutoSize = true;
282      this.label6.Location = new System.Drawing.Point(100, 220);
283      this.label6.Name = "label6";
284      this.label6.Size = new System.Drawing.Size(112, 13);
285      this.label6.TabIndex = 6;
286      this.label6.Text = "Solution Creator Type:";
287      //
288      // label5
289      //
290      this.label5.Anchor = System.Windows.Forms.AnchorStyles.None;
291      this.label5.AutoSize = true;
292      this.label5.Location = new System.Drawing.Point(100, 181);
293      this.label5.Name = "label5";
294      this.label5.Size = new System.Drawing.Size(82, 13);
295      this.label5.TabIndex = 7;
296      this.label5.Text = "Evaluator Type:";
297      //
298      // parametersControl
299      //
300      this.parametersControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
301                  | System.Windows.Forms.AnchorStyles.Left)
302                  | System.Windows.Forms.AnchorStyles.Right)));
303      this.parametersControl.Location = new System.Drawing.Point(0, 33);
304      this.parametersControl.Name = "parametersControl";
305      this.parametersControl.Size = new System.Drawing.Size(676, 260);
306      this.parametersControl.TabIndex = 0;
307      //
308      // ProblemWizardForm
309      //
310      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
311      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
312      this.ClientSize = new System.Drawing.Size(676, 428);
313      this.Controls.Add(this.contentPanel);
314      this.Controls.Add(this.panel1);
315      this.Controls.Add(this.cancelButton);
316      this.Controls.Add(this.previousButton);
317      this.Controls.Add(this.nextButton);
318      this.Controls.Add(this.finishButton);
319      this.Controls.Add(this.panel2);
320      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
321      this.Name = "ProblemWizardForm";
322      this.Text = "New Problem Wizard";
323      this.panel1.ResumeLayout(false);
324      this.panel1.PerformLayout();
325      ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
326      this.page2Panel.ResumeLayout(false);
327      this.page2Panel.PerformLayout();
328      this.page1Panel.ResumeLayout(false);
329      this.page1Panel.PerformLayout();
330      this.contentPanel.ResumeLayout(false);
331      this.ResumeLayout(false);
332
333    }
334
335    #endregion
336
337    private System.Windows.Forms.Label label1;
338    private System.Windows.Forms.Label label2;
339    private System.Windows.Forms.TextBox problemDescriptionTextBox;
340    private System.Windows.Forms.CheckBox multiObjectiveCheckBox;
341    private System.Windows.Forms.TextBox problemNameTextBox;
342    private System.Windows.Forms.Button cancelButton;
343    private System.Windows.Forms.Button finishButton;
344    private System.Windows.Forms.Panel panel1;
345    private System.Windows.Forms.PictureBox pictureBox1;
346    private System.Windows.Forms.Panel panel2;
347    private System.Windows.Forms.Label label4;
348    private System.Windows.Forms.Button nextButton;
349    private System.Windows.Forms.Button previousButton;
350    private System.Windows.Forms.Panel page1Panel;
351    private System.Windows.Forms.Panel page2Panel;
352    private ParametersControl parametersControl;
353    private System.Windows.Forms.Label label3;
354    private System.Windows.Forms.CheckBox singleObjectiveCheckBox;
355    private System.Windows.Forms.Panel contentPanel;
356    private System.Windows.Forms.TextBox solutionCreatorTypeTextBox;
357    private System.Windows.Forms.TextBox evaluatorTypeTextBox;
358    private System.Windows.Forms.Label label6;
359    private System.Windows.Forms.Label label5;
360  }
361}
Note: See TracBrowser for help on using the repository browser.