[2851] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[9835] | 3 | * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[2851] | 4 | *
|
---|
| 5 | * This file is part of HeuristicLab.
|
---|
| 6 | *
|
---|
| 7 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
| 8 | * it under the terms of the GNU General Public License as published by
|
---|
| 9 | * the Free Software Foundation, either version 3 of the License, or
|
---|
| 10 | * (at your option) any later version.
|
---|
| 11 | *
|
---|
| 12 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 15 | * GNU General Public License for more details.
|
---|
| 16 | *
|
---|
| 17 | * You should have received a copy of the GNU General Public License
|
---|
| 18 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
| 19 | */
|
---|
| 20 | #endregion
|
---|
| 21 |
|
---|
| 22 | namespace HeuristicLab.Optimization.Views {
|
---|
| 23 | partial class EngineAlgorithmView {
|
---|
| 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 (disposing) {
|
---|
| 35 | if (components != null) components.Dispose();
|
---|
| 36 | }
|
---|
| 37 | base.Dispose(disposing);
|
---|
| 38 | }
|
---|
| 39 |
|
---|
| 40 | #region Component Designer generated code
|
---|
| 41 |
|
---|
| 42 | /// <summary>
|
---|
| 43 | /// Required method for Designer support - do not modify
|
---|
| 44 | /// the contents of this method with the code editor.
|
---|
| 45 | /// </summary>
|
---|
| 46 | private void InitializeComponent() {
|
---|
| 47 | this.engineLabel = new System.Windows.Forms.Label();
|
---|
[2916] | 48 | this.engineComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 49 | this.engineTabPage = new System.Windows.Forms.TabPage();
|
---|
[3281] | 50 | this.engineViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[3361] | 51 | this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
|
---|
| 52 | this.openOperatorGraphButton = new System.Windows.Forms.Button();
|
---|
| 53 | this.newOperatorGraphButton = new System.Windows.Forms.Button();
|
---|
| 54 | this.operatorGraphViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[2851] | 55 | this.tabControl.SuspendLayout();
|
---|
| 56 | this.parametersTabPage.SuspendLayout();
|
---|
| 57 | this.problemTabPage.SuspendLayout();
|
---|
[2916] | 58 | this.resultsTabPage.SuspendLayout();
|
---|
[3306] | 59 | this.runsTabPage.SuspendLayout();
|
---|
[2851] | 60 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
[2916] | 61 | this.engineTabPage.SuspendLayout();
|
---|
[3361] | 62 | this.operatorGraphTabPage.SuspendLayout();
|
---|
[2851] | 63 | this.SuspendLayout();
|
---|
| 64 | //
|
---|
| 65 | // tabControl
|
---|
| 66 | //
|
---|
[3361] | 67 | this.tabControl.Controls.Add(this.operatorGraphTabPage);
|
---|
[2916] | 68 | this.tabControl.Controls.Add(this.engineTabPage);
|
---|
[5832] | 69 | this.tabControl.Location = new System.Drawing.Point(0, 26);
|
---|
| 70 | this.tabControl.Size = new System.Drawing.Size(713, 493);
|
---|
| 71 | this.tabControl.TabIndex = 3;
|
---|
[3361] | 72 | this.tabControl.Controls.SetChildIndex(this.engineTabPage, 0);
|
---|
| 73 | this.tabControl.Controls.SetChildIndex(this.operatorGraphTabPage, 0);
|
---|
[3306] | 74 | this.tabControl.Controls.SetChildIndex(this.runsTabPage, 0);
|
---|
[2916] | 75 | this.tabControl.Controls.SetChildIndex(this.resultsTabPage, 0);
|
---|
[3505] | 76 | this.tabControl.Controls.SetChildIndex(this.parametersTabPage, 0);
|
---|
[2916] | 77 | this.tabControl.Controls.SetChildIndex(this.problemTabPage, 0);
|
---|
[2851] | 78 | //
|
---|
| 79 | // parametersTabPage
|
---|
| 80 | //
|
---|
[5832] | 81 | this.parametersTabPage.Size = new System.Drawing.Size(705, 467);
|
---|
[2851] | 82 | //
|
---|
| 83 | // problemTabPage
|
---|
| 84 | //
|
---|
[5832] | 85 | this.problemTabPage.Size = new System.Drawing.Size(705, 467);
|
---|
[2851] | 86 | //
|
---|
| 87 | // parameterCollectionView
|
---|
| 88 | //
|
---|
[5832] | 89 | this.parameterCollectionView.Size = new System.Drawing.Size(693, 455);
|
---|
[2851] | 90 | //
|
---|
| 91 | // problemViewHost
|
---|
| 92 | //
|
---|
[5832] | 93 | this.problemViewHost.Size = new System.Drawing.Size(693, 425);
|
---|
[2851] | 94 | //
|
---|
[2916] | 95 | // newProblemButton
|
---|
| 96 | //
|
---|
| 97 | this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
|
---|
| 98 | //
|
---|
| 99 | // openProblemButton
|
---|
| 100 | //
|
---|
| 101 | this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
|
---|
| 102 | //
|
---|
[2851] | 103 | // startButton
|
---|
| 104 | //
|
---|
[2916] | 105 | this.startButton.Location = new System.Drawing.Point(0, 525);
|
---|
[5832] | 106 | this.startButton.TabIndex = 4;
|
---|
[3262] | 107 | this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
|
---|
[2851] | 108 | //
|
---|
[3262] | 109 | // pauseButton
|
---|
[2851] | 110 | //
|
---|
[3262] | 111 | this.pauseButton.Location = new System.Drawing.Point(30, 525);
|
---|
[5832] | 112 | this.pauseButton.TabIndex = 5;
|
---|
[3262] | 113 | this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");
|
---|
[2851] | 114 | //
|
---|
| 115 | // resetButton
|
---|
| 116 | //
|
---|
[3262] | 117 | this.resetButton.Location = new System.Drawing.Point(90, 525);
|
---|
[5832] | 118 | this.resetButton.TabIndex = 7;
|
---|
[3262] | 119 | this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
|
---|
[2851] | 120 | //
|
---|
| 121 | // executionTimeLabel
|
---|
| 122 | //
|
---|
[2916] | 123 | this.executionTimeLabel.Location = new System.Drawing.Point(487, 532);
|
---|
[5832] | 124 | this.executionTimeLabel.TabIndex = 8;
|
---|
[2851] | 125 | //
|
---|
| 126 | // executionTimeTextBox
|
---|
| 127 | //
|
---|
[2916] | 128 | this.executionTimeTextBox.Location = new System.Drawing.Point(576, 529);
|
---|
[5832] | 129 | this.executionTimeTextBox.TabIndex = 9;
|
---|
[2851] | 130 | //
|
---|
[2916] | 131 | // resultsTabPage
|
---|
| 132 | //
|
---|
[5832] | 133 | this.resultsTabPage.Size = new System.Drawing.Size(705, 467);
|
---|
[2916] | 134 | //
|
---|
| 135 | // resultsView
|
---|
| 136 | //
|
---|
[5832] | 137 | this.resultsView.Size = new System.Drawing.Size(693, 455);
|
---|
[2916] | 138 | //
|
---|
[3262] | 139 | // stopButton
|
---|
| 140 | //
|
---|
| 141 | this.stopButton.Location = new System.Drawing.Point(60, 525);
|
---|
[5832] | 142 | this.stopButton.TabIndex = 6;
|
---|
[3262] | 143 | this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
|
---|
| 144 | //
|
---|
[3306] | 145 | // runsTabPage
|
---|
| 146 | //
|
---|
[5832] | 147 | this.runsTabPage.Size = new System.Drawing.Size(705, 467);
|
---|
[3306] | 148 | //
|
---|
| 149 | // runsView
|
---|
| 150 | //
|
---|
[5832] | 151 | this.runsView.Size = new System.Drawing.Size(693, 455);
|
---|
[3306] | 152 | //
|
---|
[4102] | 153 | // storeAlgorithmInEachRunCheckBox
|
---|
[3306] | 154 | //
|
---|
[4102] | 155 | this.storeAlgorithmInEachRunCheckBox.Location = new System.Drawing.Point(530, 6);
|
---|
[5832] | 156 | this.toolTip.SetToolTip(this.storeAlgorithmInEachRunCheckBox, "Check to store a copy of the algorithm in each run.");
|
---|
[3306] | 157 | //
|
---|
[2851] | 158 | // nameTextBox
|
---|
| 159 | //
|
---|
| 160 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 161 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
[5832] | 162 | this.nameTextBox.Location = new System.Drawing.Point(60, 0);
|
---|
| 163 | this.nameTextBox.Size = new System.Drawing.Size(628, 20);
|
---|
[2851] | 164 | //
|
---|
[5832] | 165 | // infoLabel
|
---|
[2864] | 166 | //
|
---|
[5832] | 167 | this.infoLabel.Location = new System.Drawing.Point(694, 3);
|
---|
[2864] | 168 | //
|
---|
[2851] | 169 | // engineLabel
|
---|
| 170 | //
|
---|
| 171 | this.engineLabel.AutoSize = true;
|
---|
[2916] | 172 | this.engineLabel.Location = new System.Drawing.Point(6, 9);
|
---|
[2851] | 173 | this.engineLabel.Name = "engineLabel";
|
---|
| 174 | this.engineLabel.Size = new System.Drawing.Size(43, 13);
|
---|
[2916] | 175 | this.engineLabel.TabIndex = 0;
|
---|
[2851] | 176 | this.engineLabel.Text = "&Engine:";
|
---|
| 177 | //
|
---|
[2916] | 178 | // engineComboBox
|
---|
| 179 | //
|
---|
| 180 | this.engineComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 181 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 182 | this.engineComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 183 | this.engineComboBox.FormattingEnabled = true;
|
---|
| 184 | this.engineComboBox.Location = new System.Drawing.Point(55, 6);
|
---|
| 185 | this.engineComboBox.Name = "engineComboBox";
|
---|
[3505] | 186 | this.engineComboBox.Size = new System.Drawing.Size(644, 21);
|
---|
[2916] | 187 | this.engineComboBox.TabIndex = 1;
|
---|
| 188 | this.engineComboBox.SelectedIndexChanged += new System.EventHandler(this.engineComboBox_SelectedIndexChanged);
|
---|
| 189 | //
|
---|
| 190 | // engineTabPage
|
---|
| 191 | //
|
---|
| 192 | this.engineTabPage.Controls.Add(this.engineViewHost);
|
---|
| 193 | this.engineTabPage.Controls.Add(this.engineComboBox);
|
---|
| 194 | this.engineTabPage.Controls.Add(this.engineLabel);
|
---|
| 195 | this.engineTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 196 | this.engineTabPage.Name = "engineTabPage";
|
---|
| 197 | this.engineTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[5832] | 198 | this.engineTabPage.Size = new System.Drawing.Size(705, 467);
|
---|
[3505] | 199 | this.engineTabPage.TabIndex = 5;
|
---|
[2916] | 200 | this.engineTabPage.Text = "Engine";
|
---|
| 201 | this.engineTabPage.UseVisualStyleBackColor = true;
|
---|
| 202 | //
|
---|
| 203 | // engineViewHost
|
---|
| 204 | //
|
---|
| 205 | this.engineViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 206 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 207 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[4102] | 208 | this.engineViewHost.Caption = "View";
|
---|
[2916] | 209 | this.engineViewHost.Content = null;
|
---|
[5832] | 210 | this.engineViewHost.Enabled = false;
|
---|
[2916] | 211 | this.engineViewHost.Location = new System.Drawing.Point(6, 33);
|
---|
| 212 | this.engineViewHost.Name = "engineViewHost";
|
---|
[3361] | 213 | this.engineViewHost.ReadOnly = false;
|
---|
[5832] | 214 | this.engineViewHost.Size = new System.Drawing.Size(693, 428);
|
---|
[2916] | 215 | this.engineViewHost.TabIndex = 2;
|
---|
[5832] | 216 | this.engineViewHost.ViewsLabelVisible = true;
|
---|
[2916] | 217 | this.engineViewHost.ViewType = null;
|
---|
| 218 | //
|
---|
[3361] | 219 | // operatorGraphTabPage
|
---|
| 220 | //
|
---|
| 221 | this.operatorGraphTabPage.Controls.Add(this.openOperatorGraphButton);
|
---|
| 222 | this.operatorGraphTabPage.Controls.Add(this.newOperatorGraphButton);
|
---|
| 223 | this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
|
---|
| 224 | this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 225 | this.operatorGraphTabPage.Name = "operatorGraphTabPage";
|
---|
[5832] | 226 | this.operatorGraphTabPage.Size = new System.Drawing.Size(705, 467);
|
---|
[3361] | 227 | this.operatorGraphTabPage.TabIndex = 4;
|
---|
| 228 | this.operatorGraphTabPage.Text = "Operator Graph";
|
---|
| 229 | this.operatorGraphTabPage.UseVisualStyleBackColor = true;
|
---|
| 230 | //
|
---|
| 231 | // openOperatorGraphButton
|
---|
| 232 | //
|
---|
| 233 | this.openOperatorGraphButton.Enabled = false;
|
---|
[5287] | 234 | this.openOperatorGraphButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
|
---|
[3361] | 235 | this.openOperatorGraphButton.Location = new System.Drawing.Point(33, 3);
|
---|
| 236 | this.openOperatorGraphButton.Name = "openOperatorGraphButton";
|
---|
| 237 | this.openOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 238 | this.openOperatorGraphButton.TabIndex = 1;
|
---|
| 239 | this.toolTip.SetToolTip(this.openOperatorGraphButton, "Open Operator Graph");
|
---|
| 240 | this.openOperatorGraphButton.UseVisualStyleBackColor = true;
|
---|
| 241 | //
|
---|
| 242 | // newOperatorGraphButton
|
---|
| 243 | //
|
---|
| 244 | this.newOperatorGraphButton.Enabled = false;
|
---|
[5287] | 245 | this.newOperatorGraphButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
|
---|
[3361] | 246 | this.newOperatorGraphButton.Location = new System.Drawing.Point(3, 3);
|
---|
| 247 | this.newOperatorGraphButton.Name = "newOperatorGraphButton";
|
---|
| 248 | this.newOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 249 | this.newOperatorGraphButton.TabIndex = 1;
|
---|
| 250 | this.toolTip.SetToolTip(this.newOperatorGraphButton, "New Operator Graph");
|
---|
| 251 | this.newOperatorGraphButton.UseVisualStyleBackColor = true;
|
---|
| 252 | //
|
---|
| 253 | // operatorGraphViewHost
|
---|
| 254 | //
|
---|
| 255 | this.operatorGraphViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 256 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 257 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[4102] | 258 | this.operatorGraphViewHost.Caption = "View";
|
---|
[3361] | 259 | this.operatorGraphViewHost.Content = null;
|
---|
[5832] | 260 | this.operatorGraphViewHost.Enabled = false;
|
---|
[3361] | 261 | this.operatorGraphViewHost.Location = new System.Drawing.Point(3, 33);
|
---|
| 262 | this.operatorGraphViewHost.Name = "operatorGraphViewHost";
|
---|
| 263 | this.operatorGraphViewHost.ReadOnly = true;
|
---|
[5832] | 264 | this.operatorGraphViewHost.Size = new System.Drawing.Size(699, 431);
|
---|
[3361] | 265 | this.operatorGraphViewHost.TabIndex = 0;
|
---|
[5832] | 266 | this.operatorGraphViewHost.ViewsLabelVisible = true;
|
---|
[3361] | 267 | this.operatorGraphViewHost.ViewType = null;
|
---|
| 268 | //
|
---|
[2851] | 269 | // EngineAlgorithmView
|
---|
| 270 | //
|
---|
| 271 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[7967] | 272 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[2851] | 273 | this.Name = "EngineAlgorithmView";
|
---|
[2916] | 274 | this.Size = new System.Drawing.Size(713, 549);
|
---|
[2851] | 275 | this.tabControl.ResumeLayout(false);
|
---|
| 276 | this.parametersTabPage.ResumeLayout(false);
|
---|
| 277 | this.problemTabPage.ResumeLayout(false);
|
---|
[2916] | 278 | this.resultsTabPage.ResumeLayout(false);
|
---|
[3306] | 279 | this.runsTabPage.ResumeLayout(false);
|
---|
[4102] | 280 | this.runsTabPage.PerformLayout();
|
---|
[2851] | 281 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[2916] | 282 | this.engineTabPage.ResumeLayout(false);
|
---|
| 283 | this.engineTabPage.PerformLayout();
|
---|
[3361] | 284 | this.operatorGraphTabPage.ResumeLayout(false);
|
---|
[2851] | 285 | this.ResumeLayout(false);
|
---|
| 286 | this.PerformLayout();
|
---|
| 287 |
|
---|
| 288 | }
|
---|
| 289 |
|
---|
| 290 | #endregion
|
---|
| 291 |
|
---|
| 292 | protected System.Windows.Forms.Label engineLabel;
|
---|
[2916] | 293 | protected System.Windows.Forms.ComboBox engineComboBox;
|
---|
| 294 | protected System.Windows.Forms.TabPage engineTabPage;
|
---|
[3281] | 295 | protected HeuristicLab.MainForm.WindowsForms.ViewHost engineViewHost;
|
---|
[3361] | 296 | protected System.Windows.Forms.TabPage operatorGraphTabPage;
|
---|
| 297 | protected HeuristicLab.MainForm.WindowsForms.ViewHost operatorGraphViewHost;
|
---|
| 298 | protected System.Windows.Forms.Button openOperatorGraphButton;
|
---|
| 299 | protected System.Windows.Forms.Button newOperatorGraphButton;
|
---|
[2851] | 300 |
|
---|
| 301 | }
|
---|
| 302 | }
|
---|