Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/RunCreation/Views/OKBAlgorithmView.Designer.cs @ 5660

Last change on this file since 5660 was 5660, checked in by swagner, 13 years ago

Worked on OKB (#1174)

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