Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 5466 was 5466, checked in by mkommend, 13 years ago

Updated all views with TabControls to use the DragOverTabControl (ticket #1058).

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