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