Free cookie consent management tool by TermsFeed Policy Generator

source: branches/RuntimeOptimizer/HeuristicLab.Optimization.Views/3.3/TimeLimitRunView.Designer.cs @ 8961

Last change on this file since 8961 was 8961, checked in by abeham, 12 years ago

#1985: added ability to edit snapshot times (changed representation to a list of timespan instead of a list of double)

File size: 17.0 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 TimeLimitRunView {
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(TimeLimitRunView));
37      this.timeLimitLabel = new System.Windows.Forms.Label();
38      this.timeLimitTextBox = new System.Windows.Forms.TextBox();
39      this.label1 = new System.Windows.Forms.Label();
40      this.snapshotsTextBox = new System.Windows.Forms.TextBox();
41      this.storeAlgorithmInEachSnapshotCheckBox = new System.Windows.Forms.CheckBox();
42      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
43      this.algorithmTabPage = new System.Windows.Forms.TabPage();
44      this.algorithmViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
45      this.openAlgorithmButton = new System.Windows.Forms.Button();
46      this.newAlgorithmButton = new System.Windows.Forms.Button();
47      this.snapshotsTabPage = new System.Windows.Forms.TabPage();
48      this.snapshotsView = new HeuristicLab.Optimization.Views.RunCollectionView();
49      this.runsTabPage = new System.Windows.Forms.TabPage();
50      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
51      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
52      this.snapshotButton = new System.Windows.Forms.Button();
53      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
54      this.tabControl.SuspendLayout();
55      this.algorithmTabPage.SuspendLayout();
56      this.snapshotsTabPage.SuspendLayout();
57      this.runsTabPage.SuspendLayout();
58      this.SuspendLayout();
59      //
60      // startButton
61      //
62      this.startButton.Location = new System.Drawing.Point(0, 440);
63      this.startButton.TabIndex = 9;
64      this.toolTip.SetToolTip(this.startButton, "Start/Resume Optimizer");
65      //
66      // executionTimeTextBox
67      //
68      this.executionTimeTextBox.Location = new System.Drawing.Point(412, 444);
69      //
70      // executionTimeLabel
71      //
72      this.executionTimeLabel.Location = new System.Drawing.Point(323, 447);
73      //
74      // pauseButton
75      //
76      this.pauseButton.Location = new System.Drawing.Point(30, 440);
77      this.pauseButton.TabIndex = 10;
78      this.toolTip.SetToolTip(this.pauseButton, "Pause Optimizer");
79      //
80      // stopButton
81      //
82      this.stopButton.Location = new System.Drawing.Point(60, 440);
83      this.stopButton.TabIndex = 11;
84      this.toolTip.SetToolTip(this.stopButton, "Stop Optimizer");
85      //
86      // resetButton
87      //
88      this.resetButton.Location = new System.Drawing.Point(90, 440);
89      this.resetButton.TabIndex = 12;
90      this.toolTip.SetToolTip(this.resetButton, "Reset Optimizer");
91      //
92      // nameTextBox
93      //
94      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
95      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
96      this.nameTextBox.Location = new System.Drawing.Point(69, 0);
97      this.nameTextBox.Size = new System.Drawing.Size(455, 20);
98      //
99      // infoLabel
100      //
101      this.infoLabel.Location = new System.Drawing.Point(530, 3);
102      //
103      // timeLimitLabel
104      //
105      this.timeLimitLabel.AutoSize = true;
106      this.timeLimitLabel.Location = new System.Drawing.Point(3, 29);
107      this.timeLimitLabel.Name = "timeLimitLabel";
108      this.timeLimitLabel.Size = new System.Drawing.Size(53, 13);
109      this.timeLimitLabel.TabIndex = 3;
110      this.timeLimitLabel.Text = "Time limit:";
111      //
112      // timeLimitTextBox
113      //
114      this.timeLimitTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
115            | System.Windows.Forms.AnchorStyles.Right)));
116      this.timeLimitTextBox.Location = new System.Drawing.Point(69, 26);
117      this.timeLimitTextBox.Name = "timeLimitTextBox";
118      this.timeLimitTextBox.Size = new System.Drawing.Size(455, 20);
119      this.timeLimitTextBox.TabIndex = 4;
120      this.timeLimitTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.timeLimitTextBox_Validating);
121      //
122      // label1
123      //
124      this.label1.AutoSize = true;
125      this.label1.Location = new System.Drawing.Point(3, 55);
126      this.label1.Name = "label1";
127      this.label1.Size = new System.Drawing.Size(60, 13);
128      this.label1.TabIndex = 5;
129      this.label1.Text = "Snapshots:";
130      //
131      // snapshotsTextBox
132      //
133      this.snapshotsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
134            | System.Windows.Forms.AnchorStyles.Right)));
135      this.snapshotsTextBox.Location = new System.Drawing.Point(69, 52);
136      this.snapshotsTextBox.Name = "snapshotsTextBox";
137      this.snapshotsTextBox.Size = new System.Drawing.Size(259, 20);
138      this.snapshotsTextBox.TabIndex = 6;
139      this.snapshotsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.snapshotsTextBox_Validating);
140      //
141      // storeAlgorithmInEachSnapshotCheckBox
142      //
143      this.storeAlgorithmInEachSnapshotCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
144      this.storeAlgorithmInEachSnapshotCheckBox.AutoSize = true;
145      this.storeAlgorithmInEachSnapshotCheckBox.Location = new System.Drawing.Point(340, 54);
146      this.storeAlgorithmInEachSnapshotCheckBox.Name = "storeAlgorithmInEachSnapshotCheckBox";
147      this.storeAlgorithmInEachSnapshotCheckBox.Size = new System.Drawing.Size(184, 17);
148      this.storeAlgorithmInEachSnapshotCheckBox.TabIndex = 7;
149      this.storeAlgorithmInEachSnapshotCheckBox.Text = "Store Algorithm in Each Snapshot";
150      this.storeAlgorithmInEachSnapshotCheckBox.UseVisualStyleBackColor = true;
151      this.storeAlgorithmInEachSnapshotCheckBox.CheckedChanged += new System.EventHandler(this.storeAlgorithmInEachSnapshotCheckBox_CheckedChanged);
152      //
153      // tabControl
154      //
155      this.tabControl.AllowDrop = true;
156      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
157            | System.Windows.Forms.AnchorStyles.Left)
158            | System.Windows.Forms.AnchorStyles.Right)));
159      this.tabControl.Controls.Add(this.algorithmTabPage);
160      this.tabControl.Controls.Add(this.snapshotsTabPage);
161      this.tabControl.Controls.Add(this.runsTabPage);
162      this.tabControl.Location = new System.Drawing.Point(0, 78);
163      this.tabControl.Name = "tabControl";
164      this.tabControl.SelectedIndex = 0;
165      this.tabControl.Size = new System.Drawing.Size(546, 356);
166      this.tabControl.TabIndex = 8;
167      //
168      // algorithmTabPage
169      //
170      this.algorithmTabPage.AllowDrop = true;
171      this.algorithmTabPage.Controls.Add(this.algorithmViewHost);
172      this.algorithmTabPage.Controls.Add(this.openAlgorithmButton);
173      this.algorithmTabPage.Controls.Add(this.newAlgorithmButton);
174      this.algorithmTabPage.Location = new System.Drawing.Point(4, 22);
175      this.algorithmTabPage.Name = "algorithmTabPage";
176      this.algorithmTabPage.Padding = new System.Windows.Forms.Padding(3);
177      this.algorithmTabPage.Size = new System.Drawing.Size(538, 330);
178      this.algorithmTabPage.TabIndex = 1;
179      this.algorithmTabPage.Text = "Algorithm";
180      this.algorithmTabPage.UseVisualStyleBackColor = true;
181      this.algorithmTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragDrop);
182      this.algorithmTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
183      this.algorithmTabPage.DragOver += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
184      //
185      // algorithmViewHost
186      //
187      this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
188            | System.Windows.Forms.AnchorStyles.Left)
189            | System.Windows.Forms.AnchorStyles.Right)));
190      this.algorithmViewHost.Caption = "View";
191      this.algorithmViewHost.Content = null;
192      this.algorithmViewHost.Enabled = false;
193      this.algorithmViewHost.Location = new System.Drawing.Point(6, 36);
194      this.algorithmViewHost.Name = "algorithmViewHost";
195      this.algorithmViewHost.ReadOnly = false;
196      this.algorithmViewHost.Size = new System.Drawing.Size(526, 288);
197      this.algorithmViewHost.TabIndex = 2;
198      this.algorithmViewHost.ViewsLabelVisible = true;
199      this.algorithmViewHost.ViewType = null;
200      //
201      // openAlgorithmButton
202      //
203      this.openAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
204      this.openAlgorithmButton.Location = new System.Drawing.Point(36, 6);
205      this.openAlgorithmButton.Name = "openAlgorithmButton";
206      this.openAlgorithmButton.Size = new System.Drawing.Size(24, 24);
207      this.openAlgorithmButton.TabIndex = 1;
208      this.toolTip.SetToolTip(this.openAlgorithmButton, "Open Optimizer");
209      this.openAlgorithmButton.UseVisualStyleBackColor = true;
210      this.openAlgorithmButton.Click += new System.EventHandler(this.openAlgorithmButton_Click);
211      //
212      // newAlgorithmButton
213      //
214      this.newAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
215      this.newAlgorithmButton.Location = new System.Drawing.Point(6, 6);
216      this.newAlgorithmButton.Name = "newAlgorithmButton";
217      this.newAlgorithmButton.Size = new System.Drawing.Size(24, 24);
218      this.newAlgorithmButton.TabIndex = 0;
219      this.toolTip.SetToolTip(this.newAlgorithmButton, "New Optimizer");
220      this.newAlgorithmButton.UseVisualStyleBackColor = true;
221      this.newAlgorithmButton.Click += new System.EventHandler(this.newAlgorithmButton_Click);
222      //
223      // snapshotsTabPage
224      //
225      this.snapshotsTabPage.Controls.Add(this.snapshotsView);
226      this.snapshotsTabPage.Location = new System.Drawing.Point(4, 22);
227      this.snapshotsTabPage.Name = "snapshotsTabPage";
228      this.snapshotsTabPage.Padding = new System.Windows.Forms.Padding(3);
229      this.snapshotsTabPage.Size = new System.Drawing.Size(538, 330);
230      this.snapshotsTabPage.TabIndex = 2;
231      this.snapshotsTabPage.Text = "Snapshots";
232      this.snapshotsTabPage.UseVisualStyleBackColor = true;
233      //
234      // snapshotsView
235      //
236      this.snapshotsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
237            | System.Windows.Forms.AnchorStyles.Left)
238            | System.Windows.Forms.AnchorStyles.Right)));
239      this.snapshotsView.Caption = "RunCollection View";
240      this.snapshotsView.Content = null;
241      this.snapshotsView.Location = new System.Drawing.Point(6, 6);
242      this.snapshotsView.Name = "snapshotsView";
243      this.snapshotsView.ReadOnly = false;
244      this.snapshotsView.Size = new System.Drawing.Size(526, 317);
245      this.snapshotsView.TabIndex = 0;
246      //
247      // runsTabPage
248      //
249      this.runsTabPage.Controls.Add(this.runsView);
250      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
251      this.runsTabPage.Name = "runsTabPage";
252      this.runsTabPage.Size = new System.Drawing.Size(538, 330);
253      this.runsTabPage.TabIndex = 3;
254      this.runsTabPage.Text = "Runs";
255      this.runsTabPage.UseVisualStyleBackColor = true;
256      //
257      // runsView
258      //
259      this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
260            | System.Windows.Forms.AnchorStyles.Left)
261            | System.Windows.Forms.AnchorStyles.Right)));
262      this.runsView.Caption = "RunCollection View";
263      this.runsView.Content = null;
264      this.runsView.Location = new System.Drawing.Point(6, 6);
265      this.runsView.Name = "runsView";
266      this.runsView.ReadOnly = false;
267      this.runsView.Size = new System.Drawing.Size(526, 317);
268      this.runsView.TabIndex = 1;
269      //
270      // openFileDialog
271      //
272      this.openFileDialog.DefaultExt = "hl";
273      this.openFileDialog.FileName = "Optimizer";
274      this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
275      this.openFileDialog.Title = "Open Optimizer";
276      //
277      // snapshotButton
278      //
279      this.snapshotButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
280      this.snapshotButton.Location = new System.Drawing.Point(120, 440);
281      this.snapshotButton.Name = "snapshotButton";
282      this.snapshotButton.Size = new System.Drawing.Size(24, 24);
283      this.snapshotButton.TabIndex = 13;
284      this.snapshotButton.Text = "Snapshot";
285      this.snapshotButton.UseVisualStyleBackColor = true;
286      this.snapshotButton.Click += new System.EventHandler(this.snapshotButton_Click);
287      //
288      // TimeLimitRunView
289      //
290      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
291      this.Controls.Add(this.snapshotButton);
292      this.Controls.Add(this.tabControl);
293      this.Controls.Add(this.timeLimitTextBox);
294      this.Controls.Add(this.timeLimitLabel);
295      this.Controls.Add(this.label1);
296      this.Controls.Add(this.snapshotsTextBox);
297      this.Controls.Add(this.storeAlgorithmInEachSnapshotCheckBox);
298      this.Name = "TimeLimitRunView";
299      this.Size = new System.Drawing.Size(549, 464);
300      this.Controls.SetChildIndex(this.storeAlgorithmInEachSnapshotCheckBox, 0);
301      this.Controls.SetChildIndex(this.snapshotsTextBox, 0);
302      this.Controls.SetChildIndex(this.label1, 0);
303      this.Controls.SetChildIndex(this.timeLimitLabel, 0);
304      this.Controls.SetChildIndex(this.timeLimitTextBox, 0);
305      this.Controls.SetChildIndex(this.tabControl, 0);
306      this.Controls.SetChildIndex(this.nameLabel, 0);
307      this.Controls.SetChildIndex(this.nameTextBox, 0);
308      this.Controls.SetChildIndex(this.infoLabel, 0);
309      this.Controls.SetChildIndex(this.resetButton, 0);
310      this.Controls.SetChildIndex(this.stopButton, 0);
311      this.Controls.SetChildIndex(this.pauseButton, 0);
312      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
313      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
314      this.Controls.SetChildIndex(this.startButton, 0);
315      this.Controls.SetChildIndex(this.snapshotButton, 0);
316      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
317      this.tabControl.ResumeLayout(false);
318      this.algorithmTabPage.ResumeLayout(false);
319      this.snapshotsTabPage.ResumeLayout(false);
320      this.runsTabPage.ResumeLayout(false);
321      this.ResumeLayout(false);
322      this.PerformLayout();
323
324    }
325
326    #endregion
327
328    private System.Windows.Forms.Label timeLimitLabel;
329    private System.Windows.Forms.TextBox timeLimitTextBox;
330    private System.Windows.Forms.Label label1;
331    private System.Windows.Forms.TextBox snapshotsTextBox;
332    private System.Windows.Forms.CheckBox storeAlgorithmInEachSnapshotCheckBox;
333    private MainForm.WindowsForms.DragOverTabControl tabControl;
334    private System.Windows.Forms.TabPage algorithmTabPage;
335    private MainForm.WindowsForms.ViewHost algorithmViewHost;
336    private System.Windows.Forms.Button openAlgorithmButton;
337    private System.Windows.Forms.Button newAlgorithmButton;
338    private System.Windows.Forms.TabPage snapshotsTabPage;
339    private RunCollectionView snapshotsView;
340    private System.Windows.Forms.TabPage runsTabPage;
341    private RunCollectionView runsView;
342    private System.Windows.Forms.OpenFileDialog openFileDialog;
343    private System.Windows.Forms.Button snapshotButton;
344  }
345}
Note: See TracBrowser for help on using the repository browser.