Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2431: fixed error due to removed resx file

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