Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ES/ESEditor.Designer.cs @ 87

Last change on this file since 87 was 87, checked in by abeham, 16 years ago

Changed ES strategy switch from button to radiobutton as per request #76

File size: 37.0 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2008 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.ES {
23  partial class ESEditor {
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 (chooseOperatorDialog != null) chooseOperatorDialog.Dispose();
35      if (disposing && (components != null)) {
36        components.Dispose();
37      }
38      base.Dispose(disposing);
39    }
40
41    #region Component Designer generated code
42
43    /// <summary>
44    /// Required method for Designer support - do not modify
45    /// the contents of this method with the code editor.
46    /// </summary>
47    private void InitializeComponent() {
48      this.executeButton = new System.Windows.Forms.Button();
49      this.tabControl = new System.Windows.Forms.TabControl();
50      this.parametersTabPage = new System.Windows.Forms.TabPage();
51      this.useSuccessRuleCheckBox = new System.Windows.Forms.CheckBox();
52      this.targetSuccessRateTextBox = new System.Windows.Forms.TextBox();
53      this.targetSuccessRateLabel = new System.Windows.Forms.Label();
54      this.setEvaluationButton = new System.Windows.Forms.Button();
55      this.setMutationButton = new System.Windows.Forms.Button();
56      this.setSolutionGenerationButton = new System.Windows.Forms.Button();
57      this.viewEvaluationButton = new System.Windows.Forms.Button();
58      this.viewMutationButton = new System.Windows.Forms.Button();
59      this.viewSolutionGenerationButton = new System.Windows.Forms.Button();
60      this.viewProblemInitializationButton = new System.Windows.Forms.Button();
61      this.setProblemInitializationButton = new System.Windows.Forms.Button();
62      this.evaluationTextBox = new System.Windows.Forms.TextBox();
63      this.mutationTextBox = new System.Windows.Forms.TextBox();
64      this.solutionGenerationTextBox = new System.Windows.Forms.TextBox();
65      this.problemInitializationTextBox = new System.Windows.Forms.TextBox();
66      this.setRandomSeedRandomlyCheckBox = new System.Windows.Forms.CheckBox();
67      this.initialMutationStrengthTextBox = new System.Windows.Forms.TextBox();
68      this.evaluationLabel = new System.Windows.Forms.Label();
69      this.mutationLabel = new System.Windows.Forms.Label();
70      this.solutionGenerationLabel = new System.Windows.Forms.Label();
71      this.problemInitializationLabel = new System.Windows.Forms.Label();
72      this.initialMutationStrengthLabel = new System.Windows.Forms.Label();
73      this.mutationRateLabel = new System.Windows.Forms.Label();
74      this.maximumGenerationsTextBox = new System.Windows.Forms.TextBox();
75      this.maximumGenerationsLabel = new System.Windows.Forms.Label();
76      this.randomSeedTextBox = new System.Windows.Forms.TextBox();
77      this.muTextBox = new System.Windows.Forms.TextBox();
78      this.setRandomSeedRandomlyLabel = new System.Windows.Forms.Label();
79      this.randomSeedLabel = new System.Windows.Forms.Label();
80      this.populationSizeLabel = new System.Windows.Forms.Label();
81      this.lambdaTextBox = new System.Windows.Forms.TextBox();
82      this.scopesTabPage = new System.Windows.Forms.TabPage();
83      this.scopeView = new HeuristicLab.Core.ScopeView();
84      this.abortButton = new System.Windows.Forms.Button();
85      this.resetButton = new System.Windows.Forms.Button();
86      this.cloneEngineButton = new System.Windows.Forms.Button();
87      this.rhoLabel = new System.Windows.Forms.Label();
88      this.rhoTextBox = new System.Windows.Forms.TextBox();
89      this.recombinationLabel = new System.Windows.Forms.Label();
90      this.recombinationTextBox = new System.Windows.Forms.TextBox();
91      this.setRecombinationButton = new System.Windows.Forms.Button();
92      this.viewRecombinationButton = new System.Windows.Forms.Button();
93      this.parentSelectionGroupBox = new System.Windows.Forms.GroupBox();
94      this.plusRadioButton = new System.Windows.Forms.RadioButton();
95      this.commaRadioButton = new System.Windows.Forms.RadioButton();
96      this.tabControl.SuspendLayout();
97      this.parametersTabPage.SuspendLayout();
98      this.scopesTabPage.SuspendLayout();
99      this.parentSelectionGroupBox.SuspendLayout();
100      this.SuspendLayout();
101      //
102      // executeButton
103      //
104      this.executeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
105      this.executeButton.Location = new System.Drawing.Point(0, 459);
106      this.executeButton.Name = "executeButton";
107      this.executeButton.Size = new System.Drawing.Size(75, 23);
108      this.executeButton.TabIndex = 1;
109      this.executeButton.Text = "&Execute";
110      this.executeButton.UseVisualStyleBackColor = true;
111      this.executeButton.Click += new System.EventHandler(this.executeButton_Click);
112      //
113      // tabControl
114      //
115      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
116                  | System.Windows.Forms.AnchorStyles.Left)
117                  | System.Windows.Forms.AnchorStyles.Right)));
118      this.tabControl.Controls.Add(this.parametersTabPage);
119      this.tabControl.Controls.Add(this.scopesTabPage);
120      this.tabControl.Location = new System.Drawing.Point(0, 0);
121      this.tabControl.Name = "tabControl";
122      this.tabControl.SelectedIndex = 0;
123      this.tabControl.Size = new System.Drawing.Size(526, 453);
124      this.tabControl.TabIndex = 0;
125      //
126      // parametersTabPage
127      //
128      this.parametersTabPage.Controls.Add(this.parentSelectionGroupBox);
129      this.parametersTabPage.Controls.Add(this.setRecombinationButton);
130      this.parametersTabPage.Controls.Add(this.viewRecombinationButton);
131      this.parametersTabPage.Controls.Add(this.recombinationTextBox);
132      this.parametersTabPage.Controls.Add(this.recombinationLabel);
133      this.parametersTabPage.Controls.Add(this.rhoTextBox);
134      this.parametersTabPage.Controls.Add(this.rhoLabel);
135      this.parametersTabPage.Controls.Add(this.useSuccessRuleCheckBox);
136      this.parametersTabPage.Controls.Add(this.targetSuccessRateTextBox);
137      this.parametersTabPage.Controls.Add(this.targetSuccessRateLabel);
138      this.parametersTabPage.Controls.Add(this.setEvaluationButton);
139      this.parametersTabPage.Controls.Add(this.setMutationButton);
140      this.parametersTabPage.Controls.Add(this.setSolutionGenerationButton);
141      this.parametersTabPage.Controls.Add(this.viewEvaluationButton);
142      this.parametersTabPage.Controls.Add(this.viewMutationButton);
143      this.parametersTabPage.Controls.Add(this.viewSolutionGenerationButton);
144      this.parametersTabPage.Controls.Add(this.viewProblemInitializationButton);
145      this.parametersTabPage.Controls.Add(this.setProblemInitializationButton);
146      this.parametersTabPage.Controls.Add(this.evaluationTextBox);
147      this.parametersTabPage.Controls.Add(this.mutationTextBox);
148      this.parametersTabPage.Controls.Add(this.solutionGenerationTextBox);
149      this.parametersTabPage.Controls.Add(this.problemInitializationTextBox);
150      this.parametersTabPage.Controls.Add(this.setRandomSeedRandomlyCheckBox);
151      this.parametersTabPage.Controls.Add(this.initialMutationStrengthTextBox);
152      this.parametersTabPage.Controls.Add(this.evaluationLabel);
153      this.parametersTabPage.Controls.Add(this.mutationLabel);
154      this.parametersTabPage.Controls.Add(this.solutionGenerationLabel);
155      this.parametersTabPage.Controls.Add(this.problemInitializationLabel);
156      this.parametersTabPage.Controls.Add(this.initialMutationStrengthLabel);
157      this.parametersTabPage.Controls.Add(this.mutationRateLabel);
158      this.parametersTabPage.Controls.Add(this.maximumGenerationsTextBox);
159      this.parametersTabPage.Controls.Add(this.maximumGenerationsLabel);
160      this.parametersTabPage.Controls.Add(this.randomSeedTextBox);
161      this.parametersTabPage.Controls.Add(this.muTextBox);
162      this.parametersTabPage.Controls.Add(this.setRandomSeedRandomlyLabel);
163      this.parametersTabPage.Controls.Add(this.randomSeedLabel);
164      this.parametersTabPage.Controls.Add(this.populationSizeLabel);
165      this.parametersTabPage.Controls.Add(this.lambdaTextBox);
166      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
167      this.parametersTabPage.Name = "parametersTabPage";
168      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
169      this.parametersTabPage.Size = new System.Drawing.Size(518, 427);
170      this.parametersTabPage.TabIndex = 0;
171      this.parametersTabPage.Text = "Parameters";
172      this.parametersTabPage.UseVisualStyleBackColor = true;
173      //
174      // useSuccessRuleCheckBox
175      //
176      this.useSuccessRuleCheckBox.Anchor = System.Windows.Forms.AnchorStyles.None;
177      this.useSuccessRuleCheckBox.AutoSize = true;
178      this.useSuccessRuleCheckBox.Checked = true;
179      this.useSuccessRuleCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
180      this.useSuccessRuleCheckBox.Location = new System.Drawing.Point(411, 215);
181      this.useSuccessRuleCheckBox.Name = "useSuccessRuleCheckBox";
182      this.useSuccessRuleCheckBox.Size = new System.Drawing.Size(51, 17);
183      this.useSuccessRuleCheckBox.TabIndex = 16;
184      this.useSuccessRuleCheckBox.Text = "Use?";
185      this.useSuccessRuleCheckBox.UseVisualStyleBackColor = true;
186      this.useSuccessRuleCheckBox.CheckedChanged += new System.EventHandler(this.useSuccessRuleCheckBox_CheckedChanged);
187      //
188      // targetSuccessRateTextBox
189      //
190      this.targetSuccessRateTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
191      this.targetSuccessRateTextBox.Location = new System.Drawing.Point(218, 213);
192      this.targetSuccessRateTextBox.Name = "targetSuccessRateTextBox";
193      this.targetSuccessRateTextBox.Size = new System.Drawing.Size(186, 20);
194      this.targetSuccessRateTextBox.TabIndex = 15;
195      //
196      // targetSuccessRateLabel
197      //
198      this.targetSuccessRateLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
199      this.targetSuccessRateLabel.AutoSize = true;
200      this.targetSuccessRateLabel.Location = new System.Drawing.Point(65, 216);
201      this.targetSuccessRateLabel.Name = "targetSuccessRateLabel";
202      this.targetSuccessRateLabel.Size = new System.Drawing.Size(111, 13);
203      this.targetSuccessRateLabel.TabIndex = 14;
204      this.targetSuccessRateLabel.Text = "Target Success Rate:";
205      //
206      // setEvaluationButton
207      //
208      this.setEvaluationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
209      this.setEvaluationButton.Location = new System.Drawing.Point(469, 361);
210      this.setEvaluationButton.Name = "setEvaluationButton";
211      this.setEvaluationButton.Size = new System.Drawing.Size(43, 20);
212      this.setEvaluationButton.TabIndex = 34;
213      this.setEvaluationButton.Text = "Set...";
214      this.setEvaluationButton.UseVisualStyleBackColor = true;
215      this.setEvaluationButton.Click += new System.EventHandler(this.setEvaluationButton_Click);
216      //
217      // setMutationButton
218      //
219      this.setMutationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
220      this.setMutationButton.Location = new System.Drawing.Point(469, 335);
221      this.setMutationButton.Name = "setMutationButton";
222      this.setMutationButton.Size = new System.Drawing.Size(43, 20);
223      this.setMutationButton.TabIndex = 30;
224      this.setMutationButton.Text = "Set...";
225      this.setMutationButton.UseVisualStyleBackColor = true;
226      this.setMutationButton.Click += new System.EventHandler(this.setMutationButton_Click);
227      //
228      // setSolutionGenerationButton
229      //
230      this.setSolutionGenerationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
231      this.setSolutionGenerationButton.Location = new System.Drawing.Point(469, 309);
232      this.setSolutionGenerationButton.Name = "setSolutionGenerationButton";
233      this.setSolutionGenerationButton.Size = new System.Drawing.Size(43, 20);
234      this.setSolutionGenerationButton.TabIndex = 26;
235      this.setSolutionGenerationButton.Text = "Set...";
236      this.setSolutionGenerationButton.UseVisualStyleBackColor = true;
237      this.setSolutionGenerationButton.Click += new System.EventHandler(this.setSolutionGenerationButton_Click);
238      //
239      // viewEvaluationButton
240      //
241      this.viewEvaluationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
242      this.viewEvaluationButton.Location = new System.Drawing.Point(410, 361);
243      this.viewEvaluationButton.Name = "viewEvaluationButton";
244      this.viewEvaluationButton.Size = new System.Drawing.Size(53, 20);
245      this.viewEvaluationButton.TabIndex = 33;
246      this.viewEvaluationButton.Text = "View...";
247      this.viewEvaluationButton.UseVisualStyleBackColor = true;
248      this.viewEvaluationButton.Click += new System.EventHandler(this.viewEvaluationButton_Click);
249      //
250      // viewMutationButton
251      //
252      this.viewMutationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
253      this.viewMutationButton.Location = new System.Drawing.Point(410, 335);
254      this.viewMutationButton.Name = "viewMutationButton";
255      this.viewMutationButton.Size = new System.Drawing.Size(53, 20);
256      this.viewMutationButton.TabIndex = 29;
257      this.viewMutationButton.Text = "View...";
258      this.viewMutationButton.UseVisualStyleBackColor = true;
259      this.viewMutationButton.Click += new System.EventHandler(this.viewMutationButton_Click);
260      //
261      // viewSolutionGenerationButton
262      //
263      this.viewSolutionGenerationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
264      this.viewSolutionGenerationButton.Location = new System.Drawing.Point(410, 309);
265      this.viewSolutionGenerationButton.Name = "viewSolutionGenerationButton";
266      this.viewSolutionGenerationButton.Size = new System.Drawing.Size(53, 20);
267      this.viewSolutionGenerationButton.TabIndex = 25;
268      this.viewSolutionGenerationButton.Text = "View...";
269      this.viewSolutionGenerationButton.UseVisualStyleBackColor = true;
270      this.viewSolutionGenerationButton.Click += new System.EventHandler(this.viewSolutionGenerationButton_Click);
271      //
272      // viewProblemInitializationButton
273      //
274      this.viewProblemInitializationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
275      this.viewProblemInitializationButton.Location = new System.Drawing.Point(410, 283);
276      this.viewProblemInitializationButton.Name = "viewProblemInitializationButton";
277      this.viewProblemInitializationButton.Size = new System.Drawing.Size(53, 20);
278      this.viewProblemInitializationButton.TabIndex = 21;
279      this.viewProblemInitializationButton.Text = "View...";
280      this.viewProblemInitializationButton.UseVisualStyleBackColor = true;
281      this.viewProblemInitializationButton.Click += new System.EventHandler(this.viewProblemInitializationButton_Click);
282      //
283      // setProblemInitializationButton
284      //
285      this.setProblemInitializationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
286      this.setProblemInitializationButton.Location = new System.Drawing.Point(469, 283);
287      this.setProblemInitializationButton.Name = "setProblemInitializationButton";
288      this.setProblemInitializationButton.Size = new System.Drawing.Size(43, 20);
289      this.setProblemInitializationButton.TabIndex = 22;
290      this.setProblemInitializationButton.Text = "Set...";
291      this.setProblemInitializationButton.UseVisualStyleBackColor = true;
292      this.setProblemInitializationButton.Click += new System.EventHandler(this.setProblemInitializationButton_Click);
293      //
294      // evaluationTextBox
295      //
296      this.evaluationTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
297      this.evaluationTextBox.Location = new System.Drawing.Point(218, 361);
298      this.evaluationTextBox.Name = "evaluationTextBox";
299      this.evaluationTextBox.ReadOnly = true;
300      this.evaluationTextBox.Size = new System.Drawing.Size(186, 20);
301      this.evaluationTextBox.TabIndex = 32;
302      //
303      // mutationTextBox
304      //
305      this.mutationTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
306      this.mutationTextBox.Location = new System.Drawing.Point(218, 335);
307      this.mutationTextBox.Name = "mutationTextBox";
308      this.mutationTextBox.ReadOnly = true;
309      this.mutationTextBox.Size = new System.Drawing.Size(186, 20);
310      this.mutationTextBox.TabIndex = 28;
311      //
312      // solutionGenerationTextBox
313      //
314      this.solutionGenerationTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
315      this.solutionGenerationTextBox.Location = new System.Drawing.Point(218, 309);
316      this.solutionGenerationTextBox.Name = "solutionGenerationTextBox";
317      this.solutionGenerationTextBox.ReadOnly = true;
318      this.solutionGenerationTextBox.Size = new System.Drawing.Size(186, 20);
319      this.solutionGenerationTextBox.TabIndex = 24;
320      //
321      // problemInitializationTextBox
322      //
323      this.problemInitializationTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
324      this.problemInitializationTextBox.Location = new System.Drawing.Point(218, 283);
325      this.problemInitializationTextBox.Name = "problemInitializationTextBox";
326      this.problemInitializationTextBox.ReadOnly = true;
327      this.problemInitializationTextBox.Size = new System.Drawing.Size(186, 20);
328      this.problemInitializationTextBox.TabIndex = 20;
329      //
330      // setRandomSeedRandomlyCheckBox
331      //
332      this.setRandomSeedRandomlyCheckBox.Anchor = System.Windows.Forms.AnchorStyles.None;
333      this.setRandomSeedRandomlyCheckBox.AutoSize = true;
334      this.setRandomSeedRandomlyCheckBox.Location = new System.Drawing.Point(218, 15);
335      this.setRandomSeedRandomlyCheckBox.Name = "setRandomSeedRandomlyCheckBox";
336      this.setRandomSeedRandomlyCheckBox.Size = new System.Drawing.Size(15, 14);
337      this.setRandomSeedRandomlyCheckBox.TabIndex = 1;
338      this.setRandomSeedRandomlyCheckBox.UseVisualStyleBackColor = true;
339      //
340      // initialMutationStrengthTextBox
341      //
342      this.initialMutationStrengthTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
343      this.initialMutationStrengthTextBox.Location = new System.Drawing.Point(218, 187);
344      this.initialMutationStrengthTextBox.Name = "initialMutationStrengthTextBox";
345      this.initialMutationStrengthTextBox.Size = new System.Drawing.Size(186, 20);
346      this.initialMutationStrengthTextBox.TabIndex = 13;
347      //
348      // evaluationLabel
349      //
350      this.evaluationLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
351      this.evaluationLabel.AutoSize = true;
352      this.evaluationLabel.Location = new System.Drawing.Point(65, 364);
353      this.evaluationLabel.Name = "evaluationLabel";
354      this.evaluationLabel.Size = new System.Drawing.Size(60, 13);
355      this.evaluationLabel.TabIndex = 31;
356      this.evaluationLabel.Text = "&Evaluation:";
357      //
358      // mutationLabel
359      //
360      this.mutationLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
361      this.mutationLabel.AutoSize = true;
362      this.mutationLabel.Location = new System.Drawing.Point(65, 338);
363      this.mutationLabel.Name = "mutationLabel";
364      this.mutationLabel.Size = new System.Drawing.Size(51, 13);
365      this.mutationLabel.TabIndex = 27;
366      this.mutationLabel.Text = "&Mutation:";
367      //
368      // solutionGenerationLabel
369      //
370      this.solutionGenerationLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
371      this.solutionGenerationLabel.AutoSize = true;
372      this.solutionGenerationLabel.Location = new System.Drawing.Point(65, 312);
373      this.solutionGenerationLabel.Name = "solutionGenerationLabel";
374      this.solutionGenerationLabel.Size = new System.Drawing.Size(103, 13);
375      this.solutionGenerationLabel.TabIndex = 23;
376      this.solutionGenerationLabel.Text = "&Solution Generation:";
377      //
378      // problemInitializationLabel
379      //
380      this.problemInitializationLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
381      this.problemInitializationLabel.AutoSize = true;
382      this.problemInitializationLabel.Location = new System.Drawing.Point(65, 286);
383      this.problemInitializationLabel.Name = "problemInitializationLabel";
384      this.problemInitializationLabel.Size = new System.Drawing.Size(105, 13);
385      this.problemInitializationLabel.TabIndex = 19;
386      this.problemInitializationLabel.Text = "&Problem Initialization:";
387      //
388      // initialMutationStrengthLabel
389      //
390      this.initialMutationStrengthLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
391      this.initialMutationStrengthLabel.AutoSize = true;
392      this.initialMutationStrengthLabel.Location = new System.Drawing.Point(65, 190);
393      this.initialMutationStrengthLabel.Name = "initialMutationStrengthLabel";
394      this.initialMutationStrengthLabel.Size = new System.Drawing.Size(121, 13);
395      this.initialMutationStrengthLabel.TabIndex = 12;
396      this.initialMutationStrengthLabel.Text = "Initial Mutation Strength:";
397      //
398      // mutationRateLabel
399      //
400      this.mutationRateLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
401      this.mutationRateLabel.AutoSize = true;
402      this.mutationRateLabel.Location = new System.Drawing.Point(65, 138);
403      this.mutationRateLabel.Name = "mutationRateLabel";
404      this.mutationRateLabel.Size = new System.Drawing.Size(48, 13);
405      this.mutationRateLabel.TabIndex = 8;
406      this.mutationRateLabel.Text = "Lambda:";
407      //
408      // maximumGenerationsTextBox
409      //
410      this.maximumGenerationsTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
411      this.maximumGenerationsTextBox.Location = new System.Drawing.Point(218, 161);
412      this.maximumGenerationsTextBox.Name = "maximumGenerationsTextBox";
413      this.maximumGenerationsTextBox.Size = new System.Drawing.Size(186, 20);
414      this.maximumGenerationsTextBox.TabIndex = 11;
415      //
416      // maximumGenerationsLabel
417      //
418      this.maximumGenerationsLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
419      this.maximumGenerationsLabel.AutoSize = true;
420      this.maximumGenerationsLabel.Location = new System.Drawing.Point(65, 164);
421      this.maximumGenerationsLabel.Name = "maximumGenerationsLabel";
422      this.maximumGenerationsLabel.Size = new System.Drawing.Size(114, 13);
423      this.maximumGenerationsLabel.TabIndex = 10;
424      this.maximumGenerationsLabel.Text = "Maximum &Generations:";
425      //
426      // randomSeedTextBox
427      //
428      this.randomSeedTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
429      this.randomSeedTextBox.Location = new System.Drawing.Point(218, 35);
430      this.randomSeedTextBox.Name = "randomSeedTextBox";
431      this.randomSeedTextBox.Size = new System.Drawing.Size(186, 20);
432      this.randomSeedTextBox.TabIndex = 3;
433      //
434      // muTextBox
435      //
436      this.muTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
437      this.muTextBox.Location = new System.Drawing.Point(218, 83);
438      this.muTextBox.Name = "muTextBox";
439      this.muTextBox.Size = new System.Drawing.Size(186, 20);
440      this.muTextBox.TabIndex = 5;
441      //
442      // setRandomSeedRandomlyLabel
443      //
444      this.setRandomSeedRandomlyLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
445      this.setRandomSeedRandomlyLabel.AutoSize = true;
446      this.setRandomSeedRandomlyLabel.Location = new System.Drawing.Point(65, 15);
447      this.setRandomSeedRandomlyLabel.Name = "setRandomSeedRandomlyLabel";
448      this.setRandomSeedRandomlyLabel.Size = new System.Drawing.Size(147, 13);
449      this.setRandomSeedRandomlyLabel.TabIndex = 0;
450      this.setRandomSeedRandomlyLabel.Text = "Set &Random Seed Randomly:";
451      //
452      // randomSeedLabel
453      //
454      this.randomSeedLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
455      this.randomSeedLabel.AutoSize = true;
456      this.randomSeedLabel.Location = new System.Drawing.Point(65, 38);
457      this.randomSeedLabel.Name = "randomSeedLabel";
458      this.randomSeedLabel.Size = new System.Drawing.Size(78, 13);
459      this.randomSeedLabel.TabIndex = 2;
460      this.randomSeedLabel.Text = "&Random Seed:";
461      //
462      // populationSizeLabel
463      //
464      this.populationSizeLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
465      this.populationSizeLabel.AutoSize = true;
466      this.populationSizeLabel.Location = new System.Drawing.Point(65, 86);
467      this.populationSizeLabel.Name = "populationSizeLabel";
468      this.populationSizeLabel.Size = new System.Drawing.Size(25, 13);
469      this.populationSizeLabel.TabIndex = 4;
470      this.populationSizeLabel.Text = "Mu:";
471      //
472      // lambdaTextBox
473      //
474      this.lambdaTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
475      this.lambdaTextBox.Location = new System.Drawing.Point(218, 135);
476      this.lambdaTextBox.Name = "lambdaTextBox";
477      this.lambdaTextBox.Size = new System.Drawing.Size(186, 20);
478      this.lambdaTextBox.TabIndex = 9;
479      //
480      // scopesTabPage
481      //
482      this.scopesTabPage.Controls.Add(this.scopeView);
483      this.scopesTabPage.Location = new System.Drawing.Point(4, 22);
484      this.scopesTabPage.Name = "scopesTabPage";
485      this.scopesTabPage.Padding = new System.Windows.Forms.Padding(3);
486      this.scopesTabPage.Size = new System.Drawing.Size(518, 364);
487      this.scopesTabPage.TabIndex = 2;
488      this.scopesTabPage.Text = "Scopes";
489      this.scopesTabPage.UseVisualStyleBackColor = true;
490      //
491      // scopeView
492      //
493      this.scopeView.Caption = "Scope";
494      this.scopeView.Dock = System.Windows.Forms.DockStyle.Fill;
495      this.scopeView.Location = new System.Drawing.Point(3, 3);
496      this.scopeView.Name = "scopeView";
497      this.scopeView.Scope = null;
498      this.scopeView.Size = new System.Drawing.Size(512, 358);
499      this.scopeView.TabIndex = 0;
500      //
501      // abortButton
502      //
503      this.abortButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
504      this.abortButton.Enabled = false;
505      this.abortButton.Location = new System.Drawing.Point(81, 459);
506      this.abortButton.Name = "abortButton";
507      this.abortButton.Size = new System.Drawing.Size(75, 23);
508      this.abortButton.TabIndex = 2;
509      this.abortButton.Text = "&Abort";
510      this.abortButton.UseVisualStyleBackColor = true;
511      this.abortButton.Click += new System.EventHandler(this.abortButton_Click);
512      //
513      // resetButton
514      //
515      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
516      this.resetButton.Location = new System.Drawing.Point(162, 459);
517      this.resetButton.Name = "resetButton";
518      this.resetButton.Size = new System.Drawing.Size(75, 23);
519      this.resetButton.TabIndex = 3;
520      this.resetButton.Text = "&Reset";
521      this.resetButton.UseVisualStyleBackColor = true;
522      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
523      //
524      // cloneEngineButton
525      //
526      this.cloneEngineButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
527      this.cloneEngineButton.Location = new System.Drawing.Point(420, 459);
528      this.cloneEngineButton.Name = "cloneEngineButton";
529      this.cloneEngineButton.Size = new System.Drawing.Size(106, 23);
530      this.cloneEngineButton.TabIndex = 4;
531      this.cloneEngineButton.Text = "&Clone Engine...";
532      this.cloneEngineButton.UseVisualStyleBackColor = true;
533      this.cloneEngineButton.Click += new System.EventHandler(this.cloneEngineButton_Click);
534      //
535      // rhoLabel
536      //
537      this.rhoLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
538      this.rhoLabel.AutoSize = true;
539      this.rhoLabel.Location = new System.Drawing.Point(65, 112);
540      this.rhoLabel.Name = "rhoLabel";
541      this.rhoLabel.Size = new System.Drawing.Size(30, 13);
542      this.rhoLabel.TabIndex = 6;
543      this.rhoLabel.Text = "Rho:";
544      //
545      // rhoTextBox
546      //
547      this.rhoTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
548      this.rhoTextBox.Location = new System.Drawing.Point(218, 109);
549      this.rhoTextBox.Name = "rhoTextBox";
550      this.rhoTextBox.Size = new System.Drawing.Size(186, 20);
551      this.rhoTextBox.TabIndex = 7;
552      //
553      // recombinationLabel
554      //
555      this.recombinationLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
556      this.recombinationLabel.AutoSize = true;
557      this.recombinationLabel.Location = new System.Drawing.Point(65, 390);
558      this.recombinationLabel.Name = "recombinationLabel";
559      this.recombinationLabel.Size = new System.Drawing.Size(81, 13);
560      this.recombinationLabel.TabIndex = 35;
561      this.recombinationLabel.Text = "Recombination:";
562      //
563      // recombinationTextBox
564      //
565      this.recombinationTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
566      this.recombinationTextBox.Location = new System.Drawing.Point(218, 387);
567      this.recombinationTextBox.Name = "recombinationTextBox";
568      this.recombinationTextBox.ReadOnly = true;
569      this.recombinationTextBox.Size = new System.Drawing.Size(186, 20);
570      this.recombinationTextBox.TabIndex = 36;
571      //
572      // setRecombinationButton
573      //
574      this.setRecombinationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
575      this.setRecombinationButton.Location = new System.Drawing.Point(469, 387);
576      this.setRecombinationButton.Name = "setRecombinationButton";
577      this.setRecombinationButton.Size = new System.Drawing.Size(43, 20);
578      this.setRecombinationButton.TabIndex = 38;
579      this.setRecombinationButton.Text = "Set...";
580      this.setRecombinationButton.UseVisualStyleBackColor = true;
581      this.setRecombinationButton.Click += new System.EventHandler(this.setRecombinationButton_Click);
582      //
583      // viewRecombinationButton
584      //
585      this.viewRecombinationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
586      this.viewRecombinationButton.Location = new System.Drawing.Point(410, 387);
587      this.viewRecombinationButton.Name = "viewRecombinationButton";
588      this.viewRecombinationButton.Size = new System.Drawing.Size(53, 20);
589      this.viewRecombinationButton.TabIndex = 37;
590      this.viewRecombinationButton.Text = "View...";
591      this.viewRecombinationButton.UseVisualStyleBackColor = true;
592      this.viewRecombinationButton.Click += new System.EventHandler(this.viewRecombinationButton_Click);
593      //
594      // parentSelectionGroupBox
595      //
596      this.parentSelectionGroupBox.Anchor = System.Windows.Forms.AnchorStyles.None;
597      this.parentSelectionGroupBox.Controls.Add(this.commaRadioButton);
598      this.parentSelectionGroupBox.Controls.Add(this.plusRadioButton);
599      this.parentSelectionGroupBox.Location = new System.Drawing.Point(218, 239);
600      this.parentSelectionGroupBox.Name = "parentSelectionGroupBox";
601      this.parentSelectionGroupBox.Size = new System.Drawing.Size(186, 38);
602      this.parentSelectionGroupBox.TabIndex = 39;
603      this.parentSelectionGroupBox.TabStop = false;
604      this.parentSelectionGroupBox.Text = "Parent Selection";
605      //
606      // plusRadioButton
607      //
608      this.plusRadioButton.AutoSize = true;
609      this.plusRadioButton.Checked = true;
610      this.plusRadioButton.Location = new System.Drawing.Point(6, 15);
611      this.plusRadioButton.Name = "plusRadioButton";
612      this.plusRadioButton.Size = new System.Drawing.Size(45, 17);
613      this.plusRadioButton.TabIndex = 0;
614      this.plusRadioButton.TabStop = true;
615      this.plusRadioButton.Text = "Plus";
616      this.plusRadioButton.UseVisualStyleBackColor = true;
617      this.plusRadioButton.CheckedChanged += new System.EventHandler(this.plusRadioButton_CheckedChanged);
618      //
619      // commaRadioButton
620      //
621      this.commaRadioButton.AutoSize = true;
622      this.commaRadioButton.Location = new System.Drawing.Point(57, 15);
623      this.commaRadioButton.Name = "commaRadioButton";
624      this.commaRadioButton.Size = new System.Drawing.Size(60, 17);
625      this.commaRadioButton.TabIndex = 1;
626      this.commaRadioButton.Text = "Comma";
627      this.commaRadioButton.UseVisualStyleBackColor = true;
628      this.commaRadioButton.CheckedChanged += new System.EventHandler(this.commaRadioButton_CheckedChanged);
629      //
630      // ESEditor
631      //
632      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
633      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
634      this.Controls.Add(this.tabControl);
635      this.Controls.Add(this.cloneEngineButton);
636      this.Controls.Add(this.resetButton);
637      this.Controls.Add(this.abortButton);
638      this.Controls.Add(this.executeButton);
639      this.Name = "ESEditor";
640      this.Size = new System.Drawing.Size(526, 482);
641      this.tabControl.ResumeLayout(false);
642      this.parametersTabPage.ResumeLayout(false);
643      this.parametersTabPage.PerformLayout();
644      this.scopesTabPage.ResumeLayout(false);
645      this.parentSelectionGroupBox.ResumeLayout(false);
646      this.parentSelectionGroupBox.PerformLayout();
647      this.ResumeLayout(false);
648
649    }
650
651    #endregion
652
653    private System.Windows.Forms.Button executeButton;
654    private System.Windows.Forms.TabControl tabControl;
655    private System.Windows.Forms.TabPage parametersTabPage;
656    private System.Windows.Forms.Button abortButton;
657    private System.Windows.Forms.Button resetButton;
658    private System.Windows.Forms.TextBox lambdaTextBox;
659    private System.Windows.Forms.Label mutationRateLabel;
660    private System.Windows.Forms.TextBox muTextBox;
661    private System.Windows.Forms.Label populationSizeLabel;
662    private System.Windows.Forms.TabPage scopesTabPage;
663    private System.Windows.Forms.TextBox maximumGenerationsTextBox;
664    private System.Windows.Forms.Label maximumGenerationsLabel;
665    private System.Windows.Forms.TextBox initialMutationStrengthTextBox;
666    private System.Windows.Forms.Label initialMutationStrengthLabel;
667    private System.Windows.Forms.TextBox randomSeedTextBox;
668    private System.Windows.Forms.Label setRandomSeedRandomlyLabel;
669    private System.Windows.Forms.Label randomSeedLabel;
670    private System.Windows.Forms.CheckBox setRandomSeedRandomlyCheckBox;
671    private System.Windows.Forms.Label problemInitializationLabel;
672    private System.Windows.Forms.Label evaluationLabel;
673    private System.Windows.Forms.Label mutationLabel;
674    private System.Windows.Forms.Label solutionGenerationLabel;
675    private System.Windows.Forms.Button cloneEngineButton;
676    private System.Windows.Forms.TextBox mutationTextBox;
677    private System.Windows.Forms.TextBox solutionGenerationTextBox;
678    private System.Windows.Forms.TextBox problemInitializationTextBox;
679    private System.Windows.Forms.TextBox evaluationTextBox;
680    private System.Windows.Forms.Button setProblemInitializationButton;
681    private System.Windows.Forms.Button setEvaluationButton;
682    private System.Windows.Forms.Button setMutationButton;
683    private System.Windows.Forms.Button setSolutionGenerationButton;
684    private HeuristicLab.Core.ScopeView scopeView;
685    private System.Windows.Forms.Button viewEvaluationButton;
686    private System.Windows.Forms.Button viewMutationButton;
687    private System.Windows.Forms.Button viewSolutionGenerationButton;
688    private System.Windows.Forms.Button viewProblemInitializationButton;
689    private System.Windows.Forms.TextBox targetSuccessRateTextBox;
690    private System.Windows.Forms.Label targetSuccessRateLabel;
691    private System.Windows.Forms.CheckBox useSuccessRuleCheckBox;
692    private System.Windows.Forms.Button setRecombinationButton;
693    private System.Windows.Forms.Button viewRecombinationButton;
694    private System.Windows.Forms.TextBox recombinationTextBox;
695    private System.Windows.Forms.Label recombinationLabel;
696    private System.Windows.Forms.TextBox rhoTextBox;
697    private System.Windows.Forms.Label rhoLabel;
698    private System.Windows.Forms.GroupBox parentSelectionGroupBox;
699    private System.Windows.Forms.RadioButton commaRadioButton;
700    private System.Windows.Forms.RadioButton plusRadioButton;
701  }
702}
Note: See TracBrowser for help on using the repository browser.