Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PerformanceComparison/HeuristicLab.Optimization.Views/3.3/IRRestarterView.Designer.cs @ 12804

Last change on this file since 12804 was 12804, checked in by abeham, 9 years ago

#2431:

  • worked on IRRRun (early abort still troublesome)
  • Updated RLD view to allow defining targets
  • Attempting to handle maximization/minimization
File size: 20.9 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 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.Optimization.Views {
23  partial class IndependentRandomRestarterView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    #region Component Designer generated code
30
31    /// <summary>
32    /// Required method for Designer support - do not modify
33    /// the contents of this method with the code editor.
34    /// </summary>
35    private void InitializeComponent() {
36      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IndependentRandomRestarterView));
37      this.timeLimitLabel = new System.Windows.Forms.Label();
38      this.maxExecutionTimeTextBox = new System.Windows.Forms.TextBox();
39      this.evaluationsLimitabel = new System.Windows.Forms.Label();
40      this.maxEvaluationsTextBox = new System.Windows.Forms.TextBox();
41      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
42      this.algorithmTabPage = new System.Windows.Forms.TabPage();
43      this.algorithmViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
44      this.openAlgorithmButton = new System.Windows.Forms.Button();
45      this.newAlgorithmButton = new System.Windows.Forms.Button();
46      this.currentRunTabPage = new System.Windows.Forms.TabPage();
47      this.currentRunView = new HeuristicLab.Optimization.Views.RunView();
48      this.runsTabPage = new System.Windows.Forms.TabPage();
49      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
50      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
51      this.targetValueTextBox = new System.Windows.Forms.TextBox();
52      this.targetValueLabel = new System.Windows.Forms.Label();
53      this.terminationComboBox = new System.Windows.Forms.ComboBox();
54      this.terminationLabel = new System.Windows.Forms.Label();
55      this.moveCostPerSolutionTextBox = new System.Windows.Forms.TextBox();
56      this.moveCostPerSolutionLabel = new System.Windows.Forms.Label();
57      this.maximizationLabel = new System.Windows.Forms.Label();
58      this.maximizationCheckBox = new System.Windows.Forms.CheckBox();
59      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
60      this.tabControl.SuspendLayout();
61      this.algorithmTabPage.SuspendLayout();
62      this.currentRunTabPage.SuspendLayout();
63      this.runsTabPage.SuspendLayout();
64      this.SuspendLayout();
65      //
66      // startButton
67      //
68      this.startButton.Location = new System.Drawing.Point(0, 440);
69      this.startButton.TabIndex = 9;
70      this.toolTip.SetToolTip(this.startButton, "Start/Resume Optimizer");
71      //
72      // executionTimeTextBox
73      //
74      this.executionTimeTextBox.Location = new System.Drawing.Point(412, 444);
75      //
76      // executionTimeLabel
77      //
78      this.executionTimeLabel.Location = new System.Drawing.Point(323, 447);
79      //
80      // pauseButton
81      //
82      this.pauseButton.Location = new System.Drawing.Point(30, 440);
83      this.pauseButton.TabIndex = 10;
84      this.toolTip.SetToolTip(this.pauseButton, "Pause Optimizer");
85      //
86      // stopButton
87      //
88      this.stopButton.Location = new System.Drawing.Point(60, 440);
89      this.stopButton.TabIndex = 11;
90      this.toolTip.SetToolTip(this.stopButton, "Stop Optimizer");
91      //
92      // resetButton
93      //
94      this.resetButton.Location = new System.Drawing.Point(90, 440);
95      this.resetButton.TabIndex = 12;
96      this.toolTip.SetToolTip(this.resetButton, "Reset Optimizer");
97      //
98      // nameTextBox
99      //
100      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
101      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
102      this.nameTextBox.Location = new System.Drawing.Point(115, 0);
103      this.nameTextBox.Size = new System.Drawing.Size(409, 20);
104      //
105      // infoLabel
106      //
107      this.infoLabel.Location = new System.Drawing.Point(530, 3);
108      //
109      // timeLimitLabel
110      //
111      this.timeLimitLabel.AutoSize = true;
112      this.timeLimitLabel.Location = new System.Drawing.Point(3, 29);
113      this.timeLimitLabel.Name = "timeLimitLabel";
114      this.timeLimitLabel.Size = new System.Drawing.Size(106, 13);
115      this.timeLimitLabel.TabIndex = 3;
116      this.timeLimitLabel.Text = "Max Execution Time:";
117      //
118      // maxExecutionTimeTextBox
119      //
120      this.maxExecutionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
121            | System.Windows.Forms.AnchorStyles.Right)));
122      this.maxExecutionTimeTextBox.Location = new System.Drawing.Point(115, 26);
123      this.maxExecutionTimeTextBox.Name = "maxExecutionTimeTextBox";
124      this.maxExecutionTimeTextBox.Size = new System.Drawing.Size(409, 20);
125      this.maxExecutionTimeTextBox.TabIndex = 4;
126      this.maxExecutionTimeTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.maxExecutionTimeTextBox_Validating);
127      //
128      // evaluationsLimitabel
129      //
130      this.evaluationsLimitabel.AutoSize = true;
131      this.evaluationsLimitabel.Location = new System.Drawing.Point(3, 55);
132      this.evaluationsLimitabel.Name = "evaluationsLimitabel";
133      this.evaluationsLimitabel.Size = new System.Drawing.Size(88, 13);
134      this.evaluationsLimitabel.TabIndex = 5;
135      this.evaluationsLimitabel.Text = "Max Evaluations:";
136      //
137      // maxEvaluationsTextBox
138      //
139      this.maxEvaluationsTextBox.Location = new System.Drawing.Point(115, 52);
140      this.maxEvaluationsTextBox.Name = "maxEvaluationsTextBox";
141      this.maxEvaluationsTextBox.Size = new System.Drawing.Size(157, 20);
142      this.maxEvaluationsTextBox.TabIndex = 6;
143      this.maxEvaluationsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.maxEvaluationsTextBox_Validating);
144      //
145      // tabControl
146      //
147      this.tabControl.AllowDrop = true;
148      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
149            | System.Windows.Forms.AnchorStyles.Left)
150            | System.Windows.Forms.AnchorStyles.Right)));
151      this.tabControl.Controls.Add(this.algorithmTabPage);
152      this.tabControl.Controls.Add(this.currentRunTabPage);
153      this.tabControl.Controls.Add(this.runsTabPage);
154      this.tabControl.Location = new System.Drawing.Point(0, 132);
155      this.tabControl.Name = "tabControl";
156      this.tabControl.SelectedIndex = 0;
157      this.tabControl.Size = new System.Drawing.Size(546, 302);
158      this.tabControl.TabIndex = 8;
159      //
160      // algorithmTabPage
161      //
162      this.algorithmTabPage.AllowDrop = true;
163      this.algorithmTabPage.Controls.Add(this.algorithmViewHost);
164      this.algorithmTabPage.Controls.Add(this.openAlgorithmButton);
165      this.algorithmTabPage.Controls.Add(this.newAlgorithmButton);
166      this.algorithmTabPage.Location = new System.Drawing.Point(4, 22);
167      this.algorithmTabPage.Name = "algorithmTabPage";
168      this.algorithmTabPage.Padding = new System.Windows.Forms.Padding(3);
169      this.algorithmTabPage.Size = new System.Drawing.Size(538, 276);
170      this.algorithmTabPage.TabIndex = 1;
171      this.algorithmTabPage.Text = "Algorithm";
172      this.algorithmTabPage.UseVisualStyleBackColor = true;
173      this.algorithmTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragDrop);
174      this.algorithmTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
175      this.algorithmTabPage.DragOver += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
176      //
177      // algorithmViewHost
178      //
179      this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
180            | System.Windows.Forms.AnchorStyles.Left)
181            | System.Windows.Forms.AnchorStyles.Right)));
182      this.algorithmViewHost.Caption = "View";
183      this.algorithmViewHost.Content = null;
184      this.algorithmViewHost.Enabled = false;
185      this.algorithmViewHost.Location = new System.Drawing.Point(6, 36);
186      this.algorithmViewHost.Name = "algorithmViewHost";
187      this.algorithmViewHost.ReadOnly = false;
188      this.algorithmViewHost.Size = new System.Drawing.Size(526, 234);
189      this.algorithmViewHost.TabIndex = 2;
190      this.algorithmViewHost.ViewsLabelVisible = true;
191      this.algorithmViewHost.ViewType = null;
192      //
193      // openAlgorithmButton
194      //
195      this.openAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("openAlgorithmButton.Image")));
196      this.openAlgorithmButton.Location = new System.Drawing.Point(36, 6);
197      this.openAlgorithmButton.Name = "openAlgorithmButton";
198      this.openAlgorithmButton.Size = new System.Drawing.Size(24, 24);
199      this.openAlgorithmButton.TabIndex = 1;
200      this.toolTip.SetToolTip(this.openAlgorithmButton, "Open Optimizer");
201      this.openAlgorithmButton.UseVisualStyleBackColor = true;
202      this.openAlgorithmButton.Click += new System.EventHandler(this.openAlgorithmButton_Click);
203      //
204      // newAlgorithmButton
205      //
206      this.newAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("newAlgorithmButton.Image")));
207      this.newAlgorithmButton.Location = new System.Drawing.Point(6, 6);
208      this.newAlgorithmButton.Name = "newAlgorithmButton";
209      this.newAlgorithmButton.Size = new System.Drawing.Size(24, 24);
210      this.newAlgorithmButton.TabIndex = 0;
211      this.toolTip.SetToolTip(this.newAlgorithmButton, "New Optimizer");
212      this.newAlgorithmButton.UseVisualStyleBackColor = true;
213      this.newAlgorithmButton.Click += new System.EventHandler(this.newAlgorithmButton_Click);
214      //
215      // currentRunTabPage
216      //
217      this.currentRunTabPage.Controls.Add(this.currentRunView);
218      this.currentRunTabPage.Location = new System.Drawing.Point(4, 22);
219      this.currentRunTabPage.Name = "currentRunTabPage";
220      this.currentRunTabPage.Padding = new System.Windows.Forms.Padding(6);
221      this.currentRunTabPage.Size = new System.Drawing.Size(538, 276);
222      this.currentRunTabPage.TabIndex = 4;
223      this.currentRunTabPage.Text = "Current Run";
224      this.currentRunTabPage.UseVisualStyleBackColor = true;
225      //
226      // currentRunView
227      //
228      this.currentRunView.Caption = "Run View";
229      this.currentRunView.Content = null;
230      this.currentRunView.Dock = System.Windows.Forms.DockStyle.Fill;
231      this.currentRunView.Location = new System.Drawing.Point(6, 6);
232      this.currentRunView.Name = "currentRunView";
233      this.currentRunView.ReadOnly = false;
234      this.currentRunView.Size = new System.Drawing.Size(526, 264);
235      this.currentRunView.TabIndex = 0;
236      //
237      // runsTabPage
238      //
239      this.runsTabPage.Controls.Add(this.runsView);
240      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
241      this.runsTabPage.Name = "runsTabPage";
242      this.runsTabPage.Padding = new System.Windows.Forms.Padding(6);
243      this.runsTabPage.Size = new System.Drawing.Size(538, 276);
244      this.runsTabPage.TabIndex = 3;
245      this.runsTabPage.Text = "Runs";
246      this.runsTabPage.UseVisualStyleBackColor = true;
247      //
248      // runsView
249      //
250      this.runsView.Caption = "RunCollection View";
251      this.runsView.Content = null;
252      this.runsView.Dock = System.Windows.Forms.DockStyle.Fill;
253      this.runsView.Location = new System.Drawing.Point(6, 6);
254      this.runsView.Name = "runsView";
255      this.runsView.ReadOnly = false;
256      this.runsView.Size = new System.Drawing.Size(526, 264);
257      this.runsView.TabIndex = 1;
258      //
259      // openFileDialog
260      //
261      this.openFileDialog.DefaultExt = "hl";
262      this.openFileDialog.FileName = "Optimizer";
263      this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
264      this.openFileDialog.Title = "Open Optimizer";
265      //
266      // targetValueTextBox
267      //
268      this.targetValueTextBox.Location = new System.Drawing.Point(115, 78);
269      this.targetValueTextBox.Name = "targetValueTextBox";
270      this.targetValueTextBox.Size = new System.Drawing.Size(157, 20);
271      this.targetValueTextBox.TabIndex = 6;
272      this.targetValueTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.targetValueTextBox_Validating);
273      //
274      // targetValueLabel
275      //
276      this.targetValueLabel.AutoSize = true;
277      this.targetValueLabel.Location = new System.Drawing.Point(3, 81);
278      this.targetValueLabel.Name = "targetValueLabel";
279      this.targetValueLabel.Size = new System.Drawing.Size(71, 13);
280      this.targetValueLabel.TabIndex = 5;
281      this.targetValueLabel.Text = "Target Value:";
282      //
283      // terminationComboBox
284      //
285      this.terminationComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
286            | System.Windows.Forms.AnchorStyles.Right)));
287      this.terminationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
288      this.terminationComboBox.FormattingEnabled = true;
289      this.terminationComboBox.Location = new System.Drawing.Point(115, 105);
290      this.terminationComboBox.Name = "terminationComboBox";
291      this.terminationComboBox.Size = new System.Drawing.Size(409, 21);
292      this.terminationComboBox.TabIndex = 16;
293      this.terminationComboBox.SelectedIndexChanged += new System.EventHandler(this.terminationComboBox_SelectedIndexChanged);
294      //
295      // terminationLabel
296      //
297      this.terminationLabel.AutoSize = true;
298      this.terminationLabel.Location = new System.Drawing.Point(3, 108);
299      this.terminationLabel.Name = "terminationLabel";
300      this.terminationLabel.Size = new System.Drawing.Size(65, 13);
301      this.terminationLabel.TabIndex = 5;
302      this.terminationLabel.Text = "Termination:";
303      //
304      // moveCostPerSolutionTextBox
305      //
306      this.moveCostPerSolutionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
307            | System.Windows.Forms.AnchorStyles.Right)));
308      this.moveCostPerSolutionTextBox.Location = new System.Drawing.Point(401, 52);
309      this.moveCostPerSolutionTextBox.Name = "moveCostPerSolutionTextBox";
310      this.moveCostPerSolutionTextBox.Size = new System.Drawing.Size(123, 20);
311      this.moveCostPerSolutionTextBox.TabIndex = 6;
312      this.moveCostPerSolutionTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.moveCostPerSolutionTextBox_Validating);
313      //
314      // moveCostPerSolutionLabel
315      //
316      this.moveCostPerSolutionLabel.AutoSize = true;
317      this.moveCostPerSolutionLabel.Location = new System.Drawing.Point(278, 55);
318      this.moveCostPerSolutionLabel.Name = "moveCostPerSolutionLabel";
319      this.moveCostPerSolutionLabel.Size = new System.Drawing.Size(117, 13);
320      this.moveCostPerSolutionLabel.TabIndex = 5;
321      this.moveCostPerSolutionLabel.Text = "Move cost per solution:";
322      //
323      // maximizationLabel
324      //
325      this.maximizationLabel.AutoSize = true;
326      this.maximizationLabel.Location = new System.Drawing.Point(278, 81);
327      this.maximizationLabel.Name = "maximizationLabel";
328      this.maximizationLabel.Size = new System.Drawing.Size(70, 13);
329      this.maximizationLabel.TabIndex = 5;
330      this.maximizationLabel.Text = "Maximization:";
331      //
332      // maximizationCheckBox
333      //
334      this.maximizationCheckBox.AutoSize = true;
335      this.maximizationCheckBox.Location = new System.Drawing.Point(401, 80);
336      this.maximizationCheckBox.Name = "maximizationCheckBox";
337      this.maximizationCheckBox.Size = new System.Drawing.Size(15, 14);
338      this.maximizationCheckBox.TabIndex = 17;
339      this.maximizationCheckBox.UseVisualStyleBackColor = true;
340      this.maximizationCheckBox.CheckedChanged += new System.EventHandler(this.maximizationCheckBox_CheckedChanged);
341      //
342      // IndependentRandomRestarterView
343      //
344      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
345      this.Controls.Add(this.maximizationCheckBox);
346      this.Controls.Add(this.terminationComboBox);
347      this.Controls.Add(this.tabControl);
348      this.Controls.Add(this.maxExecutionTimeTextBox);
349      this.Controls.Add(this.timeLimitLabel);
350      this.Controls.Add(this.terminationLabel);
351      this.Controls.Add(this.targetValueLabel);
352      this.Controls.Add(this.maximizationLabel);
353      this.Controls.Add(this.moveCostPerSolutionLabel);
354      this.Controls.Add(this.evaluationsLimitabel);
355      this.Controls.Add(this.moveCostPerSolutionTextBox);
356      this.Controls.Add(this.targetValueTextBox);
357      this.Controls.Add(this.maxEvaluationsTextBox);
358      this.Name = "IndependentRandomRestarterView";
359      this.Size = new System.Drawing.Size(549, 464);
360      this.Controls.SetChildIndex(this.maxEvaluationsTextBox, 0);
361      this.Controls.SetChildIndex(this.targetValueTextBox, 0);
362      this.Controls.SetChildIndex(this.moveCostPerSolutionTextBox, 0);
363      this.Controls.SetChildIndex(this.evaluationsLimitabel, 0);
364      this.Controls.SetChildIndex(this.moveCostPerSolutionLabel, 0);
365      this.Controls.SetChildIndex(this.maximizationLabel, 0);
366      this.Controls.SetChildIndex(this.targetValueLabel, 0);
367      this.Controls.SetChildIndex(this.terminationLabel, 0);
368      this.Controls.SetChildIndex(this.timeLimitLabel, 0);
369      this.Controls.SetChildIndex(this.maxExecutionTimeTextBox, 0);
370      this.Controls.SetChildIndex(this.tabControl, 0);
371      this.Controls.SetChildIndex(this.nameLabel, 0);
372      this.Controls.SetChildIndex(this.nameTextBox, 0);
373      this.Controls.SetChildIndex(this.infoLabel, 0);
374      this.Controls.SetChildIndex(this.resetButton, 0);
375      this.Controls.SetChildIndex(this.stopButton, 0);
376      this.Controls.SetChildIndex(this.pauseButton, 0);
377      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
378      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
379      this.Controls.SetChildIndex(this.startButton, 0);
380      this.Controls.SetChildIndex(this.terminationComboBox, 0);
381      this.Controls.SetChildIndex(this.maximizationCheckBox, 0);
382      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
383      this.tabControl.ResumeLayout(false);
384      this.algorithmTabPage.ResumeLayout(false);
385      this.currentRunTabPage.ResumeLayout(false);
386      this.runsTabPage.ResumeLayout(false);
387      this.ResumeLayout(false);
388      this.PerformLayout();
389
390    }
391
392    #endregion
393
394    private System.Windows.Forms.Label timeLimitLabel;
395    private System.Windows.Forms.TextBox maxExecutionTimeTextBox;
396    private System.Windows.Forms.Label evaluationsLimitabel;
397    private System.Windows.Forms.TextBox maxEvaluationsTextBox;
398    private MainForm.WindowsForms.DragOverTabControl tabControl;
399    private System.Windows.Forms.TabPage runsTabPage;
400    private RunCollectionView runsView;
401    private System.Windows.Forms.OpenFileDialog openFileDialog;
402    private System.Windows.Forms.TextBox targetValueTextBox;
403    private System.Windows.Forms.Label targetValueLabel;
404    private System.Windows.Forms.ComboBox terminationComboBox;
405    private System.Windows.Forms.Label terminationLabel;
406    private System.Windows.Forms.TextBox moveCostPerSolutionTextBox;
407    private System.Windows.Forms.Label moveCostPerSolutionLabel;
408    private System.Windows.Forms.Label maximizationLabel;
409    private System.Windows.Forms.CheckBox maximizationCheckBox;
410    private System.Windows.Forms.TabPage algorithmTabPage;
411    private MainForm.WindowsForms.ViewHost algorithmViewHost;
412    private System.Windows.Forms.Button openAlgorithmButton;
413    private System.Windows.Forms.Button newAlgorithmButton;
414    private System.Windows.Forms.TabPage currentRunTabPage;
415    private RunView currentRunView;
416  }
417}
Note: See TracBrowser for help on using the repository browser.