Free cookie consent management tool by TermsFeed Policy Generator

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

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

Worked on OKB (#1174)

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