Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimization.Views/3.3/TimeLimitRunView.Designer.cs @ 9079

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

#1985: Trunk integration

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