[2851] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
| 3 | * Copyright (C) 2002-2010 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.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();
|
---|
[2864] | 48 | this.createUserDefinedAlgorithmButton = new System.Windows.Forms.Button();
|
---|
[2916] | 49 | this.engineComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 50 | this.engineTabPage = new System.Windows.Forms.TabPage();
|
---|
[3281] | 51 | this.engineViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[3361] | 52 | this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
|
---|
| 53 | this.openOperatorGraphButton = new System.Windows.Forms.Button();
|
---|
| 54 | this.newOperatorGraphButton = new System.Windows.Forms.Button();
|
---|
| 55 | this.operatorGraphViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[2851] | 56 | this.tabControl.SuspendLayout();
|
---|
| 57 | this.parametersTabPage.SuspendLayout();
|
---|
| 58 | this.problemTabPage.SuspendLayout();
|
---|
[2916] | 59 | this.resultsTabPage.SuspendLayout();
|
---|
[3306] | 60 | this.runsTabPage.SuspendLayout();
|
---|
| 61 | this.problemPanel.SuspendLayout();
|
---|
[2851] | 62 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
[2916] | 63 | this.engineTabPage.SuspendLayout();
|
---|
[3361] | 64 | this.operatorGraphTabPage.SuspendLayout();
|
---|
[2851] | 65 | this.SuspendLayout();
|
---|
| 66 | //
|
---|
| 67 | // tabControl
|
---|
| 68 | //
|
---|
[3361] | 69 | this.tabControl.Controls.Add(this.operatorGraphTabPage);
|
---|
[2916] | 70 | this.tabControl.Controls.Add(this.engineTabPage);
|
---|
[2917] | 71 | this.tabControl.Size = new System.Drawing.Size(713, 467);
|
---|
[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 | //
|
---|
[2917] | 81 | this.parametersTabPage.Size = new System.Drawing.Size(705, 441);
|
---|
[2851] | 82 | //
|
---|
| 83 | // problemTabPage
|
---|
| 84 | //
|
---|
[2917] | 85 | this.problemTabPage.Size = new System.Drawing.Size(705, 441);
|
---|
[2851] | 86 | //
|
---|
| 87 | // parameterCollectionView
|
---|
| 88 | //
|
---|
[2917] | 89 | this.parameterCollectionView.Size = new System.Drawing.Size(693, 429);
|
---|
[2851] | 90 | //
|
---|
| 91 | // problemViewHost
|
---|
| 92 | //
|
---|
[2917] | 93 | this.problemViewHost.Size = new System.Drawing.Size(693, 399);
|
---|
[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);
|
---|
[3262] | 106 | this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
|
---|
[2851] | 107 | //
|
---|
[3262] | 108 | // pauseButton
|
---|
[2851] | 109 | //
|
---|
[3262] | 110 | this.pauseButton.Location = new System.Drawing.Point(30, 525);
|
---|
| 111 | this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");
|
---|
[2851] | 112 | //
|
---|
| 113 | // resetButton
|
---|
| 114 | //
|
---|
[3262] | 115 | this.resetButton.Location = new System.Drawing.Point(90, 525);
|
---|
| 116 | this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
|
---|
[2851] | 117 | //
|
---|
| 118 | // executionTimeLabel
|
---|
| 119 | //
|
---|
[2916] | 120 | this.executionTimeLabel.Location = new System.Drawing.Point(487, 532);
|
---|
[3262] | 121 | this.executionTimeLabel.TabIndex = 10;
|
---|
[2851] | 122 | //
|
---|
| 123 | // executionTimeTextBox
|
---|
| 124 | //
|
---|
[2916] | 125 | this.executionTimeTextBox.Location = new System.Drawing.Point(576, 529);
|
---|
[3262] | 126 | this.executionTimeTextBox.TabIndex = 11;
|
---|
[2851] | 127 | //
|
---|
[2916] | 128 | // resultsTabPage
|
---|
| 129 | //
|
---|
[2917] | 130 | this.resultsTabPage.Size = new System.Drawing.Size(705, 441);
|
---|
[2916] | 131 | //
|
---|
| 132 | // resultsView
|
---|
| 133 | //
|
---|
[2917] | 134 | this.resultsView.Size = new System.Drawing.Size(693, 429);
|
---|
[2916] | 135 | //
|
---|
[3262] | 136 | // stopButton
|
---|
| 137 | //
|
---|
| 138 | this.stopButton.Location = new System.Drawing.Point(60, 525);
|
---|
| 139 | this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
|
---|
| 140 | //
|
---|
[3306] | 141 | // runsTabPage
|
---|
| 142 | //
|
---|
| 143 | this.runsTabPage.Size = new System.Drawing.Size(705, 441);
|
---|
| 144 | //
|
---|
| 145 | // runsView
|
---|
| 146 | //
|
---|
| 147 | this.runsView.Size = new System.Drawing.Size(693, 429);
|
---|
| 148 | //
|
---|
| 149 | // problemPanel
|
---|
| 150 | //
|
---|
| 151 | this.problemPanel.Size = new System.Drawing.Size(693, 399);
|
---|
| 152 | //
|
---|
[2851] | 153 | // nameTextBox
|
---|
| 154 | //
|
---|
| 155 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 156 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
[2916] | 157 | this.nameTextBox.Size = new System.Drawing.Size(641, 20);
|
---|
[2851] | 158 | //
|
---|
[2864] | 159 | // descriptionTextBox
|
---|
| 160 | //
|
---|
[2917] | 161 | this.descriptionTextBox.Size = new System.Drawing.Size(641, 20);
|
---|
[2864] | 162 | //
|
---|
[2851] | 163 | // engineLabel
|
---|
| 164 | //
|
---|
| 165 | this.engineLabel.AutoSize = true;
|
---|
[2916] | 166 | this.engineLabel.Location = new System.Drawing.Point(6, 9);
|
---|
[2851] | 167 | this.engineLabel.Name = "engineLabel";
|
---|
| 168 | this.engineLabel.Size = new System.Drawing.Size(43, 13);
|
---|
[2916] | 169 | this.engineLabel.TabIndex = 0;
|
---|
[2851] | 170 | this.engineLabel.Text = "&Engine:";
|
---|
| 171 | //
|
---|
[2864] | 172 | // createUserDefinedAlgorithmButton
|
---|
| 173 | //
|
---|
| 174 | this.createUserDefinedAlgorithmButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
[3262] | 175 | this.createUserDefinedAlgorithmButton.Location = new System.Drawing.Point(150, 525);
|
---|
[2864] | 176 | this.createUserDefinedAlgorithmButton.Name = "createUserDefinedAlgorithmButton";
|
---|
[2865] | 177 | this.createUserDefinedAlgorithmButton.Size = new System.Drawing.Size(254, 24);
|
---|
[3262] | 178 | this.createUserDefinedAlgorithmButton.TabIndex = 9;
|
---|
[2864] | 179 | this.createUserDefinedAlgorithmButton.Text = "&Create User Defined Algorithm";
|
---|
| 180 | this.toolTip.SetToolTip(this.createUserDefinedAlgorithmButton, "Create User Defined Algorithm from this Algorithm");
|
---|
| 181 | this.createUserDefinedAlgorithmButton.UseVisualStyleBackColor = true;
|
---|
| 182 | this.createUserDefinedAlgorithmButton.Click += new System.EventHandler(this.createUserDefinedAlgorithmButton_Click);
|
---|
| 183 | //
|
---|
[2916] | 184 | // engineComboBox
|
---|
| 185 | //
|
---|
| 186 | this.engineComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 187 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 188 | this.engineComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 189 | this.engineComboBox.FormattingEnabled = true;
|
---|
| 190 | this.engineComboBox.Location = new System.Drawing.Point(55, 6);
|
---|
| 191 | this.engineComboBox.Name = "engineComboBox";
|
---|
[3505] | 192 | this.engineComboBox.Size = new System.Drawing.Size(644, 21);
|
---|
[2916] | 193 | this.engineComboBox.TabIndex = 1;
|
---|
| 194 | this.engineComboBox.SelectedIndexChanged += new System.EventHandler(this.engineComboBox_SelectedIndexChanged);
|
---|
| 195 | //
|
---|
| 196 | // engineTabPage
|
---|
| 197 | //
|
---|
| 198 | this.engineTabPage.Controls.Add(this.engineViewHost);
|
---|
| 199 | this.engineTabPage.Controls.Add(this.engineComboBox);
|
---|
| 200 | this.engineTabPage.Controls.Add(this.engineLabel);
|
---|
| 201 | this.engineTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 202 | this.engineTabPage.Name = "engineTabPage";
|
---|
| 203 | this.engineTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[2917] | 204 | this.engineTabPage.Size = new System.Drawing.Size(705, 441);
|
---|
[3505] | 205 | this.engineTabPage.TabIndex = 5;
|
---|
[2916] | 206 | this.engineTabPage.Text = "Engine";
|
---|
| 207 | this.engineTabPage.UseVisualStyleBackColor = true;
|
---|
| 208 | //
|
---|
| 209 | // engineViewHost
|
---|
| 210 | //
|
---|
| 211 | this.engineViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 212 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 213 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3505] | 214 | this.engineViewHost.Caption = null;
|
---|
[2916] | 215 | this.engineViewHost.Content = null;
|
---|
| 216 | this.engineViewHost.Location = new System.Drawing.Point(6, 33);
|
---|
| 217 | this.engineViewHost.Name = "engineViewHost";
|
---|
[3361] | 218 | this.engineViewHost.ReadOnly = false;
|
---|
[3505] | 219 | this.engineViewHost.Size = new System.Drawing.Size(693, 402);
|
---|
[2916] | 220 | this.engineViewHost.TabIndex = 2;
|
---|
| 221 | this.engineViewHost.ViewType = null;
|
---|
| 222 | //
|
---|
[3361] | 223 | // operatorGraphTabPage
|
---|
| 224 | //
|
---|
| 225 | this.operatorGraphTabPage.Controls.Add(this.openOperatorGraphButton);
|
---|
| 226 | this.operatorGraphTabPage.Controls.Add(this.newOperatorGraphButton);
|
---|
| 227 | this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
|
---|
| 228 | this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 229 | this.operatorGraphTabPage.Name = "operatorGraphTabPage";
|
---|
| 230 | this.operatorGraphTabPage.Size = new System.Drawing.Size(705, 441);
|
---|
| 231 | this.operatorGraphTabPage.TabIndex = 4;
|
---|
| 232 | this.operatorGraphTabPage.Text = "Operator Graph";
|
---|
| 233 | this.operatorGraphTabPage.UseVisualStyleBackColor = true;
|
---|
| 234 | //
|
---|
| 235 | // openOperatorGraphButton
|
---|
| 236 | //
|
---|
| 237 | this.openOperatorGraphButton.Enabled = false;
|
---|
| 238 | this.openOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
|
---|
| 239 | this.openOperatorGraphButton.Location = new System.Drawing.Point(33, 3);
|
---|
| 240 | this.openOperatorGraphButton.Name = "openOperatorGraphButton";
|
---|
| 241 | this.openOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 242 | this.openOperatorGraphButton.TabIndex = 1;
|
---|
| 243 | this.toolTip.SetToolTip(this.openOperatorGraphButton, "Open Operator Graph");
|
---|
| 244 | this.openOperatorGraphButton.UseVisualStyleBackColor = true;
|
---|
| 245 | //
|
---|
| 246 | // newOperatorGraphButton
|
---|
| 247 | //
|
---|
| 248 | this.newOperatorGraphButton.Enabled = false;
|
---|
| 249 | this.newOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
|
---|
| 250 | this.newOperatorGraphButton.Location = new System.Drawing.Point(3, 3);
|
---|
| 251 | this.newOperatorGraphButton.Name = "newOperatorGraphButton";
|
---|
| 252 | this.newOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 253 | this.newOperatorGraphButton.TabIndex = 1;
|
---|
| 254 | this.toolTip.SetToolTip(this.newOperatorGraphButton, "New Operator Graph");
|
---|
| 255 | this.newOperatorGraphButton.UseVisualStyleBackColor = true;
|
---|
| 256 | //
|
---|
| 257 | // operatorGraphViewHost
|
---|
| 258 | //
|
---|
| 259 | this.operatorGraphViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 260 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 261 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3505] | 262 | this.operatorGraphViewHost.Caption = null;
|
---|
[3361] | 263 | this.operatorGraphViewHost.Content = null;
|
---|
| 264 | this.operatorGraphViewHost.Location = new System.Drawing.Point(3, 33);
|
---|
| 265 | this.operatorGraphViewHost.Name = "operatorGraphViewHost";
|
---|
| 266 | this.operatorGraphViewHost.ReadOnly = true;
|
---|
[3525] | 267 | this.operatorGraphViewHost.Size = new System.Drawing.Size(699, 405);
|
---|
[3361] | 268 | this.operatorGraphViewHost.TabIndex = 0;
|
---|
| 269 | this.operatorGraphViewHost.ViewType = null;
|
---|
| 270 | //
|
---|
[2851] | 271 | // EngineAlgorithmView
|
---|
| 272 | //
|
---|
| 273 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 274 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[2864] | 275 | this.Controls.Add(this.createUserDefinedAlgorithmButton);
|
---|
[2851] | 276 | this.Name = "EngineAlgorithmView";
|
---|
[2916] | 277 | this.Size = new System.Drawing.Size(713, 549);
|
---|
[3262] | 278 | this.Controls.SetChildIndex(this.stopButton, 0);
|
---|
[2864] | 279 | this.Controls.SetChildIndex(this.createUserDefinedAlgorithmButton, 0);
|
---|
[2851] | 280 | this.Controls.SetChildIndex(this.resetButton, 0);
|
---|
[3262] | 281 | this.Controls.SetChildIndex(this.pauseButton, 0);
|
---|
[2851] | 282 | this.Controls.SetChildIndex(this.executionTimeLabel, 0);
|
---|
| 283 | this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
|
---|
| 284 | this.Controls.SetChildIndex(this.startButton, 0);
|
---|
| 285 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
| 286 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 287 | this.Controls.SetChildIndex(this.descriptionLabel, 0);
|
---|
| 288 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 289 | this.Controls.SetChildIndex(this.descriptionTextBox, 0);
|
---|
| 290 | this.tabControl.ResumeLayout(false);
|
---|
| 291 | this.parametersTabPage.ResumeLayout(false);
|
---|
| 292 | this.problemTabPage.ResumeLayout(false);
|
---|
[2916] | 293 | this.resultsTabPage.ResumeLayout(false);
|
---|
[3306] | 294 | this.runsTabPage.ResumeLayout(false);
|
---|
| 295 | this.problemPanel.ResumeLayout(false);
|
---|
[2851] | 296 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[2916] | 297 | this.engineTabPage.ResumeLayout(false);
|
---|
| 298 | this.engineTabPage.PerformLayout();
|
---|
[3361] | 299 | this.operatorGraphTabPage.ResumeLayout(false);
|
---|
[2851] | 300 | this.ResumeLayout(false);
|
---|
| 301 | this.PerformLayout();
|
---|
| 302 |
|
---|
| 303 | }
|
---|
| 304 |
|
---|
| 305 | #endregion
|
---|
| 306 |
|
---|
| 307 | protected System.Windows.Forms.Label engineLabel;
|
---|
[2864] | 308 | protected System.Windows.Forms.Button createUserDefinedAlgorithmButton;
|
---|
[2916] | 309 | protected System.Windows.Forms.ComboBox engineComboBox;
|
---|
| 310 | protected System.Windows.Forms.TabPage engineTabPage;
|
---|
[3281] | 311 | protected HeuristicLab.MainForm.WindowsForms.ViewHost engineViewHost;
|
---|
[3361] | 312 | protected System.Windows.Forms.TabPage operatorGraphTabPage;
|
---|
| 313 | protected HeuristicLab.MainForm.WindowsForms.ViewHost operatorGraphViewHost;
|
---|
| 314 | protected System.Windows.Forms.Button openOperatorGraphButton;
|
---|
| 315 | protected System.Windows.Forms.Button newOperatorGraphButton;
|
---|
[2851] | 316 |
|
---|
| 317 | }
|
---|
| 318 | }
|
---|