Free cookie consent management tool by TermsFeed Policy Generator

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

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

Continued work on algorithm batch processing (#947).

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