Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/tools/Templates/HeuristicLab.VS2010Wizards/AlgorithmWizardForm.Designer.cs @ 4181

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

#567

  • Improved algorithm wizard design
File size: 13.7 KB
Line 
1namespace HeuristicLab.VS2010Wizards {
2  partial class AlgorithmWizardForm {
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(AlgorithmWizardForm));
27      this.label1 = new System.Windows.Forms.Label();
28      this.label2 = new System.Windows.Forms.Label();
29      this.algorithmDescriptionTextBox = new System.Windows.Forms.TextBox();
30      this.isMultiObjectiveCheckBox = new System.Windows.Forms.CheckBox();
31      this.algorithmNameTextBox = 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.page2Panel = new System.Windows.Forms.Panel();
36      this.label3 = new System.Windows.Forms.Label();
37      this.label4 = new System.Windows.Forms.Label();
38      this.pictureBox1 = new System.Windows.Forms.PictureBox();
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.parametersControl1 = new HeuristicLab.VS2010Wizards.ParametersControl();
44      this.panel1.SuspendLayout();
45      this.page2Panel.SuspendLayout();
46      ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
47      this.page1Panel.SuspendLayout();
48      this.SuspendLayout();
49      //
50      // label1
51      //
52      this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
53      this.label1.AutoSize = true;
54      this.label1.Location = new System.Drawing.Point(100, 48);
55      this.label1.Name = "label1";
56      this.label1.Size = new System.Drawing.Size(38, 13);
57      this.label1.TabIndex = 0;
58      this.label1.Text = "Name:";
59      //
60      // label2
61      //
62      this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
63      this.label2.AutoSize = true;
64      this.label2.Location = new System.Drawing.Point(100, 96);
65      this.label2.Name = "label2";
66      this.label2.Size = new System.Drawing.Size(63, 13);
67      this.label2.TabIndex = 2;
68      this.label2.Text = "Description:";
69      //
70      // algorithmDescriptionTextBox
71      //
72      this.algorithmDescriptionTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
73      this.algorithmDescriptionTextBox.Location = new System.Drawing.Point(102, 112);
74      this.algorithmDescriptionTextBox.Multiline = true;
75      this.algorithmDescriptionTextBox.Name = "algorithmDescriptionTextBox";
76      this.algorithmDescriptionTextBox.Size = new System.Drawing.Size(469, 63);
77      this.algorithmDescriptionTextBox.TabIndex = 3;
78      this.algorithmDescriptionTextBox.TextChanged += new System.EventHandler(this.algorithmDescriptionTextBox_TextChanged);
79      //
80      // isMultiObjectiveCheckBox
81      //
82      this.isMultiObjectiveCheckBox.Anchor = System.Windows.Forms.AnchorStyles.None;
83      this.isMultiObjectiveCheckBox.AutoSize = true;
84      this.isMultiObjectiveCheckBox.Location = new System.Drawing.Point(102, 188);
85      this.isMultiObjectiveCheckBox.Name = "isMultiObjectiveCheckBox";
86      this.isMultiObjectiveCheckBox.Size = new System.Drawing.Size(96, 17);
87      this.isMultiObjectiveCheckBox.TabIndex = 5;
88      this.isMultiObjectiveCheckBox.Text = "Multi-Objective";
89      this.isMultiObjectiveCheckBox.UseVisualStyleBackColor = true;
90      this.isMultiObjectiveCheckBox.CheckedChanged += new System.EventHandler(this.isMultiObjectiveCheckBox_CheckedChanged);
91      //
92      // algorithmNameTextBox
93      //
94      this.algorithmNameTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
95      this.algorithmNameTextBox.Location = new System.Drawing.Point(103, 64);
96      this.algorithmNameTextBox.Name = "algorithmNameTextBox";
97      this.algorithmNameTextBox.Size = new System.Drawing.Size(468, 20);
98      this.algorithmNameTextBox.TabIndex = 1;
99      this.algorithmNameTextBox.Text = "MyAlgorithm";
100      this.algorithmNameTextBox.TextChanged += new System.EventHandler(this.algorithmNameTextBox_TextChanged);
101      //
102      // cancelButton
103      //
104      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
105      this.cancelButton.Location = new System.Drawing.Point(589, 391);
106      this.cancelButton.Name = "cancelButton";
107      this.cancelButton.Size = new System.Drawing.Size(75, 25);
108      this.cancelButton.TabIndex = 7;
109      this.cancelButton.Text = "Cancel";
110      this.cancelButton.UseVisualStyleBackColor = true;
111      this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
112      //
113      // finishButton
114      //
115      this.finishButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
116      this.finishButton.Location = new System.Drawing.Point(504, 391);
117      this.finishButton.Name = "finishButton";
118      this.finishButton.Size = new System.Drawing.Size(75, 25);
119      this.finishButton.TabIndex = 6;
120      this.finishButton.Text = "Finish";
121      this.finishButton.UseVisualStyleBackColor = true;
122      this.finishButton.Click += new System.EventHandler(this.finishButton_Click);
123      //
124      // panel1
125      //
126      this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
127                  | System.Windows.Forms.AnchorStyles.Right)));
128      this.panel1.BackColor = System.Drawing.Color.White;
129      this.panel1.Controls.Add(this.label4);
130      this.panel1.Controls.Add(this.pictureBox1);
131      this.panel1.Location = new System.Drawing.Point(0, 0);
132      this.panel1.Name = "panel1";
133      this.panel1.Size = new System.Drawing.Size(676, 81);
134      this.panel1.TabIndex = 8;
135      //
136      // page2Panel
137      //
138      this.page2Panel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
139                  | System.Windows.Forms.AnchorStyles.Left)
140                  | System.Windows.Forms.AnchorStyles.Right)));
141      this.page2Panel.Controls.Add(this.label3);
142      this.page2Panel.Controls.Add(this.parametersControl1);
143      this.page2Panel.Location = new System.Drawing.Point(0, 86);
144      this.page2Panel.Name = "page2Panel";
145      this.page2Panel.Size = new System.Drawing.Size(676, 289);
146      this.page2Panel.TabIndex = 10;
147      this.page2Panel.Visible = false;
148      //
149      // label3
150      //
151      this.label3.AutoSize = true;
152      this.label3.Location = new System.Drawing.Point(13, 10);
153      this.label3.Name = "label3";
154      this.label3.Size = new System.Drawing.Size(63, 13);
155      this.label3.TabIndex = 1;
156      this.label3.Text = "Parameters:";
157      //
158      // label4
159      //
160      this.label4.AutoSize = true;
161      this.label4.Font = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
162      this.label4.Location = new System.Drawing.Point(96, 21);
163      this.label4.Name = "label4";
164      this.label4.Size = new System.Drawing.Size(311, 39);
165      this.label4.TabIndex = 1;
166      this.label4.Text = "New Algorithm Wizard";
167      //
168      // pictureBox1
169      //
170      this.pictureBox1.Image = global::HeuristicLab.VS2010Wizards.Properties.Resources.HL3_Logo;
171      this.pictureBox1.Location = new System.Drawing.Point(3, 3);
172      this.pictureBox1.Name = "pictureBox1";
173      this.pictureBox1.Size = new System.Drawing.Size(75, 75);
174      this.pictureBox1.TabIndex = 0;
175      this.pictureBox1.TabStop = false;
176      //
177      // panel2
178      //
179      this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
180                  | System.Windows.Forms.AnchorStyles.Right)));
181      this.panel2.BackColor = System.Drawing.Color.White;
182      this.panel2.ForeColor = System.Drawing.SystemColors.ControlText;
183      this.panel2.Location = new System.Drawing.Point(0, 379);
184      this.panel2.Name = "panel2";
185      this.panel2.Size = new System.Drawing.Size(676, 2);
186      this.panel2.TabIndex = 8;
187      //
188      // nextButton
189      //
190      this.nextButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
191      this.nextButton.Location = new System.Drawing.Point(406, 391);
192      this.nextButton.Name = "nextButton";
193      this.nextButton.Size = new System.Drawing.Size(75, 25);
194      this.nextButton.TabIndex = 6;
195      this.nextButton.Text = "Next >";
196      this.nextButton.UseVisualStyleBackColor = true;
197      this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
198      //
199      // previousButton
200      //
201      this.previousButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
202      this.previousButton.Enabled = false;
203      this.previousButton.Location = new System.Drawing.Point(321, 391);
204      this.previousButton.Name = "previousButton";
205      this.previousButton.Size = new System.Drawing.Size(75, 25);
206      this.previousButton.TabIndex = 6;
207      this.previousButton.Text = "< Previous";
208      this.previousButton.UseVisualStyleBackColor = true;
209      this.previousButton.Click += new System.EventHandler(this.previousButton_Click);
210      //
211      // page1Panel
212      //
213      this.page1Panel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
214                  | System.Windows.Forms.AnchorStyles.Left)
215                  | System.Windows.Forms.AnchorStyles.Right)));
216      this.page1Panel.Controls.Add(this.label1);
217      this.page1Panel.Controls.Add(this.label2);
218      this.page1Panel.Controls.Add(this.algorithmDescriptionTextBox);
219      this.page1Panel.Controls.Add(this.algorithmNameTextBox);
220      this.page1Panel.Controls.Add(this.isMultiObjectiveCheckBox);
221      this.page1Panel.Location = new System.Drawing.Point(0, 86);
222      this.page1Panel.Name = "page1Panel";
223      this.page1Panel.Size = new System.Drawing.Size(676, 298);
224      this.page1Panel.TabIndex = 9;
225      //
226      // parametersControl1
227      //
228      this.parametersControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
229                  | System.Windows.Forms.AnchorStyles.Left)
230                  | System.Windows.Forms.AnchorStyles.Right)));
231      this.parametersControl1.Location = new System.Drawing.Point(0, 33);
232      this.parametersControl1.Name = "parametersControl1";
233      this.parametersControl1.Size = new System.Drawing.Size(676, 256);
234      this.parametersControl1.TabIndex = 0;
235      //
236      // AlgorithmWizardForm
237      //
238      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
239      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
240      this.ClientSize = new System.Drawing.Size(676, 428);
241      this.Controls.Add(this.panel1);
242      this.Controls.Add(this.cancelButton);
243      this.Controls.Add(this.previousButton);
244      this.Controls.Add(this.nextButton);
245      this.Controls.Add(this.finishButton);
246      this.Controls.Add(this.panel2);
247      this.Controls.Add(this.page1Panel);
248      this.Controls.Add(this.page2Panel);
249      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
250      this.Name = "AlgorithmWizardForm";
251      this.Text = "New Algorithm Wizard";
252      this.panel1.ResumeLayout(false);
253      this.panel1.PerformLayout();
254      this.page2Panel.ResumeLayout(false);
255      this.page2Panel.PerformLayout();
256      ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
257      this.page1Panel.ResumeLayout(false);
258      this.page1Panel.PerformLayout();
259      this.ResumeLayout(false);
260
261    }
262
263    #endregion
264
265    private System.Windows.Forms.Label label1;
266    private System.Windows.Forms.Label label2;
267    private System.Windows.Forms.TextBox algorithmDescriptionTextBox;
268    private System.Windows.Forms.CheckBox isMultiObjectiveCheckBox;
269    private System.Windows.Forms.TextBox algorithmNameTextBox;
270    private System.Windows.Forms.Button cancelButton;
271    private System.Windows.Forms.Button finishButton;
272    private System.Windows.Forms.Panel panel1;
273    private System.Windows.Forms.PictureBox pictureBox1;
274    private System.Windows.Forms.Panel panel2;
275    private System.Windows.Forms.Label label4;
276    private System.Windows.Forms.Button nextButton;
277    private System.Windows.Forms.Button previousButton;
278    private System.Windows.Forms.Panel page1Panel;
279    private System.Windows.Forms.Panel page2Panel;
280    private ParametersControl parametersControl1;
281    private System.Windows.Forms.Label label3;
282  }
283}
Note: See TracBrowser for help on using the repository browser.