[1289] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
| 3 | * Copyright (C) 2002-2009 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
| 4 | *
|
---|
| 5 | * This file is part of HeuristicLab.
|
---|
| 6 | *
|
---|
| 7 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
| 8 | * it under the terms of the GNU General Public License as published by
|
---|
| 9 | * the Free Software Foundation, either version 3 of the License, or
|
---|
| 10 | * (at your option) any later version.
|
---|
| 11 | *
|
---|
| 12 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 15 | * GNU General Public License for more details.
|
---|
| 16 | *
|
---|
| 17 | * You should have received a copy of the GNU General Public License
|
---|
| 18 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
| 19 | */
|
---|
| 20 | #endregion
|
---|
| 21 |
|
---|
| 22 | namespace HeuristicLab.SA {
|
---|
| 23 | partial class SAEditor {
|
---|
| 24 | /// <summary>
|
---|
| 25 | /// Required designer variable.
|
---|
| 26 | /// </summary>
|
---|
| 27 | private System.ComponentModel.IContainer components = null;
|
---|
| 28 |
|
---|
| 29 | /// <summary>
|
---|
| 30 | /// Clean up any resources being used.
|
---|
| 31 | /// </summary>
|
---|
| 32 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 33 | protected override void Dispose(bool disposing) {
|
---|
| 34 | if (chooseOperatorDialog != null) chooseOperatorDialog.Dispose();
|
---|
| 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.executeButton = new System.Windows.Forms.Button();
|
---|
| 49 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
| 50 | this.parametersTabPage = new System.Windows.Forms.TabPage();
|
---|
[1353] | 51 | this.annealingParameterTextBox = new System.Windows.Forms.TextBox();
|
---|
| 52 | this.annealingParameterLabel = new System.Windows.Forms.Label();
|
---|
[1289] | 53 | this.setEvaluationButton = new System.Windows.Forms.Button();
|
---|
| 54 | this.setMutationButton = new System.Windows.Forms.Button();
|
---|
| 55 | this.setAnnealingSchemeButton = new System.Windows.Forms.Button();
|
---|
| 56 | this.setSolutionGenerationButton = new System.Windows.Forms.Button();
|
---|
| 57 | this.viewEvaluationButton = new System.Windows.Forms.Button();
|
---|
| 58 | this.viewMutationButton = new System.Windows.Forms.Button();
|
---|
| 59 | this.viewAnnealingSchemeButton = new System.Windows.Forms.Button();
|
---|
| 60 | this.viewSolutionGenerationButton = new System.Windows.Forms.Button();
|
---|
| 61 | this.viewProblemInitializationButton = new System.Windows.Forms.Button();
|
---|
| 62 | this.setProblemInitializationButton = new System.Windows.Forms.Button();
|
---|
| 63 | this.evaluationTextBox = new System.Windows.Forms.TextBox();
|
---|
| 64 | this.mutationTextBox = new System.Windows.Forms.TextBox();
|
---|
| 65 | this.annealingSchemaTextBox = new System.Windows.Forms.TextBox();
|
---|
| 66 | this.solutionGenerationTextBox = new System.Windows.Forms.TextBox();
|
---|
| 67 | this.problemInitializationTextBox = new System.Windows.Forms.TextBox();
|
---|
| 68 | this.setRandomSeedRandomlyCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 69 | this.evaluationLabel = new System.Windows.Forms.Label();
|
---|
| 70 | this.mutationLabel = new System.Windows.Forms.Label();
|
---|
| 71 | this.annealingSchemaLabel = new System.Windows.Forms.Label();
|
---|
| 72 | this.solutionGenerationLabel = new System.Windows.Forms.Label();
|
---|
| 73 | this.problemInitializationLabel = new System.Windows.Forms.Label();
|
---|
| 74 | this.temperatureTextBox = new System.Windows.Forms.TextBox();
|
---|
| 75 | this.temperatureLabel = new System.Windows.Forms.Label();
|
---|
| 76 | this.maximumIterationEffortTextBox = new System.Windows.Forms.TextBox();
|
---|
| 77 | this.maximumIterationEffortLabel = new System.Windows.Forms.Label();
|
---|
| 78 | this.randomSeedTextBox = new System.Windows.Forms.TextBox();
|
---|
| 79 | this.maximumIterationsTextBox = new System.Windows.Forms.TextBox();
|
---|
| 80 | this.setRandomSeedRandomlyLabel = new System.Windows.Forms.Label();
|
---|
| 81 | this.randomSeedLabel = new System.Windows.Forms.Label();
|
---|
| 82 | this.maximumIterationsLabel = new System.Windows.Forms.Label();
|
---|
| 83 | this.scopesTabPage = new System.Windows.Forms.TabPage();
|
---|
| 84 | this.scopeView = new HeuristicLab.Core.ScopeView();
|
---|
| 85 | this.abortButton = new System.Windows.Forms.Button();
|
---|
| 86 | this.resetButton = new System.Windows.Forms.Button();
|
---|
| 87 | this.cloneEngineButton = new System.Windows.Forms.Button();
|
---|
[1353] | 88 | this.minimumTemperatureTextBox = new System.Windows.Forms.TextBox();
|
---|
| 89 | this.minimumTemperatureLabel = new System.Windows.Forms.Label();
|
---|
[1289] | 90 | this.tabControl.SuspendLayout();
|
---|
| 91 | this.parametersTabPage.SuspendLayout();
|
---|
| 92 | this.scopesTabPage.SuspendLayout();
|
---|
| 93 | this.SuspendLayout();
|
---|
| 94 | //
|
---|
| 95 | // executeButton
|
---|
| 96 | //
|
---|
| 97 | this.executeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
[1353] | 98 | this.executeButton.Location = new System.Drawing.Point(0, 397);
|
---|
[1289] | 99 | this.executeButton.Name = "executeButton";
|
---|
| 100 | this.executeButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 101 | this.executeButton.TabIndex = 1;
|
---|
| 102 | this.executeButton.Text = "&Execute";
|
---|
| 103 | this.executeButton.UseVisualStyleBackColor = true;
|
---|
| 104 | this.executeButton.Click += new System.EventHandler(this.executeButton_Click);
|
---|
| 105 | //
|
---|
| 106 | // tabControl
|
---|
| 107 | //
|
---|
| 108 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 109 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 110 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 111 | this.tabControl.Controls.Add(this.parametersTabPage);
|
---|
| 112 | this.tabControl.Controls.Add(this.scopesTabPage);
|
---|
| 113 | this.tabControl.Location = new System.Drawing.Point(0, 0);
|
---|
| 114 | this.tabControl.Name = "tabControl";
|
---|
| 115 | this.tabControl.SelectedIndex = 0;
|
---|
[1353] | 116 | this.tabControl.Size = new System.Drawing.Size(473, 391);
|
---|
[1289] | 117 | this.tabControl.TabIndex = 0;
|
---|
| 118 | //
|
---|
| 119 | // parametersTabPage
|
---|
| 120 | //
|
---|
[1353] | 121 | this.parametersTabPage.Controls.Add(this.minimumTemperatureTextBox);
|
---|
| 122 | this.parametersTabPage.Controls.Add(this.minimumTemperatureLabel);
|
---|
[1289] | 123 | this.parametersTabPage.Controls.Add(this.annealingParameterTextBox);
|
---|
| 124 | this.parametersTabPage.Controls.Add(this.annealingParameterLabel);
|
---|
| 125 | this.parametersTabPage.Controls.Add(this.setEvaluationButton);
|
---|
| 126 | this.parametersTabPage.Controls.Add(this.setMutationButton);
|
---|
| 127 | this.parametersTabPage.Controls.Add(this.setAnnealingSchemeButton);
|
---|
| 128 | this.parametersTabPage.Controls.Add(this.setSolutionGenerationButton);
|
---|
| 129 | this.parametersTabPage.Controls.Add(this.viewEvaluationButton);
|
---|
| 130 | this.parametersTabPage.Controls.Add(this.viewMutationButton);
|
---|
| 131 | this.parametersTabPage.Controls.Add(this.viewAnnealingSchemeButton);
|
---|
| 132 | this.parametersTabPage.Controls.Add(this.viewSolutionGenerationButton);
|
---|
| 133 | this.parametersTabPage.Controls.Add(this.viewProblemInitializationButton);
|
---|
| 134 | this.parametersTabPage.Controls.Add(this.setProblemInitializationButton);
|
---|
| 135 | this.parametersTabPage.Controls.Add(this.evaluationTextBox);
|
---|
| 136 | this.parametersTabPage.Controls.Add(this.mutationTextBox);
|
---|
| 137 | this.parametersTabPage.Controls.Add(this.annealingSchemaTextBox);
|
---|
| 138 | this.parametersTabPage.Controls.Add(this.solutionGenerationTextBox);
|
---|
| 139 | this.parametersTabPage.Controls.Add(this.problemInitializationTextBox);
|
---|
| 140 | this.parametersTabPage.Controls.Add(this.setRandomSeedRandomlyCheckBox);
|
---|
| 141 | this.parametersTabPage.Controls.Add(this.evaluationLabel);
|
---|
| 142 | this.parametersTabPage.Controls.Add(this.mutationLabel);
|
---|
| 143 | this.parametersTabPage.Controls.Add(this.annealingSchemaLabel);
|
---|
| 144 | this.parametersTabPage.Controls.Add(this.solutionGenerationLabel);
|
---|
| 145 | this.parametersTabPage.Controls.Add(this.problemInitializationLabel);
|
---|
| 146 | this.parametersTabPage.Controls.Add(this.temperatureTextBox);
|
---|
| 147 | this.parametersTabPage.Controls.Add(this.temperatureLabel);
|
---|
| 148 | this.parametersTabPage.Controls.Add(this.maximumIterationEffortTextBox);
|
---|
| 149 | this.parametersTabPage.Controls.Add(this.maximumIterationEffortLabel);
|
---|
| 150 | this.parametersTabPage.Controls.Add(this.randomSeedTextBox);
|
---|
| 151 | this.parametersTabPage.Controls.Add(this.maximumIterationsTextBox);
|
---|
| 152 | this.parametersTabPage.Controls.Add(this.setRandomSeedRandomlyLabel);
|
---|
| 153 | this.parametersTabPage.Controls.Add(this.randomSeedLabel);
|
---|
| 154 | this.parametersTabPage.Controls.Add(this.maximumIterationsLabel);
|
---|
| 155 | this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 156 | this.parametersTabPage.Name = "parametersTabPage";
|
---|
| 157 | this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[1353] | 158 | this.parametersTabPage.Size = new System.Drawing.Size(465, 365);
|
---|
[1289] | 159 | this.parametersTabPage.TabIndex = 0;
|
---|
| 160 | this.parametersTabPage.Text = "Parameters";
|
---|
| 161 | this.parametersTabPage.UseVisualStyleBackColor = true;
|
---|
| 162 | //
|
---|
[1353] | 163 | // annealingParameterTextBox
|
---|
| 164 | //
|
---|
| 165 | this.annealingParameterTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 166 | this.annealingParameterTextBox.Location = new System.Drawing.Point(159, 178);
|
---|
| 167 | this.annealingParameterTextBox.Name = "annealingParameterTextBox";
|
---|
| 168 | this.annealingParameterTextBox.Size = new System.Drawing.Size(186, 20);
|
---|
| 169 | this.annealingParameterTextBox.TabIndex = 31;
|
---|
| 170 | //
|
---|
| 171 | // annealingParameterLabel
|
---|
| 172 | //
|
---|
| 173 | this.annealingParameterLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 174 | this.annealingParameterLabel.AutoSize = true;
|
---|
| 175 | this.annealingParameterLabel.Location = new System.Drawing.Point(6, 181);
|
---|
| 176 | this.annealingParameterLabel.Name = "annealingParameterLabel";
|
---|
| 177 | this.annealingParameterLabel.Size = new System.Drawing.Size(108, 13);
|
---|
| 178 | this.annealingParameterLabel.TabIndex = 30;
|
---|
| 179 | this.annealingParameterLabel.Text = "Annealing Parameter:";
|
---|
| 180 | //
|
---|
[1289] | 181 | // setEvaluationButton
|
---|
| 182 | //
|
---|
| 183 | this.setEvaluationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
[1353] | 184 | this.setEvaluationButton.Location = new System.Drawing.Point(410, 323);
|
---|
[1289] | 185 | this.setEvaluationButton.Name = "setEvaluationButton";
|
---|
| 186 | this.setEvaluationButton.Size = new System.Drawing.Size(43, 20);
|
---|
| 187 | this.setEvaluationButton.TabIndex = 29;
|
---|
| 188 | this.setEvaluationButton.Text = "Set...";
|
---|
| 189 | this.setEvaluationButton.UseVisualStyleBackColor = true;
|
---|
| 190 | this.setEvaluationButton.Click += new System.EventHandler(this.setEvaluationButton_Click);
|
---|
| 191 | //
|
---|
| 192 | // setMutationButton
|
---|
| 193 | //
|
---|
| 194 | this.setMutationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
[1353] | 195 | this.setMutationButton.Location = new System.Drawing.Point(410, 297);
|
---|
[1289] | 196 | this.setMutationButton.Name = "setMutationButton";
|
---|
| 197 | this.setMutationButton.Size = new System.Drawing.Size(43, 20);
|
---|
| 198 | this.setMutationButton.TabIndex = 25;
|
---|
| 199 | this.setMutationButton.Text = "Set...";
|
---|
| 200 | this.setMutationButton.UseVisualStyleBackColor = true;
|
---|
| 201 | this.setMutationButton.Click += new System.EventHandler(this.setMutationButton_Click);
|
---|
| 202 | //
|
---|
| 203 | // setAnnealingSchemeButton
|
---|
| 204 | //
|
---|
| 205 | this.setAnnealingSchemeButton.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
[1353] | 206 | this.setAnnealingSchemeButton.Location = new System.Drawing.Point(410, 271);
|
---|
[1289] | 207 | this.setAnnealingSchemeButton.Name = "setAnnealingSchemeButton";
|
---|
| 208 | this.setAnnealingSchemeButton.Size = new System.Drawing.Size(43, 20);
|
---|
| 209 | this.setAnnealingSchemeButton.TabIndex = 21;
|
---|
| 210 | this.setAnnealingSchemeButton.Text = "Set...";
|
---|
| 211 | this.setAnnealingSchemeButton.UseVisualStyleBackColor = true;
|
---|
| 212 | this.setAnnealingSchemeButton.Click += new System.EventHandler(this.setAnnealingSchemeButton_Click);
|
---|
| 213 | //
|
---|
| 214 | // setSolutionGenerationButton
|
---|
| 215 | //
|
---|
| 216 | this.setSolutionGenerationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
[1353] | 217 | this.setSolutionGenerationButton.Location = new System.Drawing.Point(410, 245);
|
---|
[1289] | 218 | this.setSolutionGenerationButton.Name = "setSolutionGenerationButton";
|
---|
| 219 | this.setSolutionGenerationButton.Size = new System.Drawing.Size(43, 20);
|
---|
| 220 | this.setSolutionGenerationButton.TabIndex = 17;
|
---|
| 221 | this.setSolutionGenerationButton.Text = "Set...";
|
---|
| 222 | this.setSolutionGenerationButton.UseVisualStyleBackColor = true;
|
---|
| 223 | this.setSolutionGenerationButton.Click += new System.EventHandler(this.setSolutionGenerationButton_Click);
|
---|
| 224 | //
|
---|
| 225 | // viewEvaluationButton
|
---|
| 226 | //
|
---|
| 227 | this.viewEvaluationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
[1353] | 228 | this.viewEvaluationButton.Location = new System.Drawing.Point(351, 323);
|
---|
[1289] | 229 | this.viewEvaluationButton.Name = "viewEvaluationButton";
|
---|
| 230 | this.viewEvaluationButton.Size = new System.Drawing.Size(53, 20);
|
---|
| 231 | this.viewEvaluationButton.TabIndex = 28;
|
---|
| 232 | this.viewEvaluationButton.Text = "View...";
|
---|
| 233 | this.viewEvaluationButton.UseVisualStyleBackColor = true;
|
---|
| 234 | this.viewEvaluationButton.Click += new System.EventHandler(this.viewEvaluationButton_Click);
|
---|
| 235 | //
|
---|
| 236 | // viewMutationButton
|
---|
| 237 | //
|
---|
| 238 | this.viewMutationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
[1353] | 239 | this.viewMutationButton.Location = new System.Drawing.Point(351, 297);
|
---|
[1289] | 240 | this.viewMutationButton.Name = "viewMutationButton";
|
---|
| 241 | this.viewMutationButton.Size = new System.Drawing.Size(53, 20);
|
---|
| 242 | this.viewMutationButton.TabIndex = 24;
|
---|
| 243 | this.viewMutationButton.Text = "View...";
|
---|
| 244 | this.viewMutationButton.UseVisualStyleBackColor = true;
|
---|
| 245 | this.viewMutationButton.Click += new System.EventHandler(this.viewMutationButton_Click);
|
---|
| 246 | //
|
---|
| 247 | // viewAnnealingSchemeButton
|
---|
| 248 | //
|
---|
| 249 | this.viewAnnealingSchemeButton.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
[1353] | 250 | this.viewAnnealingSchemeButton.Location = new System.Drawing.Point(351, 271);
|
---|
[1289] | 251 | this.viewAnnealingSchemeButton.Name = "viewAnnealingSchemeButton";
|
---|
| 252 | this.viewAnnealingSchemeButton.Size = new System.Drawing.Size(53, 20);
|
---|
| 253 | this.viewAnnealingSchemeButton.TabIndex = 20;
|
---|
| 254 | this.viewAnnealingSchemeButton.Text = "View...";
|
---|
| 255 | this.viewAnnealingSchemeButton.UseVisualStyleBackColor = true;
|
---|
| 256 | this.viewAnnealingSchemeButton.Click += new System.EventHandler(this.viewAnnealingSchemeButton_Click);
|
---|
| 257 | //
|
---|
| 258 | // viewSolutionGenerationButton
|
---|
| 259 | //
|
---|
| 260 | this.viewSolutionGenerationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
[1353] | 261 | this.viewSolutionGenerationButton.Location = new System.Drawing.Point(351, 245);
|
---|
[1289] | 262 | this.viewSolutionGenerationButton.Name = "viewSolutionGenerationButton";
|
---|
| 263 | this.viewSolutionGenerationButton.Size = new System.Drawing.Size(53, 20);
|
---|
| 264 | this.viewSolutionGenerationButton.TabIndex = 16;
|
---|
| 265 | this.viewSolutionGenerationButton.Text = "View...";
|
---|
| 266 | this.viewSolutionGenerationButton.UseVisualStyleBackColor = true;
|
---|
| 267 | this.viewSolutionGenerationButton.Click += new System.EventHandler(this.viewSolutionGenerationButton_Click);
|
---|
| 268 | //
|
---|
| 269 | // viewProblemInitializationButton
|
---|
| 270 | //
|
---|
| 271 | this.viewProblemInitializationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
[1353] | 272 | this.viewProblemInitializationButton.Location = new System.Drawing.Point(351, 219);
|
---|
[1289] | 273 | this.viewProblemInitializationButton.Name = "viewProblemInitializationButton";
|
---|
| 274 | this.viewProblemInitializationButton.Size = new System.Drawing.Size(53, 20);
|
---|
| 275 | this.viewProblemInitializationButton.TabIndex = 12;
|
---|
| 276 | this.viewProblemInitializationButton.Text = "View...";
|
---|
| 277 | this.viewProblemInitializationButton.UseVisualStyleBackColor = true;
|
---|
| 278 | this.viewProblemInitializationButton.Click += new System.EventHandler(this.viewProblemInitializationButton_Click);
|
---|
| 279 | //
|
---|
| 280 | // setProblemInitializationButton
|
---|
| 281 | //
|
---|
| 282 | this.setProblemInitializationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
[1353] | 283 | this.setProblemInitializationButton.Location = new System.Drawing.Point(410, 219);
|
---|
[1289] | 284 | this.setProblemInitializationButton.Name = "setProblemInitializationButton";
|
---|
| 285 | this.setProblemInitializationButton.Size = new System.Drawing.Size(43, 20);
|
---|
| 286 | this.setProblemInitializationButton.TabIndex = 13;
|
---|
| 287 | this.setProblemInitializationButton.Text = "Set...";
|
---|
| 288 | this.setProblemInitializationButton.UseVisualStyleBackColor = true;
|
---|
| 289 | this.setProblemInitializationButton.Click += new System.EventHandler(this.setProblemInitializationButton_Click);
|
---|
| 290 | //
|
---|
| 291 | // evaluationTextBox
|
---|
| 292 | //
|
---|
| 293 | this.evaluationTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
[1353] | 294 | this.evaluationTextBox.Location = new System.Drawing.Point(159, 323);
|
---|
[1289] | 295 | this.evaluationTextBox.Name = "evaluationTextBox";
|
---|
| 296 | this.evaluationTextBox.ReadOnly = true;
|
---|
| 297 | this.evaluationTextBox.Size = new System.Drawing.Size(186, 20);
|
---|
| 298 | this.evaluationTextBox.TabIndex = 27;
|
---|
| 299 | //
|
---|
| 300 | // mutationTextBox
|
---|
| 301 | //
|
---|
| 302 | this.mutationTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
[1353] | 303 | this.mutationTextBox.Location = new System.Drawing.Point(159, 297);
|
---|
[1289] | 304 | this.mutationTextBox.Name = "mutationTextBox";
|
---|
| 305 | this.mutationTextBox.ReadOnly = true;
|
---|
| 306 | this.mutationTextBox.Size = new System.Drawing.Size(186, 20);
|
---|
| 307 | this.mutationTextBox.TabIndex = 23;
|
---|
| 308 | //
|
---|
| 309 | // annealingSchemaTextBox
|
---|
| 310 | //
|
---|
| 311 | this.annealingSchemaTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
[1353] | 312 | this.annealingSchemaTextBox.Location = new System.Drawing.Point(159, 271);
|
---|
[1289] | 313 | this.annealingSchemaTextBox.Name = "annealingSchemaTextBox";
|
---|
| 314 | this.annealingSchemaTextBox.ReadOnly = true;
|
---|
| 315 | this.annealingSchemaTextBox.Size = new System.Drawing.Size(186, 20);
|
---|
| 316 | this.annealingSchemaTextBox.TabIndex = 19;
|
---|
| 317 | //
|
---|
| 318 | // solutionGenerationTextBox
|
---|
| 319 | //
|
---|
| 320 | this.solutionGenerationTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
[1353] | 321 | this.solutionGenerationTextBox.Location = new System.Drawing.Point(159, 245);
|
---|
[1289] | 322 | this.solutionGenerationTextBox.Name = "solutionGenerationTextBox";
|
---|
| 323 | this.solutionGenerationTextBox.ReadOnly = true;
|
---|
| 324 | this.solutionGenerationTextBox.Size = new System.Drawing.Size(186, 20);
|
---|
| 325 | this.solutionGenerationTextBox.TabIndex = 15;
|
---|
| 326 | //
|
---|
| 327 | // problemInitializationTextBox
|
---|
| 328 | //
|
---|
| 329 | this.problemInitializationTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
[1353] | 330 | this.problemInitializationTextBox.Location = new System.Drawing.Point(159, 219);
|
---|
[1289] | 331 | this.problemInitializationTextBox.Name = "problemInitializationTextBox";
|
---|
| 332 | this.problemInitializationTextBox.ReadOnly = true;
|
---|
| 333 | this.problemInitializationTextBox.Size = new System.Drawing.Size(186, 20);
|
---|
| 334 | this.problemInitializationTextBox.TabIndex = 11;
|
---|
| 335 | //
|
---|
| 336 | // setRandomSeedRandomlyCheckBox
|
---|
| 337 | //
|
---|
| 338 | this.setRandomSeedRandomlyCheckBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 339 | this.setRandomSeedRandomlyCheckBox.AutoSize = true;
|
---|
[1353] | 340 | this.setRandomSeedRandomlyCheckBox.Location = new System.Drawing.Point(159, 15);
|
---|
[1289] | 341 | this.setRandomSeedRandomlyCheckBox.Name = "setRandomSeedRandomlyCheckBox";
|
---|
| 342 | this.setRandomSeedRandomlyCheckBox.Size = new System.Drawing.Size(15, 14);
|
---|
| 343 | this.setRandomSeedRandomlyCheckBox.TabIndex = 1;
|
---|
| 344 | this.setRandomSeedRandomlyCheckBox.UseVisualStyleBackColor = true;
|
---|
| 345 | //
|
---|
| 346 | // evaluationLabel
|
---|
| 347 | //
|
---|
| 348 | this.evaluationLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 349 | this.evaluationLabel.AutoSize = true;
|
---|
[1353] | 350 | this.evaluationLabel.Location = new System.Drawing.Point(6, 326);
|
---|
[1289] | 351 | this.evaluationLabel.Name = "evaluationLabel";
|
---|
| 352 | this.evaluationLabel.Size = new System.Drawing.Size(60, 13);
|
---|
| 353 | this.evaluationLabel.TabIndex = 26;
|
---|
| 354 | this.evaluationLabel.Text = "&Evaluation:";
|
---|
| 355 | //
|
---|
| 356 | // mutationLabel
|
---|
| 357 | //
|
---|
| 358 | this.mutationLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 359 | this.mutationLabel.AutoSize = true;
|
---|
[1353] | 360 | this.mutationLabel.Location = new System.Drawing.Point(6, 300);
|
---|
[1289] | 361 | this.mutationLabel.Name = "mutationLabel";
|
---|
| 362 | this.mutationLabel.Size = new System.Drawing.Size(51, 13);
|
---|
| 363 | this.mutationLabel.TabIndex = 22;
|
---|
| 364 | this.mutationLabel.Text = "&Mutation:";
|
---|
| 365 | //
|
---|
| 366 | // annealingSchemaLabel
|
---|
| 367 | //
|
---|
| 368 | this.annealingSchemaLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 369 | this.annealingSchemaLabel.AutoSize = true;
|
---|
[1353] | 370 | this.annealingSchemaLabel.Location = new System.Drawing.Point(6, 274);
|
---|
[1289] | 371 | this.annealingSchemaLabel.Name = "annealingSchemaLabel";
|
---|
| 372 | this.annealingSchemaLabel.Size = new System.Drawing.Size(99, 13);
|
---|
| 373 | this.annealingSchemaLabel.TabIndex = 18;
|
---|
| 374 | this.annealingSchemaLabel.Text = "Annealing Scheme:";
|
---|
| 375 | //
|
---|
| 376 | // solutionGenerationLabel
|
---|
| 377 | //
|
---|
| 378 | this.solutionGenerationLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 379 | this.solutionGenerationLabel.AutoSize = true;
|
---|
[1353] | 380 | this.solutionGenerationLabel.Location = new System.Drawing.Point(6, 248);
|
---|
[1289] | 381 | this.solutionGenerationLabel.Name = "solutionGenerationLabel";
|
---|
| 382 | this.solutionGenerationLabel.Size = new System.Drawing.Size(103, 13);
|
---|
| 383 | this.solutionGenerationLabel.TabIndex = 14;
|
---|
| 384 | this.solutionGenerationLabel.Text = "&Solution Generation:";
|
---|
| 385 | //
|
---|
| 386 | // problemInitializationLabel
|
---|
| 387 | //
|
---|
| 388 | this.problemInitializationLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 389 | this.problemInitializationLabel.AutoSize = true;
|
---|
[1353] | 390 | this.problemInitializationLabel.Location = new System.Drawing.Point(6, 222);
|
---|
[1289] | 391 | this.problemInitializationLabel.Name = "problemInitializationLabel";
|
---|
| 392 | this.problemInitializationLabel.Size = new System.Drawing.Size(105, 13);
|
---|
| 393 | this.problemInitializationLabel.TabIndex = 10;
|
---|
| 394 | this.problemInitializationLabel.Text = "&Problem Initialization:";
|
---|
| 395 | //
|
---|
| 396 | // temperatureTextBox
|
---|
| 397 | //
|
---|
| 398 | this.temperatureTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
[1353] | 399 | this.temperatureTextBox.Location = new System.Drawing.Point(159, 126);
|
---|
[1289] | 400 | this.temperatureTextBox.Name = "temperatureTextBox";
|
---|
| 401 | this.temperatureTextBox.Size = new System.Drawing.Size(186, 20);
|
---|
| 402 | this.temperatureTextBox.TabIndex = 9;
|
---|
| 403 | //
|
---|
| 404 | // temperatureLabel
|
---|
| 405 | //
|
---|
| 406 | this.temperatureLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 407 | this.temperatureLabel.AutoSize = true;
|
---|
[1353] | 408 | this.temperatureLabel.Location = new System.Drawing.Point(6, 129);
|
---|
[1289] | 409 | this.temperatureLabel.Name = "temperatureLabel";
|
---|
| 410 | this.temperatureLabel.Size = new System.Drawing.Size(70, 13);
|
---|
| 411 | this.temperatureLabel.TabIndex = 8;
|
---|
| 412 | this.temperatureLabel.Text = "Temperature:";
|
---|
| 413 | //
|
---|
| 414 | // maximumIterationEffortTextBox
|
---|
| 415 | //
|
---|
| 416 | this.maximumIterationEffortTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
[1353] | 417 | this.maximumIterationEffortTextBox.Location = new System.Drawing.Point(159, 100);
|
---|
[1289] | 418 | this.maximumIterationEffortTextBox.Name = "maximumIterationEffortTextBox";
|
---|
| 419 | this.maximumIterationEffortTextBox.Size = new System.Drawing.Size(186, 20);
|
---|
| 420 | this.maximumIterationEffortTextBox.TabIndex = 7;
|
---|
| 421 | //
|
---|
| 422 | // maximumIterationEffortLabel
|
---|
| 423 | //
|
---|
| 424 | this.maximumIterationEffortLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 425 | this.maximumIterationEffortLabel.AutoSize = true;
|
---|
[1353] | 426 | this.maximumIterationEffortLabel.Location = new System.Drawing.Point(6, 103);
|
---|
[1289] | 427 | this.maximumIterationEffortLabel.Name = "maximumIterationEffortLabel";
|
---|
| 428 | this.maximumIterationEffortLabel.Size = new System.Drawing.Size(141, 13);
|
---|
| 429 | this.maximumIterationEffortLabel.TabIndex = 6;
|
---|
| 430 | this.maximumIterationEffortLabel.Text = "Maximum Effort per Iteration:";
|
---|
| 431 | //
|
---|
| 432 | // randomSeedTextBox
|
---|
| 433 | //
|
---|
| 434 | this.randomSeedTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
[1353] | 435 | this.randomSeedTextBox.Location = new System.Drawing.Point(159, 35);
|
---|
[1289] | 436 | this.randomSeedTextBox.Name = "randomSeedTextBox";
|
---|
| 437 | this.randomSeedTextBox.Size = new System.Drawing.Size(186, 20);
|
---|
| 438 | this.randomSeedTextBox.TabIndex = 3;
|
---|
| 439 | //
|
---|
| 440 | // maximumIterationsTextBox
|
---|
| 441 | //
|
---|
| 442 | this.maximumIterationsTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
[1353] | 443 | this.maximumIterationsTextBox.Location = new System.Drawing.Point(159, 74);
|
---|
[1289] | 444 | this.maximumIterationsTextBox.Name = "maximumIterationsTextBox";
|
---|
| 445 | this.maximumIterationsTextBox.Size = new System.Drawing.Size(186, 20);
|
---|
| 446 | this.maximumIterationsTextBox.TabIndex = 5;
|
---|
| 447 | //
|
---|
| 448 | // setRandomSeedRandomlyLabel
|
---|
| 449 | //
|
---|
| 450 | this.setRandomSeedRandomlyLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 451 | this.setRandomSeedRandomlyLabel.AutoSize = true;
|
---|
[1353] | 452 | this.setRandomSeedRandomlyLabel.Location = new System.Drawing.Point(6, 15);
|
---|
[1289] | 453 | this.setRandomSeedRandomlyLabel.Name = "setRandomSeedRandomlyLabel";
|
---|
| 454 | this.setRandomSeedRandomlyLabel.Size = new System.Drawing.Size(147, 13);
|
---|
| 455 | this.setRandomSeedRandomlyLabel.TabIndex = 0;
|
---|
| 456 | this.setRandomSeedRandomlyLabel.Text = "Set &Random Seed Randomly:";
|
---|
| 457 | //
|
---|
| 458 | // randomSeedLabel
|
---|
| 459 | //
|
---|
| 460 | this.randomSeedLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 461 | this.randomSeedLabel.AutoSize = true;
|
---|
[1353] | 462 | this.randomSeedLabel.Location = new System.Drawing.Point(6, 38);
|
---|
[1289] | 463 | this.randomSeedLabel.Name = "randomSeedLabel";
|
---|
| 464 | this.randomSeedLabel.Size = new System.Drawing.Size(78, 13);
|
---|
| 465 | this.randomSeedLabel.TabIndex = 2;
|
---|
| 466 | this.randomSeedLabel.Text = "&Random Seed:";
|
---|
| 467 | //
|
---|
| 468 | // maximumIterationsLabel
|
---|
| 469 | //
|
---|
| 470 | this.maximumIterationsLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 471 | this.maximumIterationsLabel.AutoSize = true;
|
---|
[1353] | 472 | this.maximumIterationsLabel.Location = new System.Drawing.Point(6, 77);
|
---|
[1289] | 473 | this.maximumIterationsLabel.Name = "maximumIterationsLabel";
|
---|
| 474 | this.maximumIterationsLabel.Size = new System.Drawing.Size(100, 13);
|
---|
| 475 | this.maximumIterationsLabel.TabIndex = 4;
|
---|
| 476 | this.maximumIterationsLabel.Text = "Maximum Iterations:";
|
---|
| 477 | //
|
---|
| 478 | // scopesTabPage
|
---|
| 479 | //
|
---|
| 480 | this.scopesTabPage.Controls.Add(this.scopeView);
|
---|
| 481 | this.scopesTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 482 | this.scopesTabPage.Name = "scopesTabPage";
|
---|
| 483 | this.scopesTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[1353] | 484 | this.scopesTabPage.Size = new System.Drawing.Size(465, 338);
|
---|
[1289] | 485 | this.scopesTabPage.TabIndex = 2;
|
---|
| 486 | this.scopesTabPage.Text = "Scopes";
|
---|
| 487 | this.scopesTabPage.UseVisualStyleBackColor = true;
|
---|
| 488 | //
|
---|
| 489 | // scopeView
|
---|
| 490 | //
|
---|
| 491 | this.scopeView.Caption = "Scope";
|
---|
| 492 | this.scopeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 493 | this.scopeView.Location = new System.Drawing.Point(3, 3);
|
---|
| 494 | this.scopeView.Name = "scopeView";
|
---|
| 495 | this.scopeView.Scope = null;
|
---|
[1353] | 496 | this.scopeView.Size = new System.Drawing.Size(459, 332);
|
---|
[1289] | 497 | this.scopeView.TabIndex = 0;
|
---|
| 498 | //
|
---|
| 499 | // abortButton
|
---|
| 500 | //
|
---|
| 501 | this.abortButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 502 | this.abortButton.Enabled = false;
|
---|
[1353] | 503 | this.abortButton.Location = new System.Drawing.Point(81, 397);
|
---|
[1289] | 504 | this.abortButton.Name = "abortButton";
|
---|
| 505 | this.abortButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 506 | this.abortButton.TabIndex = 2;
|
---|
| 507 | this.abortButton.Text = "&Abort";
|
---|
| 508 | this.abortButton.UseVisualStyleBackColor = true;
|
---|
| 509 | this.abortButton.Click += new System.EventHandler(this.abortButton_Click);
|
---|
| 510 | //
|
---|
| 511 | // resetButton
|
---|
| 512 | //
|
---|
| 513 | this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
[1353] | 514 | this.resetButton.Location = new System.Drawing.Point(162, 397);
|
---|
[1289] | 515 | this.resetButton.Name = "resetButton";
|
---|
| 516 | this.resetButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 517 | this.resetButton.TabIndex = 3;
|
---|
| 518 | this.resetButton.Text = "&Reset";
|
---|
| 519 | this.resetButton.UseVisualStyleBackColor = true;
|
---|
| 520 | this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
|
---|
| 521 | //
|
---|
| 522 | // cloneEngineButton
|
---|
| 523 | //
|
---|
| 524 | this.cloneEngineButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[1353] | 525 | this.cloneEngineButton.Location = new System.Drawing.Point(367, 397);
|
---|
[1289] | 526 | this.cloneEngineButton.Name = "cloneEngineButton";
|
---|
| 527 | this.cloneEngineButton.Size = new System.Drawing.Size(106, 23);
|
---|
| 528 | this.cloneEngineButton.TabIndex = 4;
|
---|
| 529 | this.cloneEngineButton.Text = "&Clone Engine...";
|
---|
| 530 | this.cloneEngineButton.UseVisualStyleBackColor = true;
|
---|
| 531 | this.cloneEngineButton.Click += new System.EventHandler(this.cloneEngineButton_Click);
|
---|
| 532 | //
|
---|
[1353] | 533 | // minimumTemperatureTextBox
|
---|
[1289] | 534 | //
|
---|
[1353] | 535 | this.minimumTemperatureTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 536 | this.minimumTemperatureTextBox.Location = new System.Drawing.Point(159, 152);
|
---|
| 537 | this.minimumTemperatureTextBox.Name = "minimumTemperatureTextBox";
|
---|
| 538 | this.minimumTemperatureTextBox.Size = new System.Drawing.Size(186, 20);
|
---|
| 539 | this.minimumTemperatureTextBox.TabIndex = 33;
|
---|
[1289] | 540 | //
|
---|
[1353] | 541 | // minimumTemperatureLabel
|
---|
[1289] | 542 | //
|
---|
[1353] | 543 | this.minimumTemperatureLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 544 | this.minimumTemperatureLabel.AutoSize = true;
|
---|
| 545 | this.minimumTemperatureLabel.Location = new System.Drawing.Point(6, 155);
|
---|
| 546 | this.minimumTemperatureLabel.Name = "minimumTemperatureLabel";
|
---|
| 547 | this.minimumTemperatureLabel.Size = new System.Drawing.Size(114, 13);
|
---|
| 548 | this.minimumTemperatureLabel.TabIndex = 32;
|
---|
| 549 | this.minimumTemperatureLabel.Text = "Minimum Temperature:";
|
---|
[1289] | 550 | //
|
---|
| 551 | // SAEditor
|
---|
| 552 | //
|
---|
| 553 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 554 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 555 | this.Controls.Add(this.tabControl);
|
---|
| 556 | this.Controls.Add(this.cloneEngineButton);
|
---|
| 557 | this.Controls.Add(this.resetButton);
|
---|
| 558 | this.Controls.Add(this.abortButton);
|
---|
| 559 | this.Controls.Add(this.executeButton);
|
---|
| 560 | this.Name = "SAEditor";
|
---|
[1353] | 561 | this.Size = new System.Drawing.Size(473, 420);
|
---|
[1289] | 562 | this.tabControl.ResumeLayout(false);
|
---|
| 563 | this.parametersTabPage.ResumeLayout(false);
|
---|
| 564 | this.parametersTabPage.PerformLayout();
|
---|
| 565 | this.scopesTabPage.ResumeLayout(false);
|
---|
| 566 | this.ResumeLayout(false);
|
---|
| 567 |
|
---|
| 568 | }
|
---|
| 569 |
|
---|
| 570 | #endregion
|
---|
| 571 |
|
---|
| 572 | private System.Windows.Forms.Button executeButton;
|
---|
| 573 | private System.Windows.Forms.TabControl tabControl;
|
---|
| 574 | private System.Windows.Forms.TabPage parametersTabPage;
|
---|
| 575 | private System.Windows.Forms.Button abortButton;
|
---|
| 576 | private System.Windows.Forms.Button resetButton;
|
---|
| 577 | private System.Windows.Forms.TextBox temperatureTextBox;
|
---|
| 578 | private System.Windows.Forms.Label temperatureLabel;
|
---|
| 579 | private System.Windows.Forms.TextBox maximumIterationsTextBox;
|
---|
| 580 | private System.Windows.Forms.Label maximumIterationsLabel;
|
---|
| 581 | private System.Windows.Forms.TabPage scopesTabPage;
|
---|
| 582 | private System.Windows.Forms.TextBox maximumIterationEffortTextBox;
|
---|
| 583 | private System.Windows.Forms.Label maximumIterationEffortLabel;
|
---|
| 584 | private System.Windows.Forms.TextBox randomSeedTextBox;
|
---|
| 585 | private System.Windows.Forms.Label setRandomSeedRandomlyLabel;
|
---|
| 586 | private System.Windows.Forms.Label randomSeedLabel;
|
---|
| 587 | private System.Windows.Forms.CheckBox setRandomSeedRandomlyCheckBox;
|
---|
| 588 | private System.Windows.Forms.Label problemInitializationLabel;
|
---|
| 589 | private System.Windows.Forms.Label evaluationLabel;
|
---|
| 590 | private System.Windows.Forms.Label mutationLabel;
|
---|
| 591 | private System.Windows.Forms.Label solutionGenerationLabel;
|
---|
| 592 | private System.Windows.Forms.Button cloneEngineButton;
|
---|
| 593 | private System.Windows.Forms.TextBox mutationTextBox;
|
---|
| 594 | private System.Windows.Forms.TextBox annealingSchemaTextBox;
|
---|
| 595 | private System.Windows.Forms.TextBox solutionGenerationTextBox;
|
---|
| 596 | private System.Windows.Forms.TextBox problemInitializationTextBox;
|
---|
| 597 | private System.Windows.Forms.Label annealingSchemaLabel;
|
---|
| 598 | private System.Windows.Forms.TextBox evaluationTextBox;
|
---|
| 599 | private System.Windows.Forms.Button setProblemInitializationButton;
|
---|
| 600 | private System.Windows.Forms.Button setEvaluationButton;
|
---|
| 601 | private System.Windows.Forms.Button setMutationButton;
|
---|
| 602 | private System.Windows.Forms.Button setAnnealingSchemeButton;
|
---|
| 603 | private System.Windows.Forms.Button setSolutionGenerationButton;
|
---|
| 604 | private HeuristicLab.Core.ScopeView scopeView;
|
---|
| 605 | private System.Windows.Forms.Button viewEvaluationButton;
|
---|
| 606 | private System.Windows.Forms.Button viewMutationButton;
|
---|
| 607 | private System.Windows.Forms.Button viewAnnealingSchemeButton;
|
---|
| 608 | private System.Windows.Forms.Button viewSolutionGenerationButton;
|
---|
| 609 | private System.Windows.Forms.Button viewProblemInitializationButton;
|
---|
| 610 | private System.Windows.Forms.TextBox annealingParameterTextBox;
|
---|
| 611 | private System.Windows.Forms.Label annealingParameterLabel;
|
---|
[1353] | 612 | private System.Windows.Forms.TextBox minimumTemperatureTextBox;
|
---|
| 613 | private System.Windows.Forms.Label minimumTemperatureLabel;
|
---|
[1289] | 614 | }
|
---|
| 615 | }
|
---|