Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 7234 was 5704, checked in by abeham, 13 years ago

#567

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