[5617] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[17180] | 3 | * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[5617] | 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 |
|
---|
| 23 | namespace HeuristicLab.Algorithms.DataAnalysis.Views {
|
---|
| 24 | partial class CrossValidationView {
|
---|
| 25 | /// <summary>
|
---|
| 26 | /// Required designer variable.
|
---|
| 27 | /// </summary>
|
---|
| 28 | private System.ComponentModel.IContainer components = null;
|
---|
| 29 |
|
---|
| 30 | /// <summary>
|
---|
| 31 | /// Clean up any resources being used.
|
---|
| 32 | /// </summary>
|
---|
| 33 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 34 | protected override void Dispose(bool disposing) {
|
---|
| 35 | if (disposing && (components != null)) {
|
---|
| 36 | components.Dispose();
|
---|
| 37 | }
|
---|
| 38 | base.Dispose(disposing);
|
---|
| 39 | }
|
---|
| 40 |
|
---|
| 41 | #region Component Designer generated code
|
---|
| 42 |
|
---|
| 43 | /// <summary>
|
---|
| 44 | /// Required method for Designer support - do not modify
|
---|
| 45 | /// the contents of this method with the code editor.
|
---|
| 46 | /// </summary>
|
---|
| 47 | private void InitializeComponent() {
|
---|
| 48 | this.startButton = new System.Windows.Forms.Button();
|
---|
| 49 | this.pauseButton = new System.Windows.Forms.Button();
|
---|
| 50 | this.stopButton = new System.Windows.Forms.Button();
|
---|
| 51 | this.resetButton = new System.Windows.Forms.Button();
|
---|
| 52 | this.executionTimeTextBox = new System.Windows.Forms.TextBox();
|
---|
| 53 | this.executionTimeLabel = new System.Windows.Forms.Label();
|
---|
| 54 | this.foldsNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
---|
| 55 | this.foldsLabel = new System.Windows.Forms.Label();
|
---|
| 56 | this.workersNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
---|
| 57 | this.workersLabel = new System.Windows.Forms.Label();
|
---|
| 58 | this.samplesStartLabel = new System.Windows.Forms.Label();
|
---|
| 59 | this.samplesEndLabel = new System.Windows.Forms.Label();
|
---|
| 60 | this.samplesEndStringConvertibleValueView = new HeuristicLab.Data.Views.StringConvertibleValueView();
|
---|
| 61 | this.samplesStartStringConvertibleValueView = new HeuristicLab.Data.Views.StringConvertibleValueView();
|
---|
| 62 | this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
| 63 | this.algorithmTabPage = new System.Windows.Forms.TabPage();
|
---|
| 64 | this.algorithmNamedItemView = new HeuristicLab.Core.Views.NamedItemView();
|
---|
| 65 | this.algorithmTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
| 66 | this.algorithmProblemTabPage = new System.Windows.Forms.TabPage();
|
---|
| 67 | this.openProblemButton = new System.Windows.Forms.Button();
|
---|
| 68 | this.algorithmProblemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
| 69 | this.newProblemButton = new System.Windows.Forms.Button();
|
---|
| 70 | this.algorithmParametersTabPage = new System.Windows.Forms.TabPage();
|
---|
| 71 | this.algorithmParameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
|
---|
| 72 | this.openAlgorithmButton = new System.Windows.Forms.Button();
|
---|
| 73 | this.newAlgorithmButton = new System.Windows.Forms.Button();
|
---|
| 74 | this.resultsTabPage = new System.Windows.Forms.TabPage();
|
---|
[5832] | 75 | this.resultCollectionView = new HeuristicLab.Optimization.Views.ResultCollectionView();
|
---|
[5617] | 76 | this.runsTabPage = new System.Windows.Forms.TabPage();
|
---|
| 77 | this.storeAlgorithmInEachRunCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 78 | this.runCollectionView = new HeuristicLab.Optimization.Views.RunCollectionView();
|
---|
| 79 | this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
---|
| 80 | this.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
[14864] | 81 | this.shuffleSamplesCheckBox = new System.Windows.Forms.CheckBox();
|
---|
[5617] | 82 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 83 | ((System.ComponentModel.ISupportInitialize)(this.foldsNumericUpDown)).BeginInit();
|
---|
| 84 | ((System.ComponentModel.ISupportInitialize)(this.workersNumericUpDown)).BeginInit();
|
---|
| 85 | this.tabControl.SuspendLayout();
|
---|
| 86 | this.algorithmTabPage.SuspendLayout();
|
---|
| 87 | this.algorithmTabControl.SuspendLayout();
|
---|
| 88 | this.algorithmProblemTabPage.SuspendLayout();
|
---|
| 89 | this.algorithmParametersTabPage.SuspendLayout();
|
---|
| 90 | this.resultsTabPage.SuspendLayout();
|
---|
| 91 | this.runsTabPage.SuspendLayout();
|
---|
[5832] | 92 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
[5617] | 93 | this.splitContainer.Panel1.SuspendLayout();
|
---|
| 94 | this.splitContainer.Panel2.SuspendLayout();
|
---|
| 95 | this.splitContainer.SuspendLayout();
|
---|
| 96 | this.SuspendLayout();
|
---|
| 97 | //
|
---|
| 98 | // nameTextBox
|
---|
| 99 | //
|
---|
| 100 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 101 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
| 102 | this.nameTextBox.Location = new System.Drawing.Point(80, 0);
|
---|
[5832] | 103 | this.nameTextBox.Size = new System.Drawing.Size(511, 20);
|
---|
[5617] | 104 | //
|
---|
[5832] | 105 | // infoLabel
|
---|
[5617] | 106 | //
|
---|
[5832] | 107 | this.infoLabel.Location = new System.Drawing.Point(597, 3);
|
---|
[5617] | 108 | //
|
---|
| 109 | // startButton
|
---|
| 110 | //
|
---|
| 111 | this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
[14865] | 112 | this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
|
---|
[5617] | 113 | this.startButton.Location = new System.Drawing.Point(0, 514);
|
---|
| 114 | this.startButton.Name = "startButton";
|
---|
| 115 | this.startButton.Size = new System.Drawing.Size(24, 24);
|
---|
[5832] | 116 | this.startButton.TabIndex = 5;
|
---|
[5617] | 117 | this.startButton.UseVisualStyleBackColor = true;
|
---|
| 118 | this.startButton.Click += new System.EventHandler(this.startButton_Click);
|
---|
| 119 | //
|
---|
| 120 | // pauseButton
|
---|
| 121 | //
|
---|
| 122 | this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
[14865] | 123 | this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
|
---|
[5617] | 124 | this.pauseButton.Location = new System.Drawing.Point(30, 514);
|
---|
| 125 | this.pauseButton.Name = "pauseButton";
|
---|
| 126 | this.pauseButton.Size = new System.Drawing.Size(24, 24);
|
---|
[5832] | 127 | this.pauseButton.TabIndex = 6;
|
---|
[5617] | 128 | this.pauseButton.UseVisualStyleBackColor = true;
|
---|
| 129 | this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
|
---|
| 130 | //
|
---|
| 131 | // stopButton
|
---|
| 132 | //
|
---|
| 133 | this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
[14865] | 134 | this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
|
---|
[5617] | 135 | this.stopButton.Location = new System.Drawing.Point(60, 514);
|
---|
| 136 | this.stopButton.Name = "stopButton";
|
---|
| 137 | this.stopButton.Size = new System.Drawing.Size(24, 24);
|
---|
[5832] | 138 | this.stopButton.TabIndex = 7;
|
---|
[5617] | 139 | this.stopButton.UseVisualStyleBackColor = true;
|
---|
| 140 | this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
|
---|
| 141 | //
|
---|
| 142 | // resetButton
|
---|
| 143 | //
|
---|
| 144 | this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
[14865] | 145 | this.resetButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart;
|
---|
[5617] | 146 | this.resetButton.Location = new System.Drawing.Point(90, 514);
|
---|
| 147 | this.resetButton.Name = "resetButton";
|
---|
| 148 | this.resetButton.Size = new System.Drawing.Size(24, 24);
|
---|
[5832] | 149 | this.resetButton.TabIndex = 8;
|
---|
[5617] | 150 | this.resetButton.UseVisualStyleBackColor = true;
|
---|
| 151 | this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
|
---|
| 152 | //
|
---|
| 153 | // executionTimeTextBox
|
---|
| 154 | //
|
---|
| 155 | this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 156 | this.executionTimeTextBox.Location = new System.Drawing.Point(478, 517);
|
---|
| 157 | this.executionTimeTextBox.Name = "executionTimeTextBox";
|
---|
| 158 | this.executionTimeTextBox.ReadOnly = true;
|
---|
| 159 | this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
|
---|
[5832] | 160 | this.executionTimeTextBox.TabIndex = 10;
|
---|
[5617] | 161 | //
|
---|
| 162 | // executionTimeLabel
|
---|
| 163 | //
|
---|
| 164 | this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 165 | this.executionTimeLabel.AutoSize = true;
|
---|
| 166 | this.executionTimeLabel.Location = new System.Drawing.Point(389, 520);
|
---|
| 167 | this.executionTimeLabel.Name = "executionTimeLabel";
|
---|
| 168 | this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
|
---|
[5832] | 169 | this.executionTimeLabel.TabIndex = 9;
|
---|
[5617] | 170 | this.executionTimeLabel.Text = "&Execution Time:";
|
---|
| 171 | //
|
---|
| 172 | // foldsNumericUpDown
|
---|
| 173 | //
|
---|
[16506] | 174 | this.foldsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[14864] | 175 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[15738] | 176 | this.foldsNumericUpDown.Location = new System.Drawing.Point(55, 27);
|
---|
[5617] | 177 | this.foldsNumericUpDown.Maximum = new decimal(new int[] {
|
---|
| 178 | 50,
|
---|
| 179 | 0,
|
---|
| 180 | 0,
|
---|
| 181 | 0});
|
---|
| 182 | this.foldsNumericUpDown.Minimum = new decimal(new int[] {
|
---|
| 183 | 2,
|
---|
| 184 | 0,
|
---|
| 185 | 0,
|
---|
| 186 | 0});
|
---|
| 187 | this.foldsNumericUpDown.Name = "foldsNumericUpDown";
|
---|
[15738] | 188 | this.foldsNumericUpDown.Size = new System.Drawing.Size(248, 20);
|
---|
[5832] | 189 | this.foldsNumericUpDown.TabIndex = 3;
|
---|
[5617] | 190 | this.foldsNumericUpDown.ThousandsSeparator = true;
|
---|
| 191 | this.foldsNumericUpDown.Value = new decimal(new int[] {
|
---|
| 192 | 2,
|
---|
| 193 | 0,
|
---|
| 194 | 0,
|
---|
| 195 | 0});
|
---|
| 196 | this.foldsNumericUpDown.ValueChanged += new System.EventHandler(this.foldsNumericUpDown_ValueChanged);
|
---|
| 197 | this.foldsNumericUpDown.Validated += new System.EventHandler(this.foldsNumericUpDown_Validated);
|
---|
| 198 | //
|
---|
| 199 | // foldsLabel
|
---|
| 200 | //
|
---|
| 201 | this.foldsLabel.AutoSize = true;
|
---|
| 202 | this.foldsLabel.Location = new System.Drawing.Point(3, 29);
|
---|
| 203 | this.foldsLabel.Name = "foldsLabel";
|
---|
| 204 | this.foldsLabel.Size = new System.Drawing.Size(35, 13);
|
---|
[5832] | 205 | this.foldsLabel.TabIndex = 2;
|
---|
[5617] | 206 | this.foldsLabel.Text = "&Folds:";
|
---|
| 207 | //
|
---|
| 208 | // workersNumericUpDown
|
---|
| 209 | //
|
---|
[16506] | 210 | this.workersNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[14864] | 211 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[15738] | 212 | this.workersNumericUpDown.Location = new System.Drawing.Point(55, 1);
|
---|
[5617] | 213 | this.workersNumericUpDown.Maximum = new decimal(new int[] {
|
---|
| 214 | 50,
|
---|
| 215 | 0,
|
---|
| 216 | 0,
|
---|
| 217 | 0});
|
---|
| 218 | this.workersNumericUpDown.Minimum = new decimal(new int[] {
|
---|
| 219 | 1,
|
---|
| 220 | 0,
|
---|
| 221 | 0,
|
---|
| 222 | 0});
|
---|
| 223 | this.workersNumericUpDown.Name = "workersNumericUpDown";
|
---|
| 224 | this.workersNumericUpDown.Size = new System.Drawing.Size(248, 20);
|
---|
[5832] | 225 | this.workersNumericUpDown.TabIndex = 1;
|
---|
[5617] | 226 | this.workersNumericUpDown.ThousandsSeparator = true;
|
---|
| 227 | this.workersNumericUpDown.Value = new decimal(new int[] {
|
---|
| 228 | 1,
|
---|
| 229 | 0,
|
---|
| 230 | 0,
|
---|
| 231 | 0});
|
---|
| 232 | this.workersNumericUpDown.ValueChanged += new System.EventHandler(this.workersNumericUpDown_ValueChanged);
|
---|
| 233 | this.workersNumericUpDown.Validated += new System.EventHandler(this.workersNumericUpDown_Validated);
|
---|
| 234 | //
|
---|
| 235 | // workersLabel
|
---|
| 236 | //
|
---|
| 237 | this.workersLabel.AutoSize = true;
|
---|
| 238 | this.workersLabel.Location = new System.Drawing.Point(3, 3);
|
---|
| 239 | this.workersLabel.Name = "workersLabel";
|
---|
| 240 | this.workersLabel.Size = new System.Drawing.Size(50, 13);
|
---|
[5832] | 241 | this.workersLabel.TabIndex = 0;
|
---|
[5617] | 242 | this.workersLabel.Text = "&Workers:";
|
---|
| 243 | //
|
---|
| 244 | // samplesStartLabel
|
---|
| 245 | //
|
---|
| 246 | this.samplesStartLabel.AutoSize = true;
|
---|
| 247 | this.samplesStartLabel.Location = new System.Drawing.Point(3, 3);
|
---|
| 248 | this.samplesStartLabel.Name = "samplesStartLabel";
|
---|
| 249 | this.samplesStartLabel.Size = new System.Drawing.Size(75, 13);
|
---|
[5832] | 250 | this.samplesStartLabel.TabIndex = 0;
|
---|
[5617] | 251 | this.samplesStartLabel.Text = "&Samples Start:";
|
---|
| 252 | //
|
---|
| 253 | // samplesEndLabel
|
---|
| 254 | //
|
---|
| 255 | this.samplesEndLabel.AutoSize = true;
|
---|
| 256 | this.samplesEndLabel.Location = new System.Drawing.Point(3, 29);
|
---|
| 257 | this.samplesEndLabel.Name = "samplesEndLabel";
|
---|
| 258 | this.samplesEndLabel.Size = new System.Drawing.Size(72, 13);
|
---|
[5832] | 259 | this.samplesEndLabel.TabIndex = 2;
|
---|
[5617] | 260 | this.samplesEndLabel.Text = "&Samples End:";
|
---|
| 261 | //
|
---|
| 262 | // samplesEndStringConvertibleValueView
|
---|
| 263 | //
|
---|
[16506] | 264 | this.samplesEndStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[14864] | 265 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5617] | 266 | this.samplesEndStringConvertibleValueView.Caption = "StringConvertibleValue View";
|
---|
| 267 | this.samplesEndStringConvertibleValueView.Content = null;
|
---|
| 268 | this.samplesEndStringConvertibleValueView.LabelVisible = false;
|
---|
| 269 | this.samplesEndStringConvertibleValueView.Location = new System.Drawing.Point(80, 26);
|
---|
| 270 | this.samplesEndStringConvertibleValueView.Name = "samplesEndStringConvertibleValueView";
|
---|
| 271 | this.samplesEndStringConvertibleValueView.ReadOnly = false;
|
---|
| 272 | this.samplesEndStringConvertibleValueView.Size = new System.Drawing.Size(223, 20);
|
---|
[5832] | 273 | this.samplesEndStringConvertibleValueView.TabIndex = 3;
|
---|
[5617] | 274 | //
|
---|
| 275 | // samplesStartStringConvertibleValueView
|
---|
| 276 | //
|
---|
[16506] | 277 | this.samplesStartStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[14864] | 278 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5617] | 279 | this.samplesStartStringConvertibleValueView.Caption = "StringConvertibleValue View";
|
---|
| 280 | this.samplesStartStringConvertibleValueView.Content = null;
|
---|
| 281 | this.samplesStartStringConvertibleValueView.LabelVisible = false;
|
---|
| 282 | this.samplesStartStringConvertibleValueView.Location = new System.Drawing.Point(80, 0);
|
---|
| 283 | this.samplesStartStringConvertibleValueView.Name = "samplesStartStringConvertibleValueView";
|
---|
| 284 | this.samplesStartStringConvertibleValueView.ReadOnly = false;
|
---|
| 285 | this.samplesStartStringConvertibleValueView.Size = new System.Drawing.Size(223, 20);
|
---|
[5832] | 286 | this.samplesStartStringConvertibleValueView.TabIndex = 1;
|
---|
[5617] | 287 | //
|
---|
| 288 | // tabControl
|
---|
| 289 | //
|
---|
[5832] | 290 | this.tabControl.AllowDrop = true;
|
---|
[16506] | 291 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 292 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[14864] | 293 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5617] | 294 | this.tabControl.Controls.Add(this.algorithmTabPage);
|
---|
| 295 | this.tabControl.Controls.Add(this.resultsTabPage);
|
---|
| 296 | this.tabControl.Controls.Add(this.runsTabPage);
|
---|
[14864] | 297 | this.tabControl.Location = new System.Drawing.Point(0, 115);
|
---|
[5617] | 298 | this.tabControl.Name = "tabControl";
|
---|
| 299 | this.tabControl.SelectedIndex = 0;
|
---|
[14864] | 300 | this.tabControl.Size = new System.Drawing.Size(616, 393);
|
---|
[5832] | 301 | this.tabControl.TabIndex = 4;
|
---|
[5617] | 302 | //
|
---|
| 303 | // algorithmTabPage
|
---|
| 304 | //
|
---|
[16506] | 305 | this.algorithmTabPage.BackColor = System.Drawing.SystemColors.Window;
|
---|
[5617] | 306 | this.algorithmTabPage.AllowDrop = true;
|
---|
| 307 | this.algorithmTabPage.Controls.Add(this.algorithmNamedItemView);
|
---|
| 308 | this.algorithmTabPage.Controls.Add(this.algorithmTabControl);
|
---|
| 309 | this.algorithmTabPage.Controls.Add(this.openAlgorithmButton);
|
---|
| 310 | this.algorithmTabPage.Controls.Add(this.newAlgorithmButton);
|
---|
| 311 | this.algorithmTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 312 | this.algorithmTabPage.Name = "algorithmTabPage";
|
---|
| 313 | this.algorithmTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[14864] | 314 | this.algorithmTabPage.Size = new System.Drawing.Size(608, 367);
|
---|
[5617] | 315 | this.algorithmTabPage.TabIndex = 0;
|
---|
| 316 | this.algorithmTabPage.Text = "Algorithm";
|
---|
| 317 | this.algorithmTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragDrop);
|
---|
| 318 | this.algorithmTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
|
---|
| 319 | this.algorithmTabPage.DragOver += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
|
---|
| 320 | //
|
---|
| 321 | // algorithmNamedItemView
|
---|
| 322 | //
|
---|
[16506] | 323 | this.algorithmNamedItemView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[14864] | 324 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5617] | 325 | this.algorithmNamedItemView.Caption = "NamedItem View";
|
---|
| 326 | this.algorithmNamedItemView.Content = null;
|
---|
| 327 | this.algorithmNamedItemView.Location = new System.Drawing.Point(6, 36);
|
---|
| 328 | this.algorithmNamedItemView.Name = "algorithmNamedItemView";
|
---|
| 329 | this.algorithmNamedItemView.ReadOnly = false;
|
---|
[5832] | 330 | this.algorithmNamedItemView.Size = new System.Drawing.Size(596, 23);
|
---|
| 331 | this.algorithmNamedItemView.TabIndex = 2;
|
---|
[5617] | 332 | //
|
---|
| 333 | // algorithmTabControl
|
---|
| 334 | //
|
---|
[5832] | 335 | this.algorithmTabControl.AllowDrop = true;
|
---|
[16506] | 336 | this.algorithmTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 337 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[14864] | 338 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5617] | 339 | this.algorithmTabControl.Controls.Add(this.algorithmProblemTabPage);
|
---|
| 340 | this.algorithmTabControl.Controls.Add(this.algorithmParametersTabPage);
|
---|
[5832] | 341 | this.algorithmTabControl.Location = new System.Drawing.Point(8, 65);
|
---|
[5617] | 342 | this.algorithmTabControl.Name = "algorithmTabControl";
|
---|
| 343 | this.algorithmTabControl.SelectedIndex = 0;
|
---|
[14864] | 344 | this.algorithmTabControl.Size = new System.Drawing.Size(594, 296);
|
---|
[5832] | 345 | this.algorithmTabControl.TabIndex = 3;
|
---|
[5617] | 346 | //
|
---|
| 347 | // algorithmProblemTabPage
|
---|
| 348 | //
|
---|
[16506] | 349 | this.algorithmProblemTabPage.BackColor = System.Drawing.SystemColors.Window;
|
---|
[5617] | 350 | this.algorithmProblemTabPage.AllowDrop = true;
|
---|
| 351 | this.algorithmProblemTabPage.Controls.Add(this.openProblemButton);
|
---|
| 352 | this.algorithmProblemTabPage.Controls.Add(this.algorithmProblemViewHost);
|
---|
| 353 | this.algorithmProblemTabPage.Controls.Add(this.newProblemButton);
|
---|
| 354 | this.algorithmProblemTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 355 | this.algorithmProblemTabPage.Name = "algorithmProblemTabPage";
|
---|
| 356 | this.algorithmProblemTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[14864] | 357 | this.algorithmProblemTabPage.Size = new System.Drawing.Size(586, 270);
|
---|
[5617] | 358 | this.algorithmProblemTabPage.TabIndex = 0;
|
---|
| 359 | this.algorithmProblemTabPage.Text = "Problem";
|
---|
| 360 | this.algorithmProblemTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmProblemTabPage_DragDrop);
|
---|
| 361 | this.algorithmProblemTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmProblemTabPage_DragEnterOver);
|
---|
| 362 | this.algorithmProblemTabPage.DragOver += new System.Windows.Forms.DragEventHandler(this.algorithmProblemTabPage_DragEnterOver);
|
---|
| 363 | //
|
---|
| 364 | // openProblemButton
|
---|
| 365 | //
|
---|
[14865] | 366 | this.openProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
|
---|
[5617] | 367 | this.openProblemButton.Location = new System.Drawing.Point(36, 6);
|
---|
| 368 | this.openProblemButton.Name = "openProblemButton";
|
---|
| 369 | this.openProblemButton.Size = new System.Drawing.Size(24, 24);
|
---|
[5832] | 370 | this.openProblemButton.TabIndex = 1;
|
---|
[5617] | 371 | this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
|
---|
| 372 | this.openProblemButton.UseVisualStyleBackColor = true;
|
---|
| 373 | this.openProblemButton.Click += new System.EventHandler(this.openProblemButton_Click);
|
---|
| 374 | //
|
---|
| 375 | // algorithmProblemViewHost
|
---|
| 376 | //
|
---|
[16506] | 377 | this.algorithmProblemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 378 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[14864] | 379 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5617] | 380 | this.algorithmProblemViewHost.Caption = "View";
|
---|
| 381 | this.algorithmProblemViewHost.Content = null;
|
---|
| 382 | this.algorithmProblemViewHost.Enabled = false;
|
---|
| 383 | this.algorithmProblemViewHost.Location = new System.Drawing.Point(6, 36);
|
---|
| 384 | this.algorithmProblemViewHost.Name = "algorithmProblemViewHost";
|
---|
| 385 | this.algorithmProblemViewHost.ReadOnly = false;
|
---|
[14864] | 386 | this.algorithmProblemViewHost.Size = new System.Drawing.Size(574, 228);
|
---|
[5832] | 387 | this.algorithmProblemViewHost.TabIndex = 2;
|
---|
| 388 | this.algorithmProblemViewHost.ViewsLabelVisible = true;
|
---|
[5617] | 389 | this.algorithmProblemViewHost.ViewType = null;
|
---|
| 390 | //
|
---|
| 391 | // newProblemButton
|
---|
| 392 | //
|
---|
[14865] | 393 | this.newProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
|
---|
[5617] | 394 | this.newProblemButton.Location = new System.Drawing.Point(6, 6);
|
---|
| 395 | this.newProblemButton.Name = "newProblemButton";
|
---|
| 396 | this.newProblemButton.Size = new System.Drawing.Size(24, 24);
|
---|
[5832] | 397 | this.newProblemButton.TabIndex = 0;
|
---|
[5617] | 398 | this.toolTip.SetToolTip(this.newProblemButton, "NewProblem");
|
---|
| 399 | this.newProblemButton.UseVisualStyleBackColor = true;
|
---|
| 400 | this.newProblemButton.Click += new System.EventHandler(this.newProblemButton_Click);
|
---|
| 401 | //
|
---|
| 402 | // algorithmParametersTabPage
|
---|
| 403 | //
|
---|
[16506] | 404 | this.algorithmParametersTabPage.BackColor = System.Drawing.SystemColors.Window;
|
---|
[5617] | 405 | this.algorithmParametersTabPage.Controls.Add(this.algorithmParameterCollectionView);
|
---|
| 406 | this.algorithmParametersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 407 | this.algorithmParametersTabPage.Name = "algorithmParametersTabPage";
|
---|
| 408 | this.algorithmParametersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[14864] | 409 | this.algorithmParametersTabPage.Size = new System.Drawing.Size(586, 270);
|
---|
[5617] | 410 | this.algorithmParametersTabPage.TabIndex = 1;
|
---|
| 411 | this.algorithmParametersTabPage.Text = "Parameters";
|
---|
| 412 | //
|
---|
| 413 | // algorithmParameterCollectionView
|
---|
| 414 | //
|
---|
[14864] | 415 | this.algorithmParameterCollectionView.AllowEditingOfHiddenParameters = true;
|
---|
[5617] | 416 | this.algorithmParameterCollectionView.Caption = "ParameterCollection View";
|
---|
| 417 | this.algorithmParameterCollectionView.Content = null;
|
---|
| 418 | this.algorithmParameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 419 | this.algorithmParameterCollectionView.Location = new System.Drawing.Point(3, 3);
|
---|
| 420 | this.algorithmParameterCollectionView.Name = "algorithmParameterCollectionView";
|
---|
| 421 | this.algorithmParameterCollectionView.ReadOnly = false;
|
---|
[14864] | 422 | this.algorithmParameterCollectionView.ShowDetails = true;
|
---|
| 423 | this.algorithmParameterCollectionView.Size = new System.Drawing.Size(580, 264);
|
---|
[5617] | 424 | this.algorithmParameterCollectionView.TabIndex = 0;
|
---|
| 425 | //
|
---|
| 426 | // openAlgorithmButton
|
---|
| 427 | //
|
---|
[14865] | 428 | this.openAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
|
---|
[5617] | 429 | this.openAlgorithmButton.Location = new System.Drawing.Point(38, 6);
|
---|
| 430 | this.openAlgorithmButton.Name = "openAlgorithmButton";
|
---|
| 431 | this.openAlgorithmButton.Size = new System.Drawing.Size(24, 24);
|
---|
[5832] | 432 | this.openAlgorithmButton.TabIndex = 1;
|
---|
[5617] | 433 | this.toolTip.SetToolTip(this.openAlgorithmButton, "Open Algorithm");
|
---|
| 434 | this.openAlgorithmButton.UseVisualStyleBackColor = true;
|
---|
| 435 | this.openAlgorithmButton.Click += new System.EventHandler(this.openAlgorithmButton_Click);
|
---|
| 436 | //
|
---|
| 437 | // newAlgorithmButton
|
---|
| 438 | //
|
---|
[14865] | 439 | this.newAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
|
---|
[5617] | 440 | this.newAlgorithmButton.Location = new System.Drawing.Point(8, 6);
|
---|
| 441 | this.newAlgorithmButton.Name = "newAlgorithmButton";
|
---|
| 442 | this.newAlgorithmButton.Size = new System.Drawing.Size(24, 24);
|
---|
[5832] | 443 | this.newAlgorithmButton.TabIndex = 0;
|
---|
[5617] | 444 | this.toolTip.SetToolTip(this.newAlgorithmButton, "New Algorithm");
|
---|
| 445 | this.newAlgorithmButton.UseVisualStyleBackColor = true;
|
---|
| 446 | this.newAlgorithmButton.Click += new System.EventHandler(this.newAlgorithmButton_Click);
|
---|
| 447 | //
|
---|
| 448 | // resultsTabPage
|
---|
| 449 | //
|
---|
[16506] | 450 | this.resultsTabPage.BackColor = System.Drawing.SystemColors.Window;
|
---|
[5617] | 451 | this.resultsTabPage.Controls.Add(this.resultCollectionView);
|
---|
| 452 | this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 453 | this.resultsTabPage.Name = "resultsTabPage";
|
---|
| 454 | this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[14864] | 455 | this.resultsTabPage.Size = new System.Drawing.Size(608, 367);
|
---|
[5617] | 456 | this.resultsTabPage.TabIndex = 1;
|
---|
| 457 | this.resultsTabPage.Text = "Results";
|
---|
| 458 | //
|
---|
[5832] | 459 | // resultCollectionView
|
---|
| 460 | //
|
---|
| 461 | this.resultCollectionView.Caption = "ResultCollection View";
|
---|
| 462 | this.resultCollectionView.Content = null;
|
---|
| 463 | this.resultCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 464 | this.resultCollectionView.Location = new System.Drawing.Point(3, 3);
|
---|
| 465 | this.resultCollectionView.Name = "resultCollectionView";
|
---|
| 466 | this.resultCollectionView.ReadOnly = true;
|
---|
[14864] | 467 | this.resultCollectionView.ShowDetails = true;
|
---|
| 468 | this.resultCollectionView.Size = new System.Drawing.Size(602, 361);
|
---|
[5832] | 469 | this.resultCollectionView.TabIndex = 0;
|
---|
| 470 | //
|
---|
[5617] | 471 | // runsTabPage
|
---|
| 472 | //
|
---|
[16506] | 473 | this.runsTabPage.BackColor = System.Drawing.SystemColors.Window;
|
---|
[5617] | 474 | this.runsTabPage.Controls.Add(this.storeAlgorithmInEachRunCheckBox);
|
---|
| 475 | this.runsTabPage.Controls.Add(this.runCollectionView);
|
---|
| 476 | this.runsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 477 | this.runsTabPage.Name = "runsTabPage";
|
---|
| 478 | this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[14864] | 479 | this.runsTabPage.Size = new System.Drawing.Size(608, 367);
|
---|
[5617] | 480 | this.runsTabPage.TabIndex = 2;
|
---|
| 481 | this.runsTabPage.Text = "Runs";
|
---|
| 482 | //
|
---|
| 483 | // storeAlgorithmInEachRunCheckBox
|
---|
| 484 | //
|
---|
| 485 | this.storeAlgorithmInEachRunCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 486 | this.storeAlgorithmInEachRunCheckBox.AutoSize = true;
|
---|
| 487 | this.storeAlgorithmInEachRunCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
| 488 | this.storeAlgorithmInEachRunCheckBox.Checked = true;
|
---|
| 489 | this.storeAlgorithmInEachRunCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
| 490 | this.storeAlgorithmInEachRunCheckBox.Location = new System.Drawing.Point(440, 4);
|
---|
| 491 | this.storeAlgorithmInEachRunCheckBox.Name = "storeAlgorithmInEachRunCheckBox";
|
---|
| 492 | this.storeAlgorithmInEachRunCheckBox.Size = new System.Drawing.Size(161, 17);
|
---|
[5832] | 493 | this.storeAlgorithmInEachRunCheckBox.TabIndex = 1;
|
---|
[5617] | 494 | this.storeAlgorithmInEachRunCheckBox.Text = "&Store Algorithm in each Run:";
|
---|
| 495 | this.toolTip.SetToolTip(this.storeAlgorithmInEachRunCheckBox, "Check to store a copy of the algorithm in each run.");
|
---|
| 496 | this.storeAlgorithmInEachRunCheckBox.UseVisualStyleBackColor = true;
|
---|
| 497 | this.storeAlgorithmInEachRunCheckBox.CheckedChanged += new System.EventHandler(this.storeAlgorithmInEachRunCheckBox_CheckedChanged);
|
---|
| 498 | //
|
---|
| 499 | // runCollectionView
|
---|
| 500 | //
|
---|
| 501 | this.runCollectionView.Caption = "RunCollection View";
|
---|
| 502 | this.runCollectionView.Content = null;
|
---|
| 503 | this.runCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 504 | this.runCollectionView.Location = new System.Drawing.Point(3, 3);
|
---|
| 505 | this.runCollectionView.Name = "runCollectionView";
|
---|
| 506 | this.runCollectionView.ReadOnly = false;
|
---|
[14864] | 507 | this.runCollectionView.Size = new System.Drawing.Size(602, 361);
|
---|
[5832] | 508 | this.runCollectionView.TabIndex = 0;
|
---|
[5617] | 509 | //
|
---|
| 510 | // openFileDialog
|
---|
| 511 | //
|
---|
| 512 | this.openFileDialog.DefaultExt = "hl";
|
---|
| 513 | this.openFileDialog.FileName = "Algorithm";
|
---|
| 514 | this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
|
---|
| 515 | this.openFileDialog.Title = "Open Algorithm";
|
---|
| 516 | //
|
---|
| 517 | // splitContainer
|
---|
| 518 | //
|
---|
[16506] | 519 | this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[14864] | 520 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5832] | 521 | this.splitContainer.Location = new System.Drawing.Point(0, 26);
|
---|
[5617] | 522 | this.splitContainer.Name = "splitContainer";
|
---|
| 523 | //
|
---|
| 524 | // splitContainer.Panel1
|
---|
| 525 | //
|
---|
[14864] | 526 | this.splitContainer.Panel1.Controls.Add(this.shuffleSamplesCheckBox);
|
---|
[5617] | 527 | this.splitContainer.Panel1.Controls.Add(this.samplesEndStringConvertibleValueView);
|
---|
| 528 | this.splitContainer.Panel1.Controls.Add(this.samplesStartStringConvertibleValueView);
|
---|
| 529 | this.splitContainer.Panel1.Controls.Add(this.samplesStartLabel);
|
---|
| 530 | this.splitContainer.Panel1.Controls.Add(this.samplesEndLabel);
|
---|
| 531 | //
|
---|
| 532 | // splitContainer.Panel2
|
---|
| 533 | //
|
---|
| 534 | this.splitContainer.Panel2.Controls.Add(this.foldsNumericUpDown);
|
---|
| 535 | this.splitContainer.Panel2.Controls.Add(this.foldsLabel);
|
---|
| 536 | this.splitContainer.Panel2.Controls.Add(this.workersLabel);
|
---|
| 537 | this.splitContainer.Panel2.Controls.Add(this.workersNumericUpDown);
|
---|
[14864] | 538 | this.splitContainer.Size = new System.Drawing.Size(616, 73);
|
---|
[5617] | 539 | this.splitContainer.SplitterDistance = 306;
|
---|
[5832] | 540 | this.splitContainer.TabIndex = 3;
|
---|
[5617] | 541 | //
|
---|
[14864] | 542 | // shuffleSamplesCheckBox
|
---|
| 543 | //
|
---|
| 544 | this.shuffleSamplesCheckBox.AutoSize = true;
|
---|
| 545 | this.shuffleSamplesCheckBox.Location = new System.Drawing.Point(6, 52);
|
---|
| 546 | this.shuffleSamplesCheckBox.Name = "shuffleSamplesCheckBox";
|
---|
| 547 | this.shuffleSamplesCheckBox.Size = new System.Drawing.Size(102, 17);
|
---|
| 548 | this.shuffleSamplesCheckBox.TabIndex = 5;
|
---|
| 549 | this.shuffleSamplesCheckBox.Text = "Shuffle Samples";
|
---|
| 550 | this.shuffleSamplesCheckBox.UseVisualStyleBackColor = true;
|
---|
| 551 | this.shuffleSamplesCheckBox.CheckedChanged += new System.EventHandler(this.shuffleSamplesCheckBox_CheckedChanged);
|
---|
| 552 | //
|
---|
[5617] | 553 | // CrossValidationView
|
---|
| 554 | //
|
---|
[7967] | 555 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[5617] | 556 | this.Controls.Add(this.tabControl);
|
---|
| 557 | this.Controls.Add(this.executionTimeTextBox);
|
---|
| 558 | this.Controls.Add(this.executionTimeLabel);
|
---|
| 559 | this.Controls.Add(this.startButton);
|
---|
| 560 | this.Controls.Add(this.pauseButton);
|
---|
| 561 | this.Controls.Add(this.stopButton);
|
---|
| 562 | this.Controls.Add(this.resetButton);
|
---|
| 563 | this.Controls.Add(this.splitContainer);
|
---|
| 564 | this.Name = "CrossValidationView";
|
---|
| 565 | this.Size = new System.Drawing.Size(616, 538);
|
---|
| 566 | this.Controls.SetChildIndex(this.splitContainer, 0);
|
---|
[5832] | 567 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
[5617] | 568 | this.Controls.SetChildIndex(this.resetButton, 0);
|
---|
| 569 | this.Controls.SetChildIndex(this.stopButton, 0);
|
---|
| 570 | this.Controls.SetChildIndex(this.pauseButton, 0);
|
---|
| 571 | this.Controls.SetChildIndex(this.startButton, 0);
|
---|
| 572 | this.Controls.SetChildIndex(this.executionTimeLabel, 0);
|
---|
| 573 | this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
|
---|
| 574 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
| 575 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 576 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 577 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 578 | ((System.ComponentModel.ISupportInitialize)(this.foldsNumericUpDown)).EndInit();
|
---|
| 579 | ((System.ComponentModel.ISupportInitialize)(this.workersNumericUpDown)).EndInit();
|
---|
| 580 | this.tabControl.ResumeLayout(false);
|
---|
| 581 | this.algorithmTabPage.ResumeLayout(false);
|
---|
| 582 | this.algorithmTabControl.ResumeLayout(false);
|
---|
| 583 | this.algorithmProblemTabPage.ResumeLayout(false);
|
---|
| 584 | this.algorithmParametersTabPage.ResumeLayout(false);
|
---|
| 585 | this.resultsTabPage.ResumeLayout(false);
|
---|
| 586 | this.runsTabPage.ResumeLayout(false);
|
---|
| 587 | this.runsTabPage.PerformLayout();
|
---|
| 588 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
| 589 | this.splitContainer.Panel1.PerformLayout();
|
---|
| 590 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
| 591 | this.splitContainer.Panel2.PerformLayout();
|
---|
[5832] | 592 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
[5617] | 593 | this.splitContainer.ResumeLayout(false);
|
---|
| 594 | this.ResumeLayout(false);
|
---|
| 595 | this.PerformLayout();
|
---|
| 596 |
|
---|
| 597 | }
|
---|
| 598 |
|
---|
| 599 | #endregion
|
---|
| 600 |
|
---|
| 601 | private System.Windows.Forms.Button startButton;
|
---|
| 602 | private System.Windows.Forms.Button pauseButton;
|
---|
| 603 | private System.Windows.Forms.Button stopButton;
|
---|
| 604 | private System.Windows.Forms.Button resetButton;
|
---|
| 605 | private System.Windows.Forms.TextBox executionTimeTextBox;
|
---|
| 606 | private System.Windows.Forms.Label executionTimeLabel;
|
---|
| 607 | private System.Windows.Forms.NumericUpDown foldsNumericUpDown;
|
---|
| 608 | private System.Windows.Forms.Label foldsLabel;
|
---|
| 609 | private System.Windows.Forms.NumericUpDown workersNumericUpDown;
|
---|
| 610 | private System.Windows.Forms.Label workersLabel;
|
---|
| 611 | private System.Windows.Forms.Label samplesStartLabel;
|
---|
| 612 | private Data.Views.StringConvertibleValueView samplesStartStringConvertibleValueView;
|
---|
| 613 | private Data.Views.StringConvertibleValueView samplesEndStringConvertibleValueView;
|
---|
| 614 | private System.Windows.Forms.Label samplesEndLabel;
|
---|
| 615 | private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
|
---|
| 616 | private System.Windows.Forms.TabPage algorithmTabPage;
|
---|
| 617 | private System.Windows.Forms.TabPage resultsTabPage;
|
---|
| 618 | private System.Windows.Forms.Button openAlgorithmButton;
|
---|
| 619 | private System.Windows.Forms.Button newAlgorithmButton;
|
---|
| 620 | private Core.Views.NamedItemView algorithmNamedItemView;
|
---|
| 621 | private HeuristicLab.MainForm.WindowsForms.DragOverTabControl algorithmTabControl;
|
---|
| 622 | private System.Windows.Forms.TabPage algorithmProblemTabPage;
|
---|
| 623 | private System.Windows.Forms.TabPage algorithmParametersTabPage;
|
---|
| 624 | private MainForm.WindowsForms.ViewHost algorithmProblemViewHost;
|
---|
| 625 | private System.Windows.Forms.Button openProblemButton;
|
---|
| 626 | private System.Windows.Forms.Button newProblemButton;
|
---|
| 627 | private Core.Views.ParameterCollectionView algorithmParameterCollectionView;
|
---|
| 628 | private System.Windows.Forms.OpenFileDialog openFileDialog;
|
---|
| 629 | private System.Windows.Forms.TabPage runsTabPage;
|
---|
| 630 | private Optimization.Views.RunCollectionView runCollectionView;
|
---|
| 631 | private System.Windows.Forms.CheckBox storeAlgorithmInEachRunCheckBox;
|
---|
| 632 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
| 633 | private Optimization.Views.ResultCollectionView resultCollectionView;
|
---|
[14864] | 634 | private System.Windows.Forms.CheckBox shuffleSamplesCheckBox;
|
---|
[5617] | 635 | }
|
---|
| 636 | }
|
---|