Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 5900 was 5900, checked in by swagner, 14 years ago

Worked on OKB (#1174)

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