[3267] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[17180] | 3 | * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[3267] | 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 ExperimentView {
|
---|
| 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() {
|
---|
[5466] | 47 | this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
[3274] | 48 | this.optimizersTabPage = new System.Windows.Forms.TabPage();
|
---|
[15408] | 49 | this.experimentTreeView = new HeuristicLab.Optimization.Views.ExperimentTreeView();
|
---|
[3329] | 50 | this.runsTabPage = new System.Windows.Forms.TabPage();
|
---|
[5832] | 51 | this.runsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[15408] | 52 | this.workersNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
---|
| 53 | this.workersLabel = new System.Windows.Forms.Label();
|
---|
[3267] | 54 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 55 | this.tabControl.SuspendLayout();
|
---|
[3274] | 56 | this.optimizersTabPage.SuspendLayout();
|
---|
[3275] | 57 | this.runsTabPage.SuspendLayout();
|
---|
[15408] | 58 | ((System.ComponentModel.ISupportInitialize)(this.workersNumericUpDown)).BeginInit();
|
---|
[3267] | 59 | this.SuspendLayout();
|
---|
| 60 | //
|
---|
[6425] | 61 | // startButton
|
---|
| 62 | //
|
---|
| 63 | this.startButton.Location = new System.Drawing.Point(0, 458);
|
---|
| 64 | this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment");
|
---|
| 65 | //
|
---|
| 66 | // executionTimeTextBox
|
---|
| 67 | //
|
---|
| 68 | this.executionTimeTextBox.Location = new System.Drawing.Point(542, 461);
|
---|
| 69 | //
|
---|
| 70 | // executionTimeLabel
|
---|
| 71 | //
|
---|
| 72 | this.executionTimeLabel.Location = new System.Drawing.Point(453, 464);
|
---|
| 73 | //
|
---|
| 74 | // pauseButton
|
---|
| 75 | //
|
---|
| 76 | this.pauseButton.Location = new System.Drawing.Point(30, 458);
|
---|
| 77 | this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment");
|
---|
| 78 | //
|
---|
| 79 | // stopButton
|
---|
| 80 | //
|
---|
| 81 | this.stopButton.Location = new System.Drawing.Point(60, 458);
|
---|
| 82 | this.toolTip.SetToolTip(this.stopButton, "Stop Experiment");
|
---|
| 83 | //
|
---|
| 84 | // resetButton
|
---|
| 85 | //
|
---|
| 86 | this.resetButton.Location = new System.Drawing.Point(90, 458);
|
---|
| 87 | this.toolTip.SetToolTip(this.resetButton, "Reset Experiment");
|
---|
| 88 | //
|
---|
[3267] | 89 | // nameTextBox
|
---|
| 90 | //
|
---|
| 91 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 92 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
[5832] | 93 | this.nameTextBox.Location = new System.Drawing.Point(60, 0);
|
---|
| 94 | this.nameTextBox.Size = new System.Drawing.Size(594, 20);
|
---|
[3267] | 95 | //
|
---|
[5832] | 96 | // infoLabel
|
---|
[3267] | 97 | //
|
---|
[5832] | 98 | this.infoLabel.Location = new System.Drawing.Point(660, 3);
|
---|
[3267] | 99 | //
|
---|
| 100 | // tabControl
|
---|
| 101 | //
|
---|
[5832] | 102 | this.tabControl.AllowDrop = true;
|
---|
[16506] | 103 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 104 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6425] | 105 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3274] | 106 | this.tabControl.Controls.Add(this.optimizersTabPage);
|
---|
[3275] | 107 | this.tabControl.Controls.Add(this.runsTabPage);
|
---|
[5832] | 108 | this.tabControl.Location = new System.Drawing.Point(0, 26);
|
---|
[3267] | 109 | this.tabControl.Name = "tabControl";
|
---|
| 110 | this.tabControl.SelectedIndex = 0;
|
---|
[6425] | 111 | this.tabControl.Size = new System.Drawing.Size(679, 427);
|
---|
[5832] | 112 | this.tabControl.TabIndex = 3;
|
---|
[3267] | 113 | //
|
---|
[3274] | 114 | // optimizersTabPage
|
---|
[3267] | 115 | //
|
---|
[16506] | 116 | this.optimizersTabPage.BackColor = System.Drawing.SystemColors.Window;
|
---|
[6471] | 117 | this.optimizersTabPage.Controls.Add(this.experimentTreeView);
|
---|
[3274] | 118 | this.optimizersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 119 | this.optimizersTabPage.Name = "optimizersTabPage";
|
---|
| 120 | this.optimizersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[6425] | 121 | this.optimizersTabPage.Size = new System.Drawing.Size(671, 401);
|
---|
[3274] | 122 | this.optimizersTabPage.TabIndex = 1;
|
---|
| 123 | this.optimizersTabPage.Text = "Optimizers";
|
---|
[3267] | 124 | //
|
---|
[15408] | 125 | // experimentTreeView
|
---|
| 126 | //
|
---|
| 127 | this.experimentTreeView.Caption = "Experiment View";
|
---|
| 128 | this.experimentTreeView.Content = null;
|
---|
| 129 | this.experimentTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 130 | this.experimentTreeView.Location = new System.Drawing.Point(3, 3);
|
---|
| 131 | this.experimentTreeView.Name = "experimentTreeView";
|
---|
| 132 | this.experimentTreeView.ReadOnly = false;
|
---|
| 133 | this.experimentTreeView.Size = new System.Drawing.Size(665, 395);
|
---|
| 134 | this.experimentTreeView.TabIndex = 0;
|
---|
| 135 | //
|
---|
[3329] | 136 | // runsTabPage
|
---|
| 137 | //
|
---|
[16506] | 138 | this.runsTabPage.BackColor = System.Drawing.SystemColors.Window;
|
---|
[3329] | 139 | this.runsTabPage.Controls.Add(this.runsViewHost);
|
---|
| 140 | this.runsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 141 | this.runsTabPage.Name = "runsTabPage";
|
---|
| 142 | this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[6425] | 143 | this.runsTabPage.Size = new System.Drawing.Size(671, 401);
|
---|
[3329] | 144 | this.runsTabPage.TabIndex = 2;
|
---|
| 145 | this.runsTabPage.Text = "Runs";
|
---|
| 146 | //
|
---|
[5832] | 147 | // runsViewHost
|
---|
| 148 | //
|
---|
[16506] | 149 | this.runsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 150 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6425] | 151 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5832] | 152 | this.runsViewHost.Caption = "View";
|
---|
| 153 | this.runsViewHost.Content = null;
|
---|
| 154 | this.runsViewHost.Enabled = false;
|
---|
| 155 | this.runsViewHost.Location = new System.Drawing.Point(2, 6);
|
---|
| 156 | this.runsViewHost.Name = "runsViewHost";
|
---|
| 157 | this.runsViewHost.ReadOnly = false;
|
---|
[6425] | 158 | this.runsViewHost.Size = new System.Drawing.Size(657, 389);
|
---|
[5832] | 159 | this.runsViewHost.TabIndex = 0;
|
---|
| 160 | this.runsViewHost.ViewsLabelVisible = true;
|
---|
| 161 | this.runsViewHost.ViewType = null;
|
---|
| 162 | //
|
---|
[15408] | 163 | // workersNumericUpDown
|
---|
[6471] | 164 | //
|
---|
[15408] | 165 | this.workersNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 166 | this.workersNumericUpDown.Location = new System.Drawing.Point(193, 461);
|
---|
| 167 | this.workersNumericUpDown.Minimum = new decimal(new int[] {
|
---|
| 168 | 1,
|
---|
| 169 | 0,
|
---|
| 170 | 0,
|
---|
| 171 | 0});
|
---|
| 172 | this.workersNumericUpDown.Name = "workersNumericUpDown";
|
---|
| 173 | this.workersNumericUpDown.Size = new System.Drawing.Size(59, 20);
|
---|
| 174 | this.workersNumericUpDown.TabIndex = 16;
|
---|
| 175 | this.workersNumericUpDown.Value = new decimal(new int[] {
|
---|
| 176 | 1,
|
---|
| 177 | 0,
|
---|
| 178 | 0,
|
---|
| 179 | 0});
|
---|
| 180 | this.workersNumericUpDown.ValueChanged += new System.EventHandler(this.workersNumericUpDown_ValueChanged);
|
---|
[6471] | 181 | //
|
---|
[15408] | 182 | // workersLabel
|
---|
| 183 | //
|
---|
| 184 | this.workersLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 185 | this.workersLabel.AutoSize = true;
|
---|
| 186 | this.workersLabel.Location = new System.Drawing.Point(140, 464);
|
---|
| 187 | this.workersLabel.Name = "workersLabel";
|
---|
| 188 | this.workersLabel.Size = new System.Drawing.Size(53, 13);
|
---|
| 189 | this.workersLabel.TabIndex = 17;
|
---|
| 190 | this.workersLabel.Text = "Workers: ";
|
---|
| 191 | //
|
---|
[3267] | 192 | // ExperimentView
|
---|
| 193 | //
|
---|
[7967] | 194 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[15408] | 195 | this.Controls.Add(this.workersLabel);
|
---|
| 196 | this.Controls.Add(this.workersNumericUpDown);
|
---|
[3267] | 197 | this.Controls.Add(this.tabControl);
|
---|
| 198 | this.Name = "ExperimentView";
|
---|
| 199 | this.Size = new System.Drawing.Size(679, 482);
|
---|
| 200 | this.Controls.SetChildIndex(this.resetButton, 0);
|
---|
| 201 | this.Controls.SetChildIndex(this.stopButton, 0);
|
---|
| 202 | this.Controls.SetChildIndex(this.pauseButton, 0);
|
---|
[6425] | 203 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
[3267] | 204 | this.Controls.SetChildIndex(this.executionTimeLabel, 0);
|
---|
| 205 | this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
|
---|
| 206 | this.Controls.SetChildIndex(this.startButton, 0);
|
---|
[6425] | 207 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
[3267] | 208 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 209 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
[15408] | 210 | this.Controls.SetChildIndex(this.workersNumericUpDown, 0);
|
---|
| 211 | this.Controls.SetChildIndex(this.workersLabel, 0);
|
---|
[3267] | 212 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 213 | this.tabControl.ResumeLayout(false);
|
---|
[3274] | 214 | this.optimizersTabPage.ResumeLayout(false);
|
---|
[3275] | 215 | this.runsTabPage.ResumeLayout(false);
|
---|
[15408] | 216 | ((System.ComponentModel.ISupportInitialize)(this.workersNumericUpDown)).EndInit();
|
---|
[3267] | 217 | this.ResumeLayout(false);
|
---|
| 218 | this.PerformLayout();
|
---|
| 219 |
|
---|
| 220 | }
|
---|
| 221 | #endregion
|
---|
| 222 |
|
---|
[5466] | 223 | private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
|
---|
[3274] | 224 | private System.Windows.Forms.TabPage optimizersTabPage;
|
---|
[3275] | 225 | private System.Windows.Forms.TabPage runsTabPage;
|
---|
[3329] | 226 | private HeuristicLab.MainForm.WindowsForms.ViewHost runsViewHost;
|
---|
[6471] | 227 | private ExperimentTreeView experimentTreeView;
|
---|
[15408] | 228 | private System.Windows.Forms.NumericUpDown workersNumericUpDown;
|
---|
| 229 | private System.Windows.Forms.Label workersLabel;
|
---|
[3267] | 230 | }
|
---|
| 231 | }
|
---|