Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimization.Views/3.3/BatchRunView.Designer.cs @ 3226

Last change on this file since 3226 was 3226, checked in by swagner, 14 years ago

Implemented first version of algorithm batch processing (#947).

File size: 16.8 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2010 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 BatchRunView {
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 (disposing) {
35        if (algorithmTypeSelectorDialog != null) algorithmTypeSelectorDialog.Dispose();
36        if (components != null) 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.tabControl = new System.Windows.Forms.TabControl();
49      this.algorithmTabPage = new System.Windows.Forms.TabPage();
50      this.saveAlgorithmButton = new System.Windows.Forms.Button();
51      this.openAlgorithmButton = new System.Windows.Forms.Button();
52      this.newAlgorithmButton = new System.Windows.Forms.Button();
53      this.algorithmViewHost = new HeuristicLab.Core.Views.ViewHost();
54      this.resultsTabPage = new System.Windows.Forms.TabPage();
55      this.startButton = new System.Windows.Forms.Button();
56      this.stopButton = new System.Windows.Forms.Button();
57      this.resetButton = new System.Windows.Forms.Button();
58      this.executionTimeLabel = new System.Windows.Forms.Label();
59      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
60      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
61      this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
62      this.repetitionsLabel = new System.Windows.Forms.Label();
63      this.repetitionsNumericUpDown = new System.Windows.Forms.NumericUpDown();
64      this.resultsView = new HeuristicLab.Optimization.Views.ResultCollectionListView();
65      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
66      this.tabControl.SuspendLayout();
67      this.algorithmTabPage.SuspendLayout();
68      this.resultsTabPage.SuspendLayout();
69      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).BeginInit();
70      this.SuspendLayout();
71      //
72      // nameTextBox
73      //
74      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
75      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
76      this.nameTextBox.Size = new System.Drawing.Size(607, 20);
77      //
78      // descriptionTextBox
79      //
80      this.descriptionTextBox.Size = new System.Drawing.Size(607, 20);
81      //
82      // tabControl
83      //
84      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
85                  | System.Windows.Forms.AnchorStyles.Left)
86                  | System.Windows.Forms.AnchorStyles.Right)));
87      this.tabControl.Controls.Add(this.algorithmTabPage);
88      this.tabControl.Controls.Add(this.resultsTabPage);
89      this.tabControl.Location = new System.Drawing.Point(0, 78);
90      this.tabControl.Name = "tabControl";
91      this.tabControl.SelectedIndex = 0;
92      this.tabControl.Size = new System.Drawing.Size(679, 374);
93      this.tabControl.TabIndex = 6;
94      //
95      // algorithmTabPage
96      //
97      this.algorithmTabPage.Controls.Add(this.saveAlgorithmButton);
98      this.algorithmTabPage.Controls.Add(this.openAlgorithmButton);
99      this.algorithmTabPage.Controls.Add(this.newAlgorithmButton);
100      this.algorithmTabPage.Controls.Add(this.algorithmViewHost);
101      this.algorithmTabPage.Location = new System.Drawing.Point(4, 22);
102      this.algorithmTabPage.Name = "algorithmTabPage";
103      this.algorithmTabPage.Padding = new System.Windows.Forms.Padding(3);
104      this.algorithmTabPage.Size = new System.Drawing.Size(671, 348);
105      this.algorithmTabPage.TabIndex = 1;
106      this.algorithmTabPage.Text = "Algorithm";
107      this.algorithmTabPage.UseVisualStyleBackColor = true;
108      //
109      // saveAlgorithmButton
110      //
111      this.saveAlgorithmButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Save;
112      this.saveAlgorithmButton.Location = new System.Drawing.Point(66, 6);
113      this.saveAlgorithmButton.Name = "saveAlgorithmButton";
114      this.saveAlgorithmButton.Size = new System.Drawing.Size(24, 24);
115      this.saveAlgorithmButton.TabIndex = 2;
116      this.toolTip.SetToolTip(this.saveAlgorithmButton, "Save Problem");
117      this.saveAlgorithmButton.UseVisualStyleBackColor = true;
118      this.saveAlgorithmButton.Click += new System.EventHandler(this.saveAlgorithmButton_Click);
119      //
120      // openAlgorithmButton
121      //
122      this.openAlgorithmButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
123      this.openAlgorithmButton.Location = new System.Drawing.Point(36, 6);
124      this.openAlgorithmButton.Name = "openAlgorithmButton";
125      this.openAlgorithmButton.Size = new System.Drawing.Size(24, 24);
126      this.openAlgorithmButton.TabIndex = 1;
127      this.toolTip.SetToolTip(this.openAlgorithmButton, "Open Problem");
128      this.openAlgorithmButton.UseVisualStyleBackColor = true;
129      this.openAlgorithmButton.Click += new System.EventHandler(this.openAlgorithmButton_Click);
130      //
131      // newAlgorithmButton
132      //
133      this.newAlgorithmButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
134      this.newAlgorithmButton.Location = new System.Drawing.Point(6, 6);
135      this.newAlgorithmButton.Name = "newAlgorithmButton";
136      this.newAlgorithmButton.Size = new System.Drawing.Size(24, 24);
137      this.newAlgorithmButton.TabIndex = 0;
138      this.toolTip.SetToolTip(this.newAlgorithmButton, "New Problem");
139      this.newAlgorithmButton.UseVisualStyleBackColor = true;
140      this.newAlgorithmButton.Click += new System.EventHandler(this.newAlgorithmButton_Click);
141      //
142      // algorithmViewHost
143      //
144      this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
145                  | System.Windows.Forms.AnchorStyles.Left)
146                  | System.Windows.Forms.AnchorStyles.Right)));
147      this.algorithmViewHost.Content = null;
148      this.algorithmViewHost.Location = new System.Drawing.Point(6, 36);
149      this.algorithmViewHost.Name = "algorithmViewHost";
150      this.algorithmViewHost.Size = new System.Drawing.Size(659, 306);
151      this.algorithmViewHost.TabIndex = 3;
152      this.algorithmViewHost.ViewType = null;
153      //
154      // resultsTabPage
155      //
156      this.resultsTabPage.Controls.Add(this.resultsView);
157      this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
158      this.resultsTabPage.Name = "resultsTabPage";
159      this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
160      this.resultsTabPage.Size = new System.Drawing.Size(671, 348);
161      this.resultsTabPage.TabIndex = 2;
162      this.resultsTabPage.Text = "Results";
163      this.resultsTabPage.UseVisualStyleBackColor = true;
164      //
165      // startButton
166      //
167      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
168      this.startButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Play;
169      this.startButton.Location = new System.Drawing.Point(0, 458);
170      this.startButton.Name = "startButton";
171      this.startButton.Size = new System.Drawing.Size(24, 24);
172      this.startButton.TabIndex = 7;
173      this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
174      this.startButton.UseVisualStyleBackColor = true;
175      this.startButton.Click += new System.EventHandler(this.startButton_Click);
176      //
177      // stopButton
178      //
179      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
180      this.stopButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Pause;
181      this.stopButton.Location = new System.Drawing.Point(30, 458);
182      this.stopButton.Name = "stopButton";
183      this.stopButton.Size = new System.Drawing.Size(24, 24);
184      this.stopButton.TabIndex = 8;
185      this.toolTip.SetToolTip(this.stopButton, "Pause Algorithm");
186      this.stopButton.UseVisualStyleBackColor = true;
187      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
188      //
189      // resetButton
190      //
191      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
192      this.resetButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Restart;
193      this.resetButton.Location = new System.Drawing.Point(60, 458);
194      this.resetButton.Name = "resetButton";
195      this.resetButton.Size = new System.Drawing.Size(24, 24);
196      this.resetButton.TabIndex = 9;
197      this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
198      this.resetButton.UseVisualStyleBackColor = true;
199      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
200      //
201      // executionTimeLabel
202      //
203      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
204      this.executionTimeLabel.AutoSize = true;
205      this.executionTimeLabel.Location = new System.Drawing.Point(453, 465);
206      this.executionTimeLabel.Name = "executionTimeLabel";
207      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
208      this.executionTimeLabel.TabIndex = 10;
209      this.executionTimeLabel.Text = "&Execution Time:";
210      //
211      // executionTimeTextBox
212      //
213      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
214      this.executionTimeTextBox.Location = new System.Drawing.Point(542, 462);
215      this.executionTimeTextBox.Name = "executionTimeTextBox";
216      this.executionTimeTextBox.ReadOnly = true;
217      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
218      this.executionTimeTextBox.TabIndex = 11;
219      //
220      // openFileDialog
221      //
222      this.openFileDialog.DefaultExt = "hl";
223      this.openFileDialog.FileName = "Algorithm";
224      this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
225      this.openFileDialog.Title = "Open Algorithm";
226      //
227      // saveFileDialog
228      //
229      this.saveFileDialog.DefaultExt = "hl";
230      this.saveFileDialog.FileName = "Algorithm";
231      this.saveFileDialog.Filter = "Uncompressed HeuristicLab Files|*.hl|HeuristicLab Files|*.hl|All Files|*.*";
232      this.saveFileDialog.FilterIndex = 2;
233      this.saveFileDialog.Title = "Save Algorithm";
234      //
235      // repetitionsLabel
236      //
237      this.repetitionsLabel.AutoSize = true;
238      this.repetitionsLabel.Location = new System.Drawing.Point(3, 54);
239      this.repetitionsLabel.Name = "repetitionsLabel";
240      this.repetitionsLabel.Size = new System.Drawing.Size(63, 13);
241      this.repetitionsLabel.TabIndex = 4;
242      this.repetitionsLabel.Text = "&Repetitions:";
243      //
244      // repetitionsNumericUpDown
245      //
246      this.repetitionsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
247                  | System.Windows.Forms.AnchorStyles.Right)));
248      this.repetitionsNumericUpDown.Location = new System.Drawing.Point(72, 52);
249      this.repetitionsNumericUpDown.Maximum = new decimal(new int[] {
250            1000000,
251            0,
252            0,
253            0});
254      this.repetitionsNumericUpDown.Minimum = new decimal(new int[] {
255            1,
256            0,
257            0,
258            0});
259      this.repetitionsNumericUpDown.Name = "repetitionsNumericUpDown";
260      this.repetitionsNumericUpDown.Size = new System.Drawing.Size(607, 20);
261      this.repetitionsNumericUpDown.TabIndex = 5;
262      this.repetitionsNumericUpDown.ThousandsSeparator = true;
263      this.repetitionsNumericUpDown.Value = new decimal(new int[] {
264            1,
265            0,
266            0,
267            0});
268      this.repetitionsNumericUpDown.ValueChanged += new System.EventHandler(this.repetitionsNumericUpDown_ValueChanged);
269      //
270      // resultsView
271      //
272      this.resultsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
273                  | System.Windows.Forms.AnchorStyles.Left)
274                  | System.Windows.Forms.AnchorStyles.Right)));
275      this.resultsView.Caption = "ResultCollectionList";
276      this.resultsView.Content = null;
277      this.resultsView.Location = new System.Drawing.Point(6, 6);
278      this.resultsView.Name = "resultsView";
279      this.resultsView.Size = new System.Drawing.Size(659, 336);
280      this.resultsView.TabIndex = 0;
281      //
282      // BatchRunView
283      //
284      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
285      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
286      this.Controls.Add(this.tabControl);
287      this.Controls.Add(this.startButton);
288      this.Controls.Add(this.stopButton);
289      this.Controls.Add(this.executionTimeTextBox);
290      this.Controls.Add(this.executionTimeLabel);
291      this.Controls.Add(this.resetButton);
292      this.Controls.Add(this.repetitionsNumericUpDown);
293      this.Controls.Add(this.repetitionsLabel);
294      this.Name = "BatchRunView";
295      this.Size = new System.Drawing.Size(679, 482);
296      this.Controls.SetChildIndex(this.repetitionsLabel, 0);
297      this.Controls.SetChildIndex(this.repetitionsNumericUpDown, 0);
298      this.Controls.SetChildIndex(this.resetButton, 0);
299      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
300      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
301      this.Controls.SetChildIndex(this.stopButton, 0);
302      this.Controls.SetChildIndex(this.startButton, 0);
303      this.Controls.SetChildIndex(this.tabControl, 0);
304      this.Controls.SetChildIndex(this.nameLabel, 0);
305      this.Controls.SetChildIndex(this.descriptionLabel, 0);
306      this.Controls.SetChildIndex(this.nameTextBox, 0);
307      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
308      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
309      this.tabControl.ResumeLayout(false);
310      this.algorithmTabPage.ResumeLayout(false);
311      this.resultsTabPage.ResumeLayout(false);
312      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).EndInit();
313      this.ResumeLayout(false);
314      this.PerformLayout();
315
316    }
317
318    #endregion
319
320    private System.Windows.Forms.TabControl tabControl;
321    private System.Windows.Forms.TabPage algorithmTabPage;
322    private HeuristicLab.Core.Views.ViewHost algorithmViewHost;
323    private System.Windows.Forms.Button newAlgorithmButton;
324    private System.Windows.Forms.Button saveAlgorithmButton;
325    private System.Windows.Forms.Button openAlgorithmButton;
326    private System.Windows.Forms.Button startButton;
327    private System.Windows.Forms.Button stopButton;
328    private System.Windows.Forms.Button resetButton;
329    private System.Windows.Forms.Label executionTimeLabel;
330    private System.Windows.Forms.TextBox executionTimeTextBox;
331    private System.Windows.Forms.OpenFileDialog openFileDialog;
332    private System.Windows.Forms.SaveFileDialog saveFileDialog;
333    private System.Windows.Forms.TabPage resultsTabPage;
334    private System.Windows.Forms.Label repetitionsLabel;
335    private System.Windows.Forms.NumericUpDown repetitionsNumericUpDown;
336    private ResultCollectionListView resultsView;
337
338  }
339}
Note: See TracBrowser for help on using the repository browser.