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