[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();
|
---|
[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);
|
---|
[2917] | 69 | this.tabControl.Size = new System.Drawing.Size(713, 467);
|
---|
[3361] | 70 | this.tabControl.Controls.SetChildIndex(this.engineTabPage, 0);
|
---|
| 71 | this.tabControl.Controls.SetChildIndex(this.operatorGraphTabPage, 0);
|
---|
[3306] | 72 | this.tabControl.Controls.SetChildIndex(this.runsTabPage, 0);
|
---|
[2916] | 73 | this.tabControl.Controls.SetChildIndex(this.resultsTabPage, 0);
|
---|
[3505] | 74 | this.tabControl.Controls.SetChildIndex(this.parametersTabPage, 0);
|
---|
[2916] | 75 | this.tabControl.Controls.SetChildIndex(this.problemTabPage, 0);
|
---|
[2851] | 76 | //
|
---|
| 77 | // parametersTabPage
|
---|
| 78 | //
|
---|
[2917] | 79 | this.parametersTabPage.Size = new System.Drawing.Size(705, 441);
|
---|
[2851] | 80 | //
|
---|
| 81 | // problemTabPage
|
---|
| 82 | //
|
---|
[2917] | 83 | this.problemTabPage.Size = new System.Drawing.Size(705, 441);
|
---|
[2851] | 84 | //
|
---|
| 85 | // parameterCollectionView
|
---|
| 86 | //
|
---|
[2917] | 87 | this.parameterCollectionView.Size = new System.Drawing.Size(693, 429);
|
---|
[2851] | 88 | //
|
---|
| 89 | // problemViewHost
|
---|
| 90 | //
|
---|
[2917] | 91 | this.problemViewHost.Size = new System.Drawing.Size(693, 399);
|
---|
[2851] | 92 | //
|
---|
[2916] | 93 | // newProblemButton
|
---|
| 94 | //
|
---|
| 95 | this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
|
---|
| 96 | //
|
---|
| 97 | // openProblemButton
|
---|
| 98 | //
|
---|
| 99 | this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
|
---|
| 100 | //
|
---|
[2851] | 101 | // startButton
|
---|
| 102 | //
|
---|
[2916] | 103 | this.startButton.Location = new System.Drawing.Point(0, 525);
|
---|
[3262] | 104 | this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
|
---|
[2851] | 105 | //
|
---|
[3262] | 106 | // pauseButton
|
---|
[2851] | 107 | //
|
---|
[3262] | 108 | this.pauseButton.Location = new System.Drawing.Point(30, 525);
|
---|
| 109 | this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");
|
---|
[2851] | 110 | //
|
---|
| 111 | // resetButton
|
---|
| 112 | //
|
---|
[3262] | 113 | this.resetButton.Location = new System.Drawing.Point(90, 525);
|
---|
| 114 | this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
|
---|
[2851] | 115 | //
|
---|
| 116 | // executionTimeLabel
|
---|
| 117 | //
|
---|
[2916] | 118 | this.executionTimeLabel.Location = new System.Drawing.Point(487, 532);
|
---|
[2851] | 119 | //
|
---|
| 120 | // executionTimeTextBox
|
---|
| 121 | //
|
---|
[2916] | 122 | this.executionTimeTextBox.Location = new System.Drawing.Point(576, 529);
|
---|
[2851] | 123 | //
|
---|
[2916] | 124 | // resultsTabPage
|
---|
| 125 | //
|
---|
[2917] | 126 | this.resultsTabPage.Size = new System.Drawing.Size(705, 441);
|
---|
[2916] | 127 | //
|
---|
| 128 | // resultsView
|
---|
| 129 | //
|
---|
[2917] | 130 | this.resultsView.Size = new System.Drawing.Size(693, 429);
|
---|
[2916] | 131 | //
|
---|
[3262] | 132 | // stopButton
|
---|
| 133 | //
|
---|
| 134 | this.stopButton.Location = new System.Drawing.Point(60, 525);
|
---|
| 135 | this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
|
---|
| 136 | //
|
---|
[3306] | 137 | // runsTabPage
|
---|
| 138 | //
|
---|
| 139 | this.runsTabPage.Size = new System.Drawing.Size(705, 441);
|
---|
| 140 | //
|
---|
| 141 | // runsView
|
---|
| 142 | //
|
---|
| 143 | this.runsView.Size = new System.Drawing.Size(693, 429);
|
---|
| 144 | //
|
---|
[4102] | 145 | // storeAlgorithmInEachRunCheckBox
|
---|
[3306] | 146 | //
|
---|
[4102] | 147 | this.storeAlgorithmInEachRunCheckBox.Location = new System.Drawing.Point(530, 6);
|
---|
[3306] | 148 | //
|
---|
[2851] | 149 | // nameTextBox
|
---|
| 150 | //
|
---|
| 151 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 152 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
[2916] | 153 | this.nameTextBox.Size = new System.Drawing.Size(641, 20);
|
---|
[2851] | 154 | //
|
---|
[2864] | 155 | // descriptionTextBox
|
---|
| 156 | //
|
---|
[2917] | 157 | this.descriptionTextBox.Size = new System.Drawing.Size(641, 20);
|
---|
[2864] | 158 | //
|
---|
[2851] | 159 | // engineLabel
|
---|
| 160 | //
|
---|
| 161 | this.engineLabel.AutoSize = true;
|
---|
[2916] | 162 | this.engineLabel.Location = new System.Drawing.Point(6, 9);
|
---|
[2851] | 163 | this.engineLabel.Name = "engineLabel";
|
---|
| 164 | this.engineLabel.Size = new System.Drawing.Size(43, 13);
|
---|
[2916] | 165 | this.engineLabel.TabIndex = 0;
|
---|
[2851] | 166 | this.engineLabel.Text = "&Engine:";
|
---|
| 167 | //
|
---|
[2916] | 168 | // engineComboBox
|
---|
| 169 | //
|
---|
| 170 | this.engineComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 171 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 172 | this.engineComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 173 | this.engineComboBox.FormattingEnabled = true;
|
---|
| 174 | this.engineComboBox.Location = new System.Drawing.Point(55, 6);
|
---|
| 175 | this.engineComboBox.Name = "engineComboBox";
|
---|
[3505] | 176 | this.engineComboBox.Size = new System.Drawing.Size(644, 21);
|
---|
[2916] | 177 | this.engineComboBox.TabIndex = 1;
|
---|
| 178 | this.engineComboBox.SelectedIndexChanged += new System.EventHandler(this.engineComboBox_SelectedIndexChanged);
|
---|
| 179 | //
|
---|
| 180 | // engineTabPage
|
---|
| 181 | //
|
---|
| 182 | this.engineTabPage.Controls.Add(this.engineViewHost);
|
---|
| 183 | this.engineTabPage.Controls.Add(this.engineComboBox);
|
---|
| 184 | this.engineTabPage.Controls.Add(this.engineLabel);
|
---|
| 185 | this.engineTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 186 | this.engineTabPage.Name = "engineTabPage";
|
---|
| 187 | this.engineTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[2917] | 188 | this.engineTabPage.Size = new System.Drawing.Size(705, 441);
|
---|
[3505] | 189 | this.engineTabPage.TabIndex = 5;
|
---|
[2916] | 190 | this.engineTabPage.Text = "Engine";
|
---|
| 191 | this.engineTabPage.UseVisualStyleBackColor = true;
|
---|
| 192 | //
|
---|
| 193 | // engineViewHost
|
---|
| 194 | //
|
---|
| 195 | this.engineViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 196 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 197 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[4102] | 198 | this.engineViewHost.Caption = "View";
|
---|
[2916] | 199 | this.engineViewHost.Content = null;
|
---|
| 200 | this.engineViewHost.Location = new System.Drawing.Point(6, 33);
|
---|
| 201 | this.engineViewHost.Name = "engineViewHost";
|
---|
[3361] | 202 | this.engineViewHost.ReadOnly = false;
|
---|
[3505] | 203 | this.engineViewHost.Size = new System.Drawing.Size(693, 402);
|
---|
[2916] | 204 | this.engineViewHost.TabIndex = 2;
|
---|
| 205 | this.engineViewHost.ViewType = null;
|
---|
| 206 | //
|
---|
[3361] | 207 | // operatorGraphTabPage
|
---|
| 208 | //
|
---|
| 209 | this.operatorGraphTabPage.Controls.Add(this.openOperatorGraphButton);
|
---|
| 210 | this.operatorGraphTabPage.Controls.Add(this.newOperatorGraphButton);
|
---|
| 211 | this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
|
---|
| 212 | this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 213 | this.operatorGraphTabPage.Name = "operatorGraphTabPage";
|
---|
| 214 | this.operatorGraphTabPage.Size = new System.Drawing.Size(705, 441);
|
---|
| 215 | this.operatorGraphTabPage.TabIndex = 4;
|
---|
| 216 | this.operatorGraphTabPage.Text = "Operator Graph";
|
---|
| 217 | this.operatorGraphTabPage.UseVisualStyleBackColor = true;
|
---|
| 218 | //
|
---|
| 219 | // openOperatorGraphButton
|
---|
| 220 | //
|
---|
| 221 | this.openOperatorGraphButton.Enabled = false;
|
---|
| 222 | this.openOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
|
---|
| 223 | this.openOperatorGraphButton.Location = new System.Drawing.Point(33, 3);
|
---|
| 224 | this.openOperatorGraphButton.Name = "openOperatorGraphButton";
|
---|
| 225 | this.openOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 226 | this.openOperatorGraphButton.TabIndex = 1;
|
---|
| 227 | this.toolTip.SetToolTip(this.openOperatorGraphButton, "Open Operator Graph");
|
---|
| 228 | this.openOperatorGraphButton.UseVisualStyleBackColor = true;
|
---|
| 229 | //
|
---|
| 230 | // newOperatorGraphButton
|
---|
| 231 | //
|
---|
| 232 | this.newOperatorGraphButton.Enabled = false;
|
---|
| 233 | this.newOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
|
---|
| 234 | this.newOperatorGraphButton.Location = new System.Drawing.Point(3, 3);
|
---|
| 235 | this.newOperatorGraphButton.Name = "newOperatorGraphButton";
|
---|
| 236 | this.newOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 237 | this.newOperatorGraphButton.TabIndex = 1;
|
---|
| 238 | this.toolTip.SetToolTip(this.newOperatorGraphButton, "New Operator Graph");
|
---|
| 239 | this.newOperatorGraphButton.UseVisualStyleBackColor = true;
|
---|
| 240 | //
|
---|
| 241 | // operatorGraphViewHost
|
---|
| 242 | //
|
---|
| 243 | this.operatorGraphViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 244 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 245 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[4102] | 246 | this.operatorGraphViewHost.Caption = "View";
|
---|
[3361] | 247 | this.operatorGraphViewHost.Content = null;
|
---|
| 248 | this.operatorGraphViewHost.Location = new System.Drawing.Point(3, 33);
|
---|
| 249 | this.operatorGraphViewHost.Name = "operatorGraphViewHost";
|
---|
| 250 | this.operatorGraphViewHost.ReadOnly = true;
|
---|
[3525] | 251 | this.operatorGraphViewHost.Size = new System.Drawing.Size(699, 405);
|
---|
[3361] | 252 | this.operatorGraphViewHost.TabIndex = 0;
|
---|
| 253 | this.operatorGraphViewHost.ViewType = null;
|
---|
| 254 | //
|
---|
[2851] | 255 | // EngineAlgorithmView
|
---|
| 256 | //
|
---|
| 257 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 258 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 259 | this.Name = "EngineAlgorithmView";
|
---|
[2916] | 260 | this.Size = new System.Drawing.Size(713, 549);
|
---|
[2851] | 261 | this.tabControl.ResumeLayout(false);
|
---|
| 262 | this.parametersTabPage.ResumeLayout(false);
|
---|
| 263 | this.problemTabPage.ResumeLayout(false);
|
---|
[2916] | 264 | this.resultsTabPage.ResumeLayout(false);
|
---|
[3306] | 265 | this.runsTabPage.ResumeLayout(false);
|
---|
[4102] | 266 | this.runsTabPage.PerformLayout();
|
---|
[2851] | 267 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[2916] | 268 | this.engineTabPage.ResumeLayout(false);
|
---|
| 269 | this.engineTabPage.PerformLayout();
|
---|
[3361] | 270 | this.operatorGraphTabPage.ResumeLayout(false);
|
---|
[2851] | 271 | this.ResumeLayout(false);
|
---|
| 272 | this.PerformLayout();
|
---|
| 273 |
|
---|
| 274 | }
|
---|
| 275 |
|
---|
| 276 | #endregion
|
---|
| 277 |
|
---|
| 278 | protected System.Windows.Forms.Label engineLabel;
|
---|
[2916] | 279 | protected System.Windows.Forms.ComboBox engineComboBox;
|
---|
| 280 | protected System.Windows.Forms.TabPage engineTabPage;
|
---|
[3281] | 281 | protected HeuristicLab.MainForm.WindowsForms.ViewHost engineViewHost;
|
---|
[3361] | 282 | protected System.Windows.Forms.TabPage operatorGraphTabPage;
|
---|
| 283 | protected HeuristicLab.MainForm.WindowsForms.ViewHost operatorGraphViewHost;
|
---|
| 284 | protected System.Windows.Forms.Button openOperatorGraphButton;
|
---|
| 285 | protected System.Windows.Forms.Button newOperatorGraphButton;
|
---|
[2851] | 286 |
|
---|
| 287 | }
|
---|
| 288 | }
|
---|