[2851] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[11171] | 3 | * Copyright (C) 2002-2014 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 AlgorithmView {
|
---|
| 24 | /// <summary>
|
---|
| 25 | /// Required designer variable.
|
---|
| 26 | /// </summary>
|
---|
| 27 | private System.ComponentModel.IContainer components = null;
|
---|
| 28 |
|
---|
| 29 | #region Component Designer generated code
|
---|
| 30 |
|
---|
| 31 | /// <summary>
|
---|
| 32 | /// Required method for Designer support - do not modify
|
---|
| 33 | /// the contents of this method with the code editor.
|
---|
| 34 | /// </summary>
|
---|
| 35 | private void InitializeComponent() {
|
---|
[6425] | 36 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AlgorithmView));
|
---|
[5466] | 37 | this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
[2851] | 38 | this.problemTabPage = new System.Windows.Forms.TabPage();
|
---|
[3299] | 39 | this.problemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[2851] | 40 | this.openProblemButton = new System.Windows.Forms.Button();
|
---|
| 41 | this.newProblemButton = new System.Windows.Forms.Button();
|
---|
[4102] | 42 | this.parametersTabPage = new System.Windows.Forms.TabPage();
|
---|
| 43 | this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
|
---|
[2882] | 44 | this.resultsTabPage = new System.Windows.Forms.TabPage();
|
---|
[3226] | 45 | this.resultsView = new HeuristicLab.Optimization.Views.ResultCollectionView();
|
---|
[3299] | 46 | this.runsTabPage = new System.Windows.Forms.TabPage();
|
---|
[5832] | 47 | this.storeAlgorithmInEachRunCheckBox = new System.Windows.Forms.CheckBox();
|
---|
[3299] | 48 | this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
|
---|
[2851] | 49 | this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
---|
| 50 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 51 | this.tabControl.SuspendLayout();
|
---|
[4102] | 52 | this.problemTabPage.SuspendLayout();
|
---|
[2851] | 53 | this.parametersTabPage.SuspendLayout();
|
---|
[2882] | 54 | this.resultsTabPage.SuspendLayout();
|
---|
[3275] | 55 | this.runsTabPage.SuspendLayout();
|
---|
[2851] | 56 | this.SuspendLayout();
|
---|
| 57 | //
|
---|
[6425] | 58 | // startButton
|
---|
| 59 | //
|
---|
| 60 | this.startButton.Location = new System.Drawing.Point(0, 458);
|
---|
[8190] | 61 | this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
|
---|
[6425] | 62 | //
|
---|
| 63 | // executionTimeTextBox
|
---|
| 64 | //
|
---|
| 65 | this.executionTimeTextBox.Location = new System.Drawing.Point(542, 462);
|
---|
| 66 | //
|
---|
| 67 | // executionTimeLabel
|
---|
| 68 | //
|
---|
| 69 | this.executionTimeLabel.Location = new System.Drawing.Point(453, 465);
|
---|
| 70 | //
|
---|
| 71 | // pauseButton
|
---|
| 72 | //
|
---|
| 73 | this.pauseButton.Location = new System.Drawing.Point(30, 458);
|
---|
[8190] | 74 | this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");
|
---|
[6425] | 75 | //
|
---|
| 76 | // stopButton
|
---|
| 77 | //
|
---|
| 78 | this.stopButton.Location = new System.Drawing.Point(60, 458);
|
---|
[8190] | 79 | this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
|
---|
[6425] | 80 | //
|
---|
| 81 | // resetButton
|
---|
| 82 | //
|
---|
| 83 | this.resetButton.Location = new System.Drawing.Point(90, 458);
|
---|
[8190] | 84 | this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
|
---|
[6425] | 85 | //
|
---|
[2851] | 86 | // nameTextBox
|
---|
| 87 | //
|
---|
| 88 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 89 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
[5832] | 90 | this.nameTextBox.Location = new System.Drawing.Point(60, 0);
|
---|
| 91 | this.nameTextBox.Size = new System.Drawing.Size(594, 20);
|
---|
[2851] | 92 | //
|
---|
[5832] | 93 | // infoLabel
|
---|
[2851] | 94 | //
|
---|
[5832] | 95 | this.infoLabel.Location = new System.Drawing.Point(660, 3);
|
---|
[2851] | 96 | //
|
---|
| 97 | // tabControl
|
---|
| 98 | //
|
---|
[5832] | 99 | this.tabControl.AllowDrop = true;
|
---|
[2851] | 100 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
[6425] | 101 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 102 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3505] | 103 | this.tabControl.Controls.Add(this.problemTabPage);
|
---|
[2851] | 104 | this.tabControl.Controls.Add(this.parametersTabPage);
|
---|
[2882] | 105 | this.tabControl.Controls.Add(this.resultsTabPage);
|
---|
[3275] | 106 | this.tabControl.Controls.Add(this.runsTabPage);
|
---|
[5832] | 107 | this.tabControl.Location = new System.Drawing.Point(0, 26);
|
---|
[2851] | 108 | this.tabControl.Name = "tabControl";
|
---|
| 109 | this.tabControl.SelectedIndex = 0;
|
---|
[6425] | 110 | this.tabControl.Size = new System.Drawing.Size(679, 430);
|
---|
[5832] | 111 | this.tabControl.TabIndex = 3;
|
---|
[2851] | 112 | //
|
---|
| 113 | // problemTabPage
|
---|
| 114 | //
|
---|
[5832] | 115 | this.problemTabPage.AllowDrop = true;
|
---|
[4011] | 116 | this.problemTabPage.Controls.Add(this.problemViewHost);
|
---|
[2851] | 117 | this.problemTabPage.Controls.Add(this.openProblemButton);
|
---|
| 118 | this.problemTabPage.Controls.Add(this.newProblemButton);
|
---|
| 119 | this.problemTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 120 | this.problemTabPage.Name = "problemTabPage";
|
---|
| 121 | this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[6425] | 122 | this.problemTabPage.Size = new System.Drawing.Size(671, 404);
|
---|
[3505] | 123 | this.problemTabPage.TabIndex = 0;
|
---|
[2851] | 124 | this.problemTabPage.Text = "Problem";
|
---|
| 125 | this.problemTabPage.UseVisualStyleBackColor = true;
|
---|
[4522] | 126 | this.problemTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.problemTabPage_DragDrop);
|
---|
| 127 | this.problemTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.problemTabPage_DragEnterOver);
|
---|
| 128 | this.problemTabPage.DragOver += new System.Windows.Forms.DragEventHandler(this.problemTabPage_DragEnterOver);
|
---|
[2851] | 129 | //
|
---|
[4011] | 130 | // problemViewHost
|
---|
[3299] | 131 | //
|
---|
[4011] | 132 | this.problemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
[6425] | 133 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 134 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[4102] | 135 | this.problemViewHost.Caption = "View";
|
---|
| 136 | this.problemViewHost.Content = null;
|
---|
[5832] | 137 | this.problemViewHost.Enabled = false;
|
---|
[4011] | 138 | this.problemViewHost.Location = new System.Drawing.Point(6, 36);
|
---|
[3299] | 139 | this.problemViewHost.Name = "problemViewHost";
|
---|
[4102] | 140 | this.problemViewHost.ReadOnly = false;
|
---|
[6425] | 141 | this.problemViewHost.Size = new System.Drawing.Size(659, 362);
|
---|
[4011] | 142 | this.problemViewHost.TabIndex = 3;
|
---|
[5832] | 143 | this.problemViewHost.ViewsLabelVisible = true;
|
---|
[3299] | 144 | this.problemViewHost.ViewType = null;
|
---|
| 145 | //
|
---|
[2851] | 146 | // openProblemButton
|
---|
| 147 | //
|
---|
[5287] | 148 | this.openProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
|
---|
[2851] | 149 | this.openProblemButton.Location = new System.Drawing.Point(36, 6);
|
---|
| 150 | this.openProblemButton.Name = "openProblemButton";
|
---|
| 151 | this.openProblemButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 152 | this.openProblemButton.TabIndex = 1;
|
---|
[2882] | 153 | this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
|
---|
[2851] | 154 | this.openProblemButton.UseVisualStyleBackColor = true;
|
---|
| 155 | this.openProblemButton.Click += new System.EventHandler(this.openProblemButton_Click);
|
---|
| 156 | //
|
---|
| 157 | // newProblemButton
|
---|
| 158 | //
|
---|
[5287] | 159 | this.newProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
|
---|
[2851] | 160 | this.newProblemButton.Location = new System.Drawing.Point(6, 6);
|
---|
| 161 | this.newProblemButton.Name = "newProblemButton";
|
---|
| 162 | this.newProblemButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 163 | this.newProblemButton.TabIndex = 0;
|
---|
[2882] | 164 | this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
|
---|
[2851] | 165 | this.newProblemButton.UseVisualStyleBackColor = true;
|
---|
| 166 | this.newProblemButton.Click += new System.EventHandler(this.newProblemButton_Click);
|
---|
| 167 | //
|
---|
[4102] | 168 | // parametersTabPage
|
---|
| 169 | //
|
---|
| 170 | this.parametersTabPage.Controls.Add(this.parameterCollectionView);
|
---|
| 171 | this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 172 | this.parametersTabPage.Name = "parametersTabPage";
|
---|
| 173 | this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[5832] | 174 | this.parametersTabPage.Size = new System.Drawing.Size(671, 400);
|
---|
[4102] | 175 | this.parametersTabPage.TabIndex = 1;
|
---|
[11533] | 176 | this.parametersTabPage.Text = "Algorithm";
|
---|
[4102] | 177 | this.parametersTabPage.UseVisualStyleBackColor = true;
|
---|
| 178 | //
|
---|
| 179 | // parameterCollectionView
|
---|
| 180 | //
|
---|
[6425] | 181 | this.parameterCollectionView.AllowEditingOfHiddenParameters = true;
|
---|
[4102] | 182 | this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
[6425] | 183 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 184 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[4102] | 185 | this.parameterCollectionView.Caption = "ParameterCollection View";
|
---|
| 186 | this.parameterCollectionView.Content = null;
|
---|
| 187 | this.parameterCollectionView.Location = new System.Drawing.Point(6, 6);
|
---|
| 188 | this.parameterCollectionView.Name = "parameterCollectionView";
|
---|
| 189 | this.parameterCollectionView.ReadOnly = false;
|
---|
[5832] | 190 | this.parameterCollectionView.Size = new System.Drawing.Size(659, 388);
|
---|
[4102] | 191 | this.parameterCollectionView.TabIndex = 0;
|
---|
| 192 | //
|
---|
[2882] | 193 | // resultsTabPage
|
---|
| 194 | //
|
---|
| 195 | this.resultsTabPage.Controls.Add(this.resultsView);
|
---|
| 196 | this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 197 | this.resultsTabPage.Name = "resultsTabPage";
|
---|
| 198 | this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[5832] | 199 | this.resultsTabPage.Size = new System.Drawing.Size(671, 400);
|
---|
[2882] | 200 | this.resultsTabPage.TabIndex = 2;
|
---|
| 201 | this.resultsTabPage.Text = "Results";
|
---|
| 202 | this.resultsTabPage.UseVisualStyleBackColor = true;
|
---|
| 203 | //
|
---|
| 204 | // resultsView
|
---|
| 205 | //
|
---|
| 206 | this.resultsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
[6425] | 207 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 208 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[4102] | 209 | this.resultsView.Caption = "ResultCollection View";
|
---|
[2882] | 210 | this.resultsView.Content = null;
|
---|
| 211 | this.resultsView.Location = new System.Drawing.Point(6, 6);
|
---|
| 212 | this.resultsView.Name = "resultsView";
|
---|
[4102] | 213 | this.resultsView.ReadOnly = true;
|
---|
[5832] | 214 | this.resultsView.Size = new System.Drawing.Size(659, 388);
|
---|
[2882] | 215 | this.resultsView.TabIndex = 0;
|
---|
| 216 | //
|
---|
[3299] | 217 | // runsTabPage
|
---|
| 218 | //
|
---|
[4102] | 219 | this.runsTabPage.Controls.Add(this.storeAlgorithmInEachRunCheckBox);
|
---|
[3299] | 220 | this.runsTabPage.Controls.Add(this.runsView);
|
---|
| 221 | this.runsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 222 | this.runsTabPage.Name = "runsTabPage";
|
---|
| 223 | this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[5832] | 224 | this.runsTabPage.Size = new System.Drawing.Size(671, 400);
|
---|
[3299] | 225 | this.runsTabPage.TabIndex = 3;
|
---|
| 226 | this.runsTabPage.Text = "Runs";
|
---|
| 227 | this.runsTabPage.UseVisualStyleBackColor = true;
|
---|
| 228 | //
|
---|
[5832] | 229 | // storeAlgorithmInEachRunCheckBox
|
---|
| 230 | //
|
---|
| 231 | this.storeAlgorithmInEachRunCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 232 | this.storeAlgorithmInEachRunCheckBox.AutoSize = true;
|
---|
| 233 | this.storeAlgorithmInEachRunCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
| 234 | this.storeAlgorithmInEachRunCheckBox.Checked = true;
|
---|
| 235 | this.storeAlgorithmInEachRunCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
| 236 | this.storeAlgorithmInEachRunCheckBox.Location = new System.Drawing.Point(503, 6);
|
---|
| 237 | this.storeAlgorithmInEachRunCheckBox.Name = "storeAlgorithmInEachRunCheckBox";
|
---|
| 238 | this.storeAlgorithmInEachRunCheckBox.Size = new System.Drawing.Size(161, 17);
|
---|
| 239 | this.storeAlgorithmInEachRunCheckBox.TabIndex = 1;
|
---|
| 240 | this.storeAlgorithmInEachRunCheckBox.Text = "&Store Algorithm in each Run:";
|
---|
| 241 | this.toolTip.SetToolTip(this.storeAlgorithmInEachRunCheckBox, "Check to store a copy of the algorithm in each run.");
|
---|
| 242 | this.storeAlgorithmInEachRunCheckBox.UseVisualStyleBackColor = true;
|
---|
| 243 | this.storeAlgorithmInEachRunCheckBox.CheckedChanged += new System.EventHandler(this.storeAlgorithmInEachRunCheckBox_CheckedChanged);
|
---|
| 244 | //
|
---|
[3299] | 245 | // runsView
|
---|
| 246 | //
|
---|
| 247 | this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
[6425] | 248 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 249 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[4102] | 250 | this.runsView.Caption = "RunCollection View";
|
---|
[3299] | 251 | this.runsView.Content = null;
|
---|
| 252 | this.runsView.Location = new System.Drawing.Point(6, 6);
|
---|
| 253 | this.runsView.Name = "runsView";
|
---|
[4102] | 254 | this.runsView.ReadOnly = false;
|
---|
[5832] | 255 | this.runsView.Size = new System.Drawing.Size(659, 388);
|
---|
[3299] | 256 | this.runsView.TabIndex = 0;
|
---|
| 257 | //
|
---|
[2851] | 258 | // openFileDialog
|
---|
| 259 | //
|
---|
| 260 | this.openFileDialog.DefaultExt = "hl";
|
---|
| 261 | this.openFileDialog.FileName = "Problem";
|
---|
| 262 | this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
|
---|
| 263 | this.openFileDialog.Title = "Open Problem";
|
---|
| 264 | //
|
---|
| 265 | // AlgorithmView
|
---|
| 266 | //
|
---|
| 267 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[7967] | 268 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[2851] | 269 | this.Controls.Add(this.tabControl);
|
---|
| 270 | this.Name = "AlgorithmView";
|
---|
[2882] | 271 | this.Size = new System.Drawing.Size(679, 482);
|
---|
[6425] | 272 | this.Controls.SetChildIndex(this.executionTimeLabel, 0);
|
---|
| 273 | this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
|
---|
[2851] | 274 | this.Controls.SetChildIndex(this.resetButton, 0);
|
---|
[6425] | 275 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
[3262] | 276 | this.Controls.SetChildIndex(this.stopButton, 0);
|
---|
| 277 | this.Controls.SetChildIndex(this.pauseButton, 0);
|
---|
[2851] | 278 | this.Controls.SetChildIndex(this.startButton, 0);
|
---|
[6425] | 279 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
[2851] | 280 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 281 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 282 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 283 | this.tabControl.ResumeLayout(false);
|
---|
[4102] | 284 | this.problemTabPage.ResumeLayout(false);
|
---|
[2851] | 285 | this.parametersTabPage.ResumeLayout(false);
|
---|
[2882] | 286 | this.resultsTabPage.ResumeLayout(false);
|
---|
[3275] | 287 | this.runsTabPage.ResumeLayout(false);
|
---|
[4102] | 288 | this.runsTabPage.PerformLayout();
|
---|
[2851] | 289 | this.ResumeLayout(false);
|
---|
| 290 | this.PerformLayout();
|
---|
| 291 |
|
---|
| 292 | }
|
---|
| 293 |
|
---|
| 294 | #endregion
|
---|
| 295 |
|
---|
[5466] | 296 | protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
|
---|
[2851] | 297 | protected System.Windows.Forms.TabPage parametersTabPage;
|
---|
| 298 | protected System.Windows.Forms.TabPage problemTabPage;
|
---|
| 299 | protected HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
|
---|
[3281] | 300 | protected HeuristicLab.MainForm.WindowsForms.ViewHost problemViewHost;
|
---|
[2851] | 301 | protected System.Windows.Forms.Button newProblemButton;
|
---|
| 302 | protected System.Windows.Forms.Button openProblemButton;
|
---|
| 303 | protected System.Windows.Forms.OpenFileDialog openFileDialog;
|
---|
[2882] | 304 | protected System.Windows.Forms.TabPage resultsTabPage;
|
---|
[3226] | 305 | protected HeuristicLab.Optimization.Views.ResultCollectionView resultsView;
|
---|
[3275] | 306 | protected System.Windows.Forms.TabPage runsTabPage;
|
---|
| 307 | protected RunCollectionView runsView;
|
---|
[4102] | 308 | protected System.Windows.Forms.CheckBox storeAlgorithmInEachRunCheckBox;
|
---|
[2851] | 309 | }
|
---|
| 310 | }
|
---|