Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 8955 was 8955, checked in by abeham, 11 years ago

#1985: Added optimizer and view

File size: 16.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      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
53      this.tabControl.SuspendLayout();
54      this.algorithmTabPage.SuspendLayout();
55      this.snapshotsTabPage.SuspendLayout();
56      this.runsTabPage.SuspendLayout();
57      this.SuspendLayout();
58      //
59      // startButton
60      //
61      this.startButton.Location = new System.Drawing.Point(0, 440);
62      this.toolTip.SetToolTip(this.startButton, "Start/Resume Optimizer");
63      //
64      // executionTimeTextBox
65      //
66      this.executionTimeTextBox.Location = new System.Drawing.Point(295, 444);
67      //
68      // executionTimeLabel
69      //
70      this.executionTimeLabel.Location = new System.Drawing.Point(206, 447);
71      //
72      // pauseButton
73      //
74      this.pauseButton.Location = new System.Drawing.Point(30, 440);
75      this.toolTip.SetToolTip(this.pauseButton, "Pause Optimizer");
76      //
77      // stopButton
78      //
79      this.stopButton.Location = new System.Drawing.Point(60, 440);
80      this.toolTip.SetToolTip(this.stopButton, "Stop Optimizer");
81      //
82      // resetButton
83      //
84      this.resetButton.Location = new System.Drawing.Point(90, 440);
85      this.toolTip.SetToolTip(this.resetButton, "Reset Optimizer");
86      //
87      // nameTextBox
88      //
89      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
90      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
91      this.nameTextBox.Location = new System.Drawing.Point(69, 0);
92      this.nameTextBox.Size = new System.Drawing.Size(338, 20);
93      //
94      // timeLimitLabel
95      //
96      this.timeLimitLabel.AutoSize = true;
97      this.timeLimitLabel.Location = new System.Drawing.Point(3, 29);
98      this.timeLimitLabel.Name = "timeLimitLabel";
99      this.timeLimitLabel.Size = new System.Drawing.Size(53, 13);
100      this.timeLimitLabel.TabIndex = 16;
101      this.timeLimitLabel.Text = "Time limit:";
102      //
103      // timeLimitTextBox
104      //
105      this.timeLimitTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
106            | System.Windows.Forms.AnchorStyles.Right)));
107      this.timeLimitTextBox.Location = new System.Drawing.Point(69, 26);
108      this.timeLimitTextBox.Name = "timeLimitTextBox";
109      this.timeLimitTextBox.Size = new System.Drawing.Size(338, 20);
110      this.timeLimitTextBox.TabIndex = 17;
111      this.timeLimitTextBox.Leave += new System.EventHandler(this.timeLimitTextBox_Leave);
112      this.timeLimitTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.timeLimitTextBox_Validating);
113      //
114      // label1
115      //
116      this.label1.AutoSize = true;
117      this.label1.Location = new System.Drawing.Point(3, 55);
118      this.label1.Name = "label1";
119      this.label1.Size = new System.Drawing.Size(60, 13);
120      this.label1.TabIndex = 16;
121      this.label1.Text = "Snapshots:";
122      //
123      // snapShotsTextBox
124      //
125      this.snapShotsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
126            | System.Windows.Forms.AnchorStyles.Right)));
127      this.snapShotsTextBox.Location = new System.Drawing.Point(69, 52);
128      this.snapShotsTextBox.Name = "snapShotsTextBox";
129      this.snapShotsTextBox.Size = new System.Drawing.Size(148, 20);
130      this.snapShotsTextBox.TabIndex = 17;
131      //
132      // storeAlgorithmInEachSnapshotCheckBox
133      //
134      this.storeAlgorithmInEachSnapshotCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
135      this.storeAlgorithmInEachSnapshotCheckBox.AutoSize = true;
136      this.storeAlgorithmInEachSnapshotCheckBox.Location = new System.Drawing.Point(223, 54);
137      this.storeAlgorithmInEachSnapshotCheckBox.Name = "storeAlgorithmInEachSnapshotCheckBox";
138      this.storeAlgorithmInEachSnapshotCheckBox.Size = new System.Drawing.Size(184, 17);
139      this.storeAlgorithmInEachSnapshotCheckBox.TabIndex = 18;
140      this.storeAlgorithmInEachSnapshotCheckBox.Text = "Store Algorithm in Each Snapshot";
141      this.storeAlgorithmInEachSnapshotCheckBox.UseVisualStyleBackColor = true;
142      this.storeAlgorithmInEachSnapshotCheckBox.CheckedChanged += new System.EventHandler(this.storeAlgorithmInEachSnapshotCheckBox_CheckedChanged);
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.snapshotsTabPage);
152      this.tabControl.Controls.Add(this.runsTabPage);
153      this.tabControl.Location = new System.Drawing.Point(0, 78);
154      this.tabControl.Name = "tabControl";
155      this.tabControl.SelectedIndex = 0;
156      this.tabControl.Size = new System.Drawing.Size(429, 356);
157      this.tabControl.TabIndex = 19;
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(421, 330);
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(409, 288);
188      this.algorithmViewHost.TabIndex = 3;
189      this.algorithmViewHost.ViewsLabelVisible = true;
190      this.algorithmViewHost.ViewType = null;
191      //
192      // openAlgorithmButton
193      //
194      this.openAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("openAlgorithmButton.Image")));
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 = ((System.Drawing.Image)(resources.GetObject("newAlgorithmButton.Image")));
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      // snapshotsTabPage
215      //
216      this.snapshotsTabPage.Controls.Add(this.snapshotsView);
217      this.snapshotsTabPage.Location = new System.Drawing.Point(4, 22);
218      this.snapshotsTabPage.Name = "snapshotsTabPage";
219      this.snapshotsTabPage.Padding = new System.Windows.Forms.Padding(3);
220      this.snapshotsTabPage.Size = new System.Drawing.Size(421, 330);
221      this.snapshotsTabPage.TabIndex = 2;
222      this.snapshotsTabPage.Text = "Snapshots";
223      this.snapshotsTabPage.UseVisualStyleBackColor = true;
224      //
225      // snapshotsView
226      //
227      this.snapshotsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
228            | System.Windows.Forms.AnchorStyles.Left)
229            | System.Windows.Forms.AnchorStyles.Right)));
230      this.snapshotsView.Caption = "RunCollection View";
231      this.snapshotsView.Content = null;
232      this.snapshotsView.Location = new System.Drawing.Point(6, 6);
233      this.snapshotsView.Name = "snapshotsView";
234      this.snapshotsView.ReadOnly = false;
235      this.snapshotsView.Size = new System.Drawing.Size(409, 317);
236      this.snapshotsView.TabIndex = 0;
237      //
238      // runsTabPage
239      //
240      this.runsTabPage.Controls.Add(this.runsView);
241      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
242      this.runsTabPage.Name = "runsTabPage";
243      this.runsTabPage.Size = new System.Drawing.Size(421, 330);
244      this.runsTabPage.TabIndex = 3;
245      this.runsTabPage.Text = "Runs";
246      this.runsTabPage.UseVisualStyleBackColor = true;
247      //
248      // runsView
249      //
250      this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
251            | System.Windows.Forms.AnchorStyles.Left)
252            | System.Windows.Forms.AnchorStyles.Right)));
253      this.runsView.Caption = "RunCollection View";
254      this.runsView.Content = null;
255      this.runsView.Location = new System.Drawing.Point(6, 6);
256      this.runsView.Name = "runsView";
257      this.runsView.ReadOnly = false;
258      this.runsView.Size = new System.Drawing.Size(409, 317);
259      this.runsView.TabIndex = 1;
260      //
261      // openFileDialog
262      //
263      this.openFileDialog.DefaultExt = "hl";
264      this.openFileDialog.FileName = "Optimizer";
265      this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
266      this.openFileDialog.Title = "Open Optimizer";
267      //
268      // TimeLimitRunView
269      //
270      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
271      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
272      this.Controls.Add(this.tabControl);
273      this.Controls.Add(this.timeLimitTextBox);
274      this.Controls.Add(this.timeLimitLabel);
275      this.Controls.Add(this.label1);
276      this.Controls.Add(this.snapShotsTextBox);
277      this.Controls.Add(this.storeAlgorithmInEachSnapshotCheckBox);
278      this.Name = "TimeLimitRunView";
279      this.Size = new System.Drawing.Size(432, 464);
280      this.Controls.SetChildIndex(this.storeAlgorithmInEachSnapshotCheckBox, 0);
281      this.Controls.SetChildIndex(this.snapShotsTextBox, 0);
282      this.Controls.SetChildIndex(this.label1, 0);
283      this.Controls.SetChildIndex(this.timeLimitLabel, 0);
284      this.Controls.SetChildIndex(this.timeLimitTextBox, 0);
285      this.Controls.SetChildIndex(this.nameLabel, 0);
286      this.Controls.SetChildIndex(this.nameTextBox, 0);
287      this.Controls.SetChildIndex(this.infoLabel, 0);
288      this.Controls.SetChildIndex(this.resetButton, 0);
289      this.Controls.SetChildIndex(this.stopButton, 0);
290      this.Controls.SetChildIndex(this.pauseButton, 0);
291      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
292      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
293      this.Controls.SetChildIndex(this.startButton, 0);
294      this.Controls.SetChildIndex(this.tabControl, 0);
295      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
296      this.tabControl.ResumeLayout(false);
297      this.algorithmTabPage.ResumeLayout(false);
298      this.snapshotsTabPage.ResumeLayout(false);
299      this.runsTabPage.ResumeLayout(false);
300      this.ResumeLayout(false);
301      this.PerformLayout();
302
303    }
304
305    #endregion
306
307    private System.Windows.Forms.Label timeLimitLabel;
308    private System.Windows.Forms.TextBox timeLimitTextBox;
309    private System.Windows.Forms.Label label1;
310    private System.Windows.Forms.TextBox snapShotsTextBox;
311    private System.Windows.Forms.CheckBox storeAlgorithmInEachSnapshotCheckBox;
312    private MainForm.WindowsForms.DragOverTabControl tabControl;
313    private System.Windows.Forms.TabPage algorithmTabPage;
314    private MainForm.WindowsForms.ViewHost algorithmViewHost;
315    private System.Windows.Forms.Button openAlgorithmButton;
316    private System.Windows.Forms.Button newAlgorithmButton;
317    private System.Windows.Forms.TabPage snapshotsTabPage;
318    private RunCollectionView snapshotsView;
319    private System.Windows.Forms.TabPage runsTabPage;
320    private RunCollectionView runsView;
321    private System.Windows.Forms.OpenFileDialog openFileDialog;
322  }
323}
Note: See TracBrowser for help on using the repository browser.