[8955] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[16565] | 3 | * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[8955] | 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 TimeLimitRunView {
|
---|
| 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() {
|
---|
| 36 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TimeLimitRunView));
|
---|
| 37 | this.timeLimitLabel = new System.Windows.Forms.Label();
|
---|
| 38 | this.timeLimitTextBox = new System.Windows.Forms.TextBox();
|
---|
| 39 | this.label1 = new System.Windows.Forms.Label();
|
---|
[8961] | 40 | this.snapshotsTextBox = new System.Windows.Forms.TextBox();
|
---|
[8955] | 41 | this.storeAlgorithmInEachSnapshotCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 42 | this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
| 43 | this.algorithmTabPage = new System.Windows.Forms.TabPage();
|
---|
| 44 | this.algorithmViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
| 45 | this.openAlgorithmButton = new System.Windows.Forms.Button();
|
---|
| 46 | this.newAlgorithmButton = new System.Windows.Forms.Button();
|
---|
| 47 | this.snapshotsTabPage = new System.Windows.Forms.TabPage();
|
---|
| 48 | this.snapshotsView = new HeuristicLab.Optimization.Views.RunCollectionView();
|
---|
| 49 | this.runsTabPage = new System.Windows.Forms.TabPage();
|
---|
| 50 | this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
|
---|
| 51 | this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
---|
[8956] | 52 | this.snapshotButton = new System.Windows.Forms.Button();
|
---|
[8975] | 53 | this.sequenceButton = new System.Windows.Forms.Button();
|
---|
[8955] | 54 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 55 | this.tabControl.SuspendLayout();
|
---|
| 56 | this.algorithmTabPage.SuspendLayout();
|
---|
| 57 | this.snapshotsTabPage.SuspendLayout();
|
---|
| 58 | this.runsTabPage.SuspendLayout();
|
---|
| 59 | this.SuspendLayout();
|
---|
| 60 | //
|
---|
| 61 | // startButton
|
---|
| 62 | //
|
---|
| 63 | this.startButton.Location = new System.Drawing.Point(0, 440);
|
---|
[8961] | 64 | this.startButton.TabIndex = 9;
|
---|
[8955] | 65 | this.toolTip.SetToolTip(this.startButton, "Start/Resume Optimizer");
|
---|
| 66 | //
|
---|
| 67 | // executionTimeTextBox
|
---|
| 68 | //
|
---|
[8961] | 69 | this.executionTimeTextBox.Location = new System.Drawing.Point(412, 444);
|
---|
[8955] | 70 | //
|
---|
| 71 | // executionTimeLabel
|
---|
| 72 | //
|
---|
[8961] | 73 | this.executionTimeLabel.Location = new System.Drawing.Point(323, 447);
|
---|
[8955] | 74 | //
|
---|
| 75 | // pauseButton
|
---|
| 76 | //
|
---|
| 77 | this.pauseButton.Location = new System.Drawing.Point(30, 440);
|
---|
[8961] | 78 | this.pauseButton.TabIndex = 10;
|
---|
[8955] | 79 | this.toolTip.SetToolTip(this.pauseButton, "Pause Optimizer");
|
---|
| 80 | //
|
---|
| 81 | // stopButton
|
---|
| 82 | //
|
---|
| 83 | this.stopButton.Location = new System.Drawing.Point(60, 440);
|
---|
[8961] | 84 | this.stopButton.TabIndex = 11;
|
---|
[8955] | 85 | this.toolTip.SetToolTip(this.stopButton, "Stop Optimizer");
|
---|
| 86 | //
|
---|
| 87 | // resetButton
|
---|
| 88 | //
|
---|
| 89 | this.resetButton.Location = new System.Drawing.Point(90, 440);
|
---|
[8961] | 90 | this.resetButton.TabIndex = 12;
|
---|
[8955] | 91 | this.toolTip.SetToolTip(this.resetButton, "Reset Optimizer");
|
---|
| 92 | //
|
---|
| 93 | // nameTextBox
|
---|
| 94 | //
|
---|
| 95 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 96 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
| 97 | this.nameTextBox.Location = new System.Drawing.Point(69, 0);
|
---|
[8961] | 98 | this.nameTextBox.Size = new System.Drawing.Size(455, 20);
|
---|
[8955] | 99 | //
|
---|
[8961] | 100 | // infoLabel
|
---|
| 101 | //
|
---|
| 102 | this.infoLabel.Location = new System.Drawing.Point(530, 3);
|
---|
| 103 | //
|
---|
[8955] | 104 | // timeLimitLabel
|
---|
| 105 | //
|
---|
| 106 | this.timeLimitLabel.AutoSize = true;
|
---|
| 107 | this.timeLimitLabel.Location = new System.Drawing.Point(3, 29);
|
---|
| 108 | this.timeLimitLabel.Name = "timeLimitLabel";
|
---|
| 109 | this.timeLimitLabel.Size = new System.Drawing.Size(53, 13);
|
---|
[8961] | 110 | this.timeLimitLabel.TabIndex = 3;
|
---|
[8955] | 111 | this.timeLimitLabel.Text = "Time limit:";
|
---|
| 112 | //
|
---|
| 113 | // timeLimitTextBox
|
---|
| 114 | //
|
---|
[16506] | 115 | this.timeLimitTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[8955] | 116 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 117 | this.timeLimitTextBox.Location = new System.Drawing.Point(69, 26);
|
---|
| 118 | this.timeLimitTextBox.Name = "timeLimitTextBox";
|
---|
[8961] | 119 | this.timeLimitTextBox.Size = new System.Drawing.Size(455, 20);
|
---|
| 120 | this.timeLimitTextBox.TabIndex = 4;
|
---|
[8955] | 121 | this.timeLimitTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.timeLimitTextBox_Validating);
|
---|
| 122 | //
|
---|
| 123 | // label1
|
---|
| 124 | //
|
---|
| 125 | this.label1.AutoSize = true;
|
---|
| 126 | this.label1.Location = new System.Drawing.Point(3, 55);
|
---|
| 127 | this.label1.Name = "label1";
|
---|
| 128 | this.label1.Size = new System.Drawing.Size(60, 13);
|
---|
[8961] | 129 | this.label1.TabIndex = 5;
|
---|
[8955] | 130 | this.label1.Text = "Snapshots:";
|
---|
| 131 | //
|
---|
[8961] | 132 | // snapshotsTextBox
|
---|
[8955] | 133 | //
|
---|
[16506] | 134 | this.snapshotsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[8955] | 135 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[8961] | 136 | this.snapshotsTextBox.Location = new System.Drawing.Point(69, 52);
|
---|
| 137 | this.snapshotsTextBox.Name = "snapshotsTextBox";
|
---|
[8975] | 138 | this.snapshotsTextBox.Size = new System.Drawing.Size(175, 20);
|
---|
[8961] | 139 | this.snapshotsTextBox.TabIndex = 6;
|
---|
| 140 | this.snapshotsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.snapshotsTextBox_Validating);
|
---|
[8955] | 141 | //
|
---|
| 142 | // storeAlgorithmInEachSnapshotCheckBox
|
---|
| 143 | //
|
---|
| 144 | this.storeAlgorithmInEachSnapshotCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 145 | this.storeAlgorithmInEachSnapshotCheckBox.AutoSize = true;
|
---|
[8961] | 146 | this.storeAlgorithmInEachSnapshotCheckBox.Location = new System.Drawing.Point(340, 54);
|
---|
[8955] | 147 | this.storeAlgorithmInEachSnapshotCheckBox.Name = "storeAlgorithmInEachSnapshotCheckBox";
|
---|
| 148 | this.storeAlgorithmInEachSnapshotCheckBox.Size = new System.Drawing.Size(184, 17);
|
---|
[8961] | 149 | this.storeAlgorithmInEachSnapshotCheckBox.TabIndex = 7;
|
---|
[8955] | 150 | this.storeAlgorithmInEachSnapshotCheckBox.Text = "Store Algorithm in Each Snapshot";
|
---|
| 151 | this.storeAlgorithmInEachSnapshotCheckBox.UseVisualStyleBackColor = true;
|
---|
| 152 | this.storeAlgorithmInEachSnapshotCheckBox.CheckedChanged += new System.EventHandler(this.storeAlgorithmInEachSnapshotCheckBox_CheckedChanged);
|
---|
| 153 | //
|
---|
| 154 | // tabControl
|
---|
| 155 | //
|
---|
| 156 | this.tabControl.AllowDrop = true;
|
---|
[16506] | 157 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 158 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[8955] | 159 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 160 | this.tabControl.Controls.Add(this.algorithmTabPage);
|
---|
| 161 | this.tabControl.Controls.Add(this.snapshotsTabPage);
|
---|
| 162 | this.tabControl.Controls.Add(this.runsTabPage);
|
---|
| 163 | this.tabControl.Location = new System.Drawing.Point(0, 78);
|
---|
| 164 | this.tabControl.Name = "tabControl";
|
---|
| 165 | this.tabControl.SelectedIndex = 0;
|
---|
[8961] | 166 | this.tabControl.Size = new System.Drawing.Size(546, 356);
|
---|
| 167 | this.tabControl.TabIndex = 8;
|
---|
[8955] | 168 | //
|
---|
| 169 | // algorithmTabPage
|
---|
| 170 | //
|
---|
| 171 | this.algorithmTabPage.AllowDrop = true;
|
---|
[16506] | 172 | this.algorithmTabPage.BackColor = System.Drawing.SystemColors.Window;
|
---|
[8955] | 173 | this.algorithmTabPage.Controls.Add(this.algorithmViewHost);
|
---|
| 174 | this.algorithmTabPage.Controls.Add(this.openAlgorithmButton);
|
---|
| 175 | this.algorithmTabPage.Controls.Add(this.newAlgorithmButton);
|
---|
| 176 | this.algorithmTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 177 | this.algorithmTabPage.Name = "algorithmTabPage";
|
---|
| 178 | this.algorithmTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[8961] | 179 | this.algorithmTabPage.Size = new System.Drawing.Size(538, 330);
|
---|
[8955] | 180 | this.algorithmTabPage.TabIndex = 1;
|
---|
| 181 | this.algorithmTabPage.Text = "Algorithm";
|
---|
| 182 | this.algorithmTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragDrop);
|
---|
| 183 | this.algorithmTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
|
---|
| 184 | this.algorithmTabPage.DragOver += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
|
---|
| 185 | //
|
---|
| 186 | // algorithmViewHost
|
---|
| 187 | //
|
---|
[16506] | 188 | this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 189 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[8955] | 190 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 191 | this.algorithmViewHost.Caption = "View";
|
---|
| 192 | this.algorithmViewHost.Content = null;
|
---|
| 193 | this.algorithmViewHost.Enabled = false;
|
---|
| 194 | this.algorithmViewHost.Location = new System.Drawing.Point(6, 36);
|
---|
| 195 | this.algorithmViewHost.Name = "algorithmViewHost";
|
---|
| 196 | this.algorithmViewHost.ReadOnly = false;
|
---|
[8961] | 197 | this.algorithmViewHost.Size = new System.Drawing.Size(526, 288);
|
---|
| 198 | this.algorithmViewHost.TabIndex = 2;
|
---|
[8955] | 199 | this.algorithmViewHost.ViewsLabelVisible = true;
|
---|
| 200 | this.algorithmViewHost.ViewType = null;
|
---|
| 201 | //
|
---|
| 202 | // openAlgorithmButton
|
---|
| 203 | //
|
---|
[9041] | 204 | this.openAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
|
---|
[8955] | 205 | this.openAlgorithmButton.Location = new System.Drawing.Point(36, 6);
|
---|
| 206 | this.openAlgorithmButton.Name = "openAlgorithmButton";
|
---|
| 207 | this.openAlgorithmButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 208 | this.openAlgorithmButton.TabIndex = 1;
|
---|
| 209 | this.toolTip.SetToolTip(this.openAlgorithmButton, "Open Optimizer");
|
---|
| 210 | this.openAlgorithmButton.UseVisualStyleBackColor = true;
|
---|
| 211 | this.openAlgorithmButton.Click += new System.EventHandler(this.openAlgorithmButton_Click);
|
---|
| 212 | //
|
---|
| 213 | // newAlgorithmButton
|
---|
| 214 | //
|
---|
[9041] | 215 | this.newAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
|
---|
[8955] | 216 | this.newAlgorithmButton.Location = new System.Drawing.Point(6, 6);
|
---|
| 217 | this.newAlgorithmButton.Name = "newAlgorithmButton";
|
---|
| 218 | this.newAlgorithmButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 219 | this.newAlgorithmButton.TabIndex = 0;
|
---|
| 220 | this.toolTip.SetToolTip(this.newAlgorithmButton, "New Optimizer");
|
---|
| 221 | this.newAlgorithmButton.UseVisualStyleBackColor = true;
|
---|
| 222 | this.newAlgorithmButton.Click += new System.EventHandler(this.newAlgorithmButton_Click);
|
---|
| 223 | //
|
---|
| 224 | // snapshotsTabPage
|
---|
| 225 | //
|
---|
[16506] | 226 | this.snapshotsTabPage.BackColor = System.Drawing.SystemColors.Window;
|
---|
[8955] | 227 | this.snapshotsTabPage.Controls.Add(this.snapshotsView);
|
---|
| 228 | this.snapshotsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 229 | this.snapshotsTabPage.Name = "snapshotsTabPage";
|
---|
| 230 | this.snapshotsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[8961] | 231 | this.snapshotsTabPage.Size = new System.Drawing.Size(538, 330);
|
---|
[8955] | 232 | this.snapshotsTabPage.TabIndex = 2;
|
---|
| 233 | this.snapshotsTabPage.Text = "Snapshots";
|
---|
| 234 | //
|
---|
| 235 | // snapshotsView
|
---|
| 236 | //
|
---|
[16506] | 237 | this.snapshotsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 238 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[8955] | 239 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 240 | this.snapshotsView.Caption = "RunCollection View";
|
---|
| 241 | this.snapshotsView.Content = null;
|
---|
| 242 | this.snapshotsView.Location = new System.Drawing.Point(6, 6);
|
---|
| 243 | this.snapshotsView.Name = "snapshotsView";
|
---|
| 244 | this.snapshotsView.ReadOnly = false;
|
---|
[8961] | 245 | this.snapshotsView.Size = new System.Drawing.Size(526, 317);
|
---|
[8955] | 246 | this.snapshotsView.TabIndex = 0;
|
---|
| 247 | //
|
---|
| 248 | // runsTabPage
|
---|
| 249 | //
|
---|
[16506] | 250 | this.runsTabPage.BackColor = System.Drawing.SystemColors.Window;
|
---|
[8955] | 251 | this.runsTabPage.Controls.Add(this.runsView);
|
---|
| 252 | this.runsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 253 | this.runsTabPage.Name = "runsTabPage";
|
---|
[8961] | 254 | this.runsTabPage.Size = new System.Drawing.Size(538, 330);
|
---|
[8955] | 255 | this.runsTabPage.TabIndex = 3;
|
---|
| 256 | this.runsTabPage.Text = "Runs";
|
---|
| 257 | //
|
---|
| 258 | // runsView
|
---|
| 259 | //
|
---|
[16506] | 260 | this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 261 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[8955] | 262 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 263 | this.runsView.Caption = "RunCollection View";
|
---|
| 264 | this.runsView.Content = null;
|
---|
| 265 | this.runsView.Location = new System.Drawing.Point(6, 6);
|
---|
| 266 | this.runsView.Name = "runsView";
|
---|
| 267 | this.runsView.ReadOnly = false;
|
---|
[8961] | 268 | this.runsView.Size = new System.Drawing.Size(526, 317);
|
---|
[8955] | 269 | this.runsView.TabIndex = 1;
|
---|
| 270 | //
|
---|
| 271 | // openFileDialog
|
---|
| 272 | //
|
---|
| 273 | this.openFileDialog.DefaultExt = "hl";
|
---|
| 274 | this.openFileDialog.FileName = "Optimizer";
|
---|
| 275 | this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
|
---|
| 276 | this.openFileDialog.Title = "Open Optimizer";
|
---|
| 277 | //
|
---|
[8956] | 278 | // snapshotButton
|
---|
| 279 | //
|
---|
| 280 | this.snapshotButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 281 | this.snapshotButton.Location = new System.Drawing.Point(120, 440);
|
---|
| 282 | this.snapshotButton.Name = "snapshotButton";
|
---|
| 283 | this.snapshotButton.Size = new System.Drawing.Size(24, 24);
|
---|
[8961] | 284 | this.snapshotButton.TabIndex = 13;
|
---|
[8956] | 285 | this.snapshotButton.Text = "Snapshot";
|
---|
[9040] | 286 | this.toolTip.SetToolTip(this.snapshotButton, "Create Snapshot");
|
---|
[8956] | 287 | this.snapshotButton.UseVisualStyleBackColor = true;
|
---|
| 288 | this.snapshotButton.Click += new System.EventHandler(this.snapshotButton_Click);
|
---|
| 289 | //
|
---|
[8975] | 290 | // sequenceButton
|
---|
| 291 | //
|
---|
| 292 | this.sequenceButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 293 | this.sequenceButton.Location = new System.Drawing.Point(250, 50);
|
---|
| 294 | this.sequenceButton.Name = "sequenceButton";
|
---|
| 295 | this.sequenceButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 296 | this.sequenceButton.TabIndex = 16;
|
---|
| 297 | this.sequenceButton.Text = "Sequence...";
|
---|
| 298 | this.sequenceButton.UseVisualStyleBackColor = true;
|
---|
| 299 | this.sequenceButton.Click += new System.EventHandler(this.sequenceButton_Click);
|
---|
| 300 | //
|
---|
[8955] | 301 | // TimeLimitRunView
|
---|
| 302 | //
|
---|
[8956] | 303 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[8975] | 304 | this.Controls.Add(this.sequenceButton);
|
---|
[8956] | 305 | this.Controls.Add(this.snapshotButton);
|
---|
[8955] | 306 | this.Controls.Add(this.tabControl);
|
---|
| 307 | this.Controls.Add(this.timeLimitTextBox);
|
---|
| 308 | this.Controls.Add(this.timeLimitLabel);
|
---|
| 309 | this.Controls.Add(this.label1);
|
---|
[8961] | 310 | this.Controls.Add(this.snapshotsTextBox);
|
---|
[8955] | 311 | this.Controls.Add(this.storeAlgorithmInEachSnapshotCheckBox);
|
---|
| 312 | this.Name = "TimeLimitRunView";
|
---|
[8961] | 313 | this.Size = new System.Drawing.Size(549, 464);
|
---|
[8955] | 314 | this.Controls.SetChildIndex(this.storeAlgorithmInEachSnapshotCheckBox, 0);
|
---|
[8961] | 315 | this.Controls.SetChildIndex(this.snapshotsTextBox, 0);
|
---|
[8955] | 316 | this.Controls.SetChildIndex(this.label1, 0);
|
---|
| 317 | this.Controls.SetChildIndex(this.timeLimitLabel, 0);
|
---|
| 318 | this.Controls.SetChildIndex(this.timeLimitTextBox, 0);
|
---|
[8956] | 319 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
[8955] | 320 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 321 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 322 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
| 323 | this.Controls.SetChildIndex(this.resetButton, 0);
|
---|
| 324 | this.Controls.SetChildIndex(this.stopButton, 0);
|
---|
| 325 | this.Controls.SetChildIndex(this.pauseButton, 0);
|
---|
| 326 | this.Controls.SetChildIndex(this.executionTimeLabel, 0);
|
---|
| 327 | this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
|
---|
| 328 | this.Controls.SetChildIndex(this.startButton, 0);
|
---|
[8956] | 329 | this.Controls.SetChildIndex(this.snapshotButton, 0);
|
---|
[8975] | 330 | this.Controls.SetChildIndex(this.sequenceButton, 0);
|
---|
[8955] | 331 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 332 | this.tabControl.ResumeLayout(false);
|
---|
| 333 | this.algorithmTabPage.ResumeLayout(false);
|
---|
| 334 | this.snapshotsTabPage.ResumeLayout(false);
|
---|
| 335 | this.runsTabPage.ResumeLayout(false);
|
---|
| 336 | this.ResumeLayout(false);
|
---|
| 337 | this.PerformLayout();
|
---|
| 338 |
|
---|
| 339 | }
|
---|
| 340 |
|
---|
| 341 | #endregion
|
---|
| 342 |
|
---|
| 343 | private System.Windows.Forms.Label timeLimitLabel;
|
---|
| 344 | private System.Windows.Forms.TextBox timeLimitTextBox;
|
---|
| 345 | private System.Windows.Forms.Label label1;
|
---|
[8961] | 346 | private System.Windows.Forms.TextBox snapshotsTextBox;
|
---|
[8955] | 347 | private System.Windows.Forms.CheckBox storeAlgorithmInEachSnapshotCheckBox;
|
---|
| 348 | private MainForm.WindowsForms.DragOverTabControl tabControl;
|
---|
| 349 | private System.Windows.Forms.TabPage algorithmTabPage;
|
---|
| 350 | private MainForm.WindowsForms.ViewHost algorithmViewHost;
|
---|
| 351 | private System.Windows.Forms.Button openAlgorithmButton;
|
---|
| 352 | private System.Windows.Forms.Button newAlgorithmButton;
|
---|
| 353 | private System.Windows.Forms.TabPage snapshotsTabPage;
|
---|
| 354 | private RunCollectionView snapshotsView;
|
---|
| 355 | private System.Windows.Forms.TabPage runsTabPage;
|
---|
| 356 | private RunCollectionView runsView;
|
---|
| 357 | private System.Windows.Forms.OpenFileDialog openFileDialog;
|
---|
[8956] | 358 | private System.Windows.Forms.Button snapshotButton;
|
---|
[8975] | 359 | private System.Windows.Forms.Button sequenceButton;
|
---|
[8955] | 360 | }
|
---|
| 361 | }
|
---|