Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/Views/OKBAlgorithmView.Designer.cs @ 11170

Last change on this file since 11170 was 11170, checked in by ascheibe, 10 years ago

#2115 updated copyright year in stable branch

File size: 24.5 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2014 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
22using HeuristicLab.Optimization.Views;
23namespace HeuristicLab.Clients.OKB.RunCreation {
24  partial class OKBAlgorithmView {
25    /// <summary>
26    /// Required designer variable.
27    /// </summary>
28    private System.ComponentModel.IContainer components = null;
29
30    #region Component Designer generated code
31
32    /// <summary>
33    /// Required method for Designer support - do not modify
34    /// the contents of this method with the code editor.
35    /// </summary>
36    private void InitializeComponent() {
37      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
38      this.problemTabPage = new System.Windows.Forms.TabPage();
39      this.problemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
40      this.openProblemButton = new System.Windows.Forms.Button();
41      this.newProblemButton = new System.Windows.Forms.Button();
42      this.parametersTabPage = new System.Windows.Forms.TabPage();
43      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
44      this.resultsTabPage = new System.Windows.Forms.TabPage();
45      this.resultsView = new HeuristicLab.Optimization.Views.ResultCollectionView();
46      this.runsTabPage = new System.Windows.Forms.TabPage();
47      this.storeAlgorithmInEachRunCheckBox = new System.Windows.Forms.CheckBox();
48      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
49      this.startButton = new System.Windows.Forms.Button();
50      this.pauseButton = new System.Windows.Forms.Button();
51      this.resetButton = new System.Windows.Forms.Button();
52      this.executionTimeLabel = new System.Windows.Forms.Label();
53      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
54      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
55      this.stopButton = new System.Windows.Forms.Button();
56      this.algorithmComboBox = new System.Windows.Forms.ComboBox();
57      this.algorithmLabel = new System.Windows.Forms.Label();
58      this.refreshButton = new System.Windows.Forms.Button();
59      this.cloneAlgorithmButton = new System.Windows.Forms.Button();
60      this.storeRunsAutomaticallyCheckBox = new System.Windows.Forms.CheckBox();
61      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
62      this.tabControl.SuspendLayout();
63      this.problemTabPage.SuspendLayout();
64      this.parametersTabPage.SuspendLayout();
65      this.resultsTabPage.SuspendLayout();
66      this.runsTabPage.SuspendLayout();
67      this.SuspendLayout();
68      //
69      // nameTextBox
70      //
71      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
72      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
73      this.nameTextBox.Location = new System.Drawing.Point(72, 29);
74      this.nameTextBox.Size = new System.Drawing.Size(577, 20);
75      this.nameTextBox.TabIndex = 5;
76      //
77      // nameLabel
78      //
79      this.nameLabel.Location = new System.Drawing.Point(3, 32);
80      this.nameLabel.TabIndex = 4;
81      //
82      // infoLabel
83      //
84      this.infoLabel.Location = new System.Drawing.Point(659, 32);
85      this.infoLabel.TabIndex = 6;
86      //
87      // tabControl
88      //
89      this.tabControl.AllowDrop = true;
90      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
91                  | System.Windows.Forms.AnchorStyles.Left)
92                  | System.Windows.Forms.AnchorStyles.Right)));
93      this.tabControl.Controls.Add(this.problemTabPage);
94      this.tabControl.Controls.Add(this.parametersTabPage);
95      this.tabControl.Controls.Add(this.resultsTabPage);
96      this.tabControl.Controls.Add(this.runsTabPage);
97      this.tabControl.Location = new System.Drawing.Point(0, 55);
98      this.tabControl.Name = "tabControl";
99      this.tabControl.SelectedIndex = 0;
100      this.tabControl.Size = new System.Drawing.Size(679, 397);
101      this.tabControl.TabIndex = 7;
102      //
103      // problemTabPage
104      //
105      this.problemTabPage.AllowDrop = true;
106      this.problemTabPage.Controls.Add(this.problemViewHost);
107      this.problemTabPage.Controls.Add(this.openProblemButton);
108      this.problemTabPage.Controls.Add(this.newProblemButton);
109      this.problemTabPage.Location = new System.Drawing.Point(4, 22);
110      this.problemTabPage.Name = "problemTabPage";
111      this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
112      this.problemTabPage.Size = new System.Drawing.Size(671, 371);
113      this.problemTabPage.TabIndex = 0;
114      this.problemTabPage.Text = "Problem";
115      this.problemTabPage.UseVisualStyleBackColor = true;
116      this.problemTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.problemTabPage_DragDrop);
117      this.problemTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.problemTabPage_DragEnterOver);
118      this.problemTabPage.DragOver += new System.Windows.Forms.DragEventHandler(this.problemTabPage_DragEnterOver);
119      //
120      // problemViewHost
121      //
122      this.problemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
123                  | System.Windows.Forms.AnchorStyles.Left)
124                  | System.Windows.Forms.AnchorStyles.Right)));
125      this.problemViewHost.Caption = "View";
126      this.problemViewHost.Content = null;
127      this.problemViewHost.Enabled = false;
128      this.problemViewHost.Location = new System.Drawing.Point(6, 36);
129      this.problemViewHost.Name = "problemViewHost";
130      this.problemViewHost.ReadOnly = false;
131      this.problemViewHost.Size = new System.Drawing.Size(659, 329);
132      this.problemViewHost.TabIndex = 3;
133      this.problemViewHost.ViewsLabelVisible = true;
134      this.problemViewHost.ViewType = null;
135      //
136      // openProblemButton
137      //
138      this.openProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
139      this.openProblemButton.Location = new System.Drawing.Point(36, 6);
140      this.openProblemButton.Name = "openProblemButton";
141      this.openProblemButton.Size = new System.Drawing.Size(24, 24);
142      this.openProblemButton.TabIndex = 1;
143      this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
144      this.openProblemButton.UseVisualStyleBackColor = true;
145      this.openProblemButton.Click += new System.EventHandler(this.openProblemButton_Click);
146      //
147      // newProblemButton
148      //
149      this.newProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
150      this.newProblemButton.Location = new System.Drawing.Point(6, 6);
151      this.newProblemButton.Name = "newProblemButton";
152      this.newProblemButton.Size = new System.Drawing.Size(24, 24);
153      this.newProblemButton.TabIndex = 0;
154      this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
155      this.newProblemButton.UseVisualStyleBackColor = true;
156      this.newProblemButton.Click += new System.EventHandler(this.newProblemButton_Click);
157      //
158      // parametersTabPage
159      //
160      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
161      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
162      this.parametersTabPage.Name = "parametersTabPage";
163      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
164      this.parametersTabPage.Size = new System.Drawing.Size(671, 371);
165      this.parametersTabPage.TabIndex = 1;
166      this.parametersTabPage.Text = "Parameters";
167      this.parametersTabPage.UseVisualStyleBackColor = true;
168      //
169      // parameterCollectionView
170      //
171      this.parameterCollectionView.AllowEditingOfHiddenParameters = false;
172      this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
173                  | System.Windows.Forms.AnchorStyles.Left)
174                  | System.Windows.Forms.AnchorStyles.Right)));
175      this.parameterCollectionView.Caption = "ParameterCollection View";
176      this.parameterCollectionView.Content = null;
177      this.parameterCollectionView.Location = new System.Drawing.Point(6, 6);
178      this.parameterCollectionView.Name = "parameterCollectionView";
179      this.parameterCollectionView.ReadOnly = false;
180      this.parameterCollectionView.Size = new System.Drawing.Size(659, 359);
181      this.parameterCollectionView.TabIndex = 0;
182      //
183      // resultsTabPage
184      //
185      this.resultsTabPage.Controls.Add(this.resultsView);
186      this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
187      this.resultsTabPage.Name = "resultsTabPage";
188      this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
189      this.resultsTabPage.Size = new System.Drawing.Size(671, 371);
190      this.resultsTabPage.TabIndex = 2;
191      this.resultsTabPage.Text = "Results";
192      this.resultsTabPage.UseVisualStyleBackColor = true;
193      //
194      // resultsView
195      //
196      this.resultsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
197                  | System.Windows.Forms.AnchorStyles.Left)
198                  | System.Windows.Forms.AnchorStyles.Right)));
199      this.resultsView.Caption = "ResultCollection View";
200      this.resultsView.Content = null;
201      this.resultsView.Location = new System.Drawing.Point(6, 6);
202      this.resultsView.Name = "resultsView";
203      this.resultsView.ReadOnly = true;
204      this.resultsView.Size = new System.Drawing.Size(659, 359);
205      this.resultsView.TabIndex = 0;
206      //
207      // runsTabPage
208      //
209      this.runsTabPage.Controls.Add(this.storeRunsAutomaticallyCheckBox);
210      this.runsTabPage.Controls.Add(this.storeAlgorithmInEachRunCheckBox);
211      this.runsTabPage.Controls.Add(this.runsView);
212      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
213      this.runsTabPage.Name = "runsTabPage";
214      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
215      this.runsTabPage.Size = new System.Drawing.Size(671, 371);
216      this.runsTabPage.TabIndex = 3;
217      this.runsTabPage.Text = "Runs";
218      this.runsTabPage.UseVisualStyleBackColor = true;
219      //
220      // storeAlgorithmInEachRunCheckBox
221      //
222      this.storeAlgorithmInEachRunCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
223      this.storeAlgorithmInEachRunCheckBox.AutoSize = true;
224      this.storeAlgorithmInEachRunCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
225      this.storeAlgorithmInEachRunCheckBox.Checked = true;
226      this.storeAlgorithmInEachRunCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
227      this.storeAlgorithmInEachRunCheckBox.Location = new System.Drawing.Point(503, 6);
228      this.storeAlgorithmInEachRunCheckBox.Name = "storeAlgorithmInEachRunCheckBox";
229      this.storeAlgorithmInEachRunCheckBox.Size = new System.Drawing.Size(161, 17);
230      this.storeAlgorithmInEachRunCheckBox.TabIndex = 2;
231      this.storeAlgorithmInEachRunCheckBox.Text = "&Store Algorithm in each Run:";
232      this.toolTip.SetToolTip(this.storeAlgorithmInEachRunCheckBox, "Check to store a copy of the algorithm in each run.");
233      this.storeAlgorithmInEachRunCheckBox.UseVisualStyleBackColor = true;
234      this.storeAlgorithmInEachRunCheckBox.CheckedChanged += new System.EventHandler(this.storeAlgorithmInEachRunCheckBox_CheckedChanged);
235      //
236      // runsView
237      //
238      this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
239                  | System.Windows.Forms.AnchorStyles.Left)
240                  | System.Windows.Forms.AnchorStyles.Right)));
241      this.runsView.Caption = "RunCollection View";
242      this.runsView.Content = null;
243      this.runsView.Location = new System.Drawing.Point(6, 6);
244      this.runsView.Name = "runsView";
245      this.runsView.ReadOnly = false;
246      this.runsView.Size = new System.Drawing.Size(659, 359);
247      this.runsView.TabIndex = 0;
248      //
249      // startButton
250      //
251      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
252      this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
253      this.startButton.Location = new System.Drawing.Point(0, 458);
254      this.startButton.Name = "startButton";
255      this.startButton.Size = new System.Drawing.Size(24, 24);
256      this.startButton.TabIndex = 8;
257      this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
258      this.startButton.UseVisualStyleBackColor = true;
259      this.startButton.Click += new System.EventHandler(this.startButton_Click);
260      //
261      // pauseButton
262      //
263      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
264      this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
265      this.pauseButton.Location = new System.Drawing.Point(30, 458);
266      this.pauseButton.Name = "pauseButton";
267      this.pauseButton.Size = new System.Drawing.Size(24, 24);
268      this.pauseButton.TabIndex = 9;
269      this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");
270      this.pauseButton.UseVisualStyleBackColor = true;
271      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
272      //
273      // resetButton
274      //
275      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
276      this.resetButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart;
277      this.resetButton.Location = new System.Drawing.Point(90, 458);
278      this.resetButton.Name = "resetButton";
279      this.resetButton.Size = new System.Drawing.Size(24, 24);
280      this.resetButton.TabIndex = 11;
281      this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
282      this.resetButton.UseVisualStyleBackColor = true;
283      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
284      //
285      // executionTimeLabel
286      //
287      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
288      this.executionTimeLabel.AutoSize = true;
289      this.executionTimeLabel.Location = new System.Drawing.Point(453, 465);
290      this.executionTimeLabel.Name = "executionTimeLabel";
291      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
292      this.executionTimeLabel.TabIndex = 12;
293      this.executionTimeLabel.Text = "&Execution Time:";
294      //
295      // executionTimeTextBox
296      //
297      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
298      this.executionTimeTextBox.Location = new System.Drawing.Point(542, 462);
299      this.executionTimeTextBox.Name = "executionTimeTextBox";
300      this.executionTimeTextBox.ReadOnly = true;
301      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
302      this.executionTimeTextBox.TabIndex = 13;
303      //
304      // openFileDialog
305      //
306      this.openFileDialog.DefaultExt = "hl";
307      this.openFileDialog.FileName = "Problem";
308      this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
309      this.openFileDialog.Title = "Open Problem";
310      //
311      // stopButton
312      //
313      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
314      this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
315      this.stopButton.Location = new System.Drawing.Point(60, 458);
316      this.stopButton.Name = "stopButton";
317      this.stopButton.Size = new System.Drawing.Size(24, 24);
318      this.stopButton.TabIndex = 10;
319      this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
320      this.stopButton.UseVisualStyleBackColor = true;
321      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
322      //
323      // algorithmComboBox
324      //
325      this.algorithmComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
326                  | System.Windows.Forms.AnchorStyles.Right)));
327      this.algorithmComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
328      this.algorithmComboBox.FormattingEnabled = true;
329      this.algorithmComboBox.Location = new System.Drawing.Point(72, 0);
330      this.algorithmComboBox.Name = "algorithmComboBox";
331      this.algorithmComboBox.Size = new System.Drawing.Size(547, 21);
332      this.algorithmComboBox.TabIndex = 1;
333      this.algorithmComboBox.SelectedValueChanged += new System.EventHandler(this.algorithmComboBox_SelectedValueChanged);
334      //
335      // algorithmLabel
336      //
337      this.algorithmLabel.AutoSize = true;
338      this.algorithmLabel.Location = new System.Drawing.Point(3, 5);
339      this.algorithmLabel.Name = "algorithmLabel";
340      this.algorithmLabel.Size = new System.Drawing.Size(53, 13);
341      this.algorithmLabel.TabIndex = 0;
342      this.algorithmLabel.Text = "&Algorithm:";
343      //
344      // refreshButton
345      //
346      this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
347      this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
348      this.refreshButton.Location = new System.Drawing.Point(655, -1);
349      this.refreshButton.Name = "refreshButton";
350      this.refreshButton.Size = new System.Drawing.Size(24, 24);
351      this.refreshButton.TabIndex = 3;
352      this.toolTip.SetToolTip(this.refreshButton, "Refresh Algorithms");
353      this.refreshButton.UseVisualStyleBackColor = true;
354      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
355      //
356      // cloneAlgorithmButton
357      //
358      this.cloneAlgorithmButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
359      this.cloneAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Clone;
360      this.cloneAlgorithmButton.Location = new System.Drawing.Point(625, -1);
361      this.cloneAlgorithmButton.Name = "cloneAlgorithmButton";
362      this.cloneAlgorithmButton.Size = new System.Drawing.Size(24, 24);
363      this.cloneAlgorithmButton.TabIndex = 2;
364      this.toolTip.SetToolTip(this.cloneAlgorithmButton, "Clone Algorithm");
365      this.cloneAlgorithmButton.UseVisualStyleBackColor = true;
366      this.cloneAlgorithmButton.Click += new System.EventHandler(this.cloneAlgorithmButton_Click);
367      //
368      // storeRunsAutomaticallyCheckBox
369      //
370      this.storeRunsAutomaticallyCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
371      this.storeRunsAutomaticallyCheckBox.AutoSize = true;
372      this.storeRunsAutomaticallyCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
373      this.storeRunsAutomaticallyCheckBox.Checked = true;
374      this.storeRunsAutomaticallyCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
375      this.storeRunsAutomaticallyCheckBox.Location = new System.Drawing.Point(318, 6);
376      this.storeRunsAutomaticallyCheckBox.Name = "storeRunsAutomaticallyCheckBox";
377      this.storeRunsAutomaticallyCheckBox.Size = new System.Drawing.Size(147, 17);
378      this.storeRunsAutomaticallyCheckBox.TabIndex = 1;
379      this.storeRunsAutomaticallyCheckBox.Text = "Store Runs &Automatically:";
380      this.toolTip.SetToolTip(this.storeRunsAutomaticallyCheckBox, "Store finished runs automatically in the OKB.");
381      this.storeRunsAutomaticallyCheckBox.UseVisualStyleBackColor = true;
382      this.storeRunsAutomaticallyCheckBox.CheckedChanged += new System.EventHandler(this.storeRunsAutomaticallyCheckBox_CheckedChanged);
383      //
384      // OKBAlgorithmView
385      //
386      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
387      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
388      this.Controls.Add(this.algorithmComboBox);
389      this.Controls.Add(this.algorithmLabel);
390      this.Controls.Add(this.cloneAlgorithmButton);
391      this.Controls.Add(this.refreshButton);
392      this.Controls.Add(this.tabControl);
393      this.Controls.Add(this.startButton);
394      this.Controls.Add(this.pauseButton);
395      this.Controls.Add(this.executionTimeTextBox);
396      this.Controls.Add(this.executionTimeLabel);
397      this.Controls.Add(this.stopButton);
398      this.Controls.Add(this.resetButton);
399      this.Name = "OKBAlgorithmView";
400      this.Size = new System.Drawing.Size(679, 482);
401      this.Controls.SetChildIndex(this.infoLabel, 0);
402      this.Controls.SetChildIndex(this.resetButton, 0);
403      this.Controls.SetChildIndex(this.stopButton, 0);
404      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
405      this.Controls.SetChildIndex(this.nameLabel, 0);
406      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
407      this.Controls.SetChildIndex(this.pauseButton, 0);
408      this.Controls.SetChildIndex(this.nameTextBox, 0);
409      this.Controls.SetChildIndex(this.startButton, 0);
410      this.Controls.SetChildIndex(this.tabControl, 0);
411      this.Controls.SetChildIndex(this.refreshButton, 0);
412      this.Controls.SetChildIndex(this.cloneAlgorithmButton, 0);
413      this.Controls.SetChildIndex(this.algorithmLabel, 0);
414      this.Controls.SetChildIndex(this.algorithmComboBox, 0);
415      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
416      this.tabControl.ResumeLayout(false);
417      this.problemTabPage.ResumeLayout(false);
418      this.parametersTabPage.ResumeLayout(false);
419      this.resultsTabPage.ResumeLayout(false);
420      this.runsTabPage.ResumeLayout(false);
421      this.runsTabPage.PerformLayout();
422      this.ResumeLayout(false);
423      this.PerformLayout();
424
425    }
426
427    #endregion
428
429    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
430    private System.Windows.Forms.TabPage parametersTabPage;
431    private System.Windows.Forms.TabPage problemTabPage;
432    private HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
433    private HeuristicLab.MainForm.WindowsForms.ViewHost problemViewHost;
434    private System.Windows.Forms.Button newProblemButton;
435    private System.Windows.Forms.Button openProblemButton;
436    private System.Windows.Forms.Button startButton;
437    private System.Windows.Forms.Button pauseButton;
438    private System.Windows.Forms.Button resetButton;
439    private System.Windows.Forms.Label executionTimeLabel;
440    private System.Windows.Forms.TextBox executionTimeTextBox;
441    private System.Windows.Forms.OpenFileDialog openFileDialog;
442    private System.Windows.Forms.TabPage resultsTabPage;
443    private HeuristicLab.Optimization.Views.ResultCollectionView resultsView;
444    private System.Windows.Forms.Button stopButton;
445    private System.Windows.Forms.TabPage runsTabPage;
446    private RunCollectionView runsView;
447    private System.Windows.Forms.CheckBox storeAlgorithmInEachRunCheckBox;
448    private System.Windows.Forms.ComboBox algorithmComboBox;
449    private System.Windows.Forms.Label algorithmLabel;
450    private System.Windows.Forms.Button refreshButton;
451    private System.Windows.Forms.Button cloneAlgorithmButton;
452    private System.Windows.Forms.CheckBox storeRunsAutomaticallyCheckBox;
453  }
454}
Note: See TracBrowser for help on using the repository browser.