[15171] | 1 | namespace HeuristicLab.Encodings.ParameterConfigurationEncoding.Views {
|
---|
| 2 | partial class CreateExperimentView {
|
---|
| 3 | /// <summary>
|
---|
| 4 | /// Required designer variable.
|
---|
| 5 | /// </summary>
|
---|
| 6 | private System.ComponentModel.IContainer components = null;
|
---|
| 7 |
|
---|
| 8 | /// <summary>
|
---|
| 9 | /// Clean up any resources being used.
|
---|
| 10 | /// </summary>
|
---|
| 11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 12 | protected override void Dispose(bool disposing) {
|
---|
| 13 | if (disposing && (components != null)) {
|
---|
| 14 | components.Dispose();
|
---|
| 15 | }
|
---|
| 16 | base.Dispose(disposing);
|
---|
| 17 | }
|
---|
| 18 |
|
---|
| 19 | #region Component Designer generated code
|
---|
| 20 |
|
---|
| 21 | /// <summary>
|
---|
| 22 | /// Required method for Designer support - do not modify
|
---|
| 23 | /// the contents of this method with the code editor.
|
---|
| 24 | /// </summary>
|
---|
| 25 | private void InitializeComponent() {
|
---|
| 26 | this.components = new System.ComponentModel.Container();
|
---|
| 27 | this.instanceTreeView = new System.Windows.Forms.TreeView();
|
---|
| 28 | this.libraryLabel = new System.Windows.Forms.Label();
|
---|
| 29 | this.libraryComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 30 | this.problemInstancesTabPage = new System.Windows.Forms.TabPage();
|
---|
| 31 | this.parameterConfigurationTreeView = new HeuristicLab.Encodings.ParameterConfigurationEncoding.Views.ParameterConfigurationTreeView();
|
---|
| 32 | this.parameterConfigurationTabPage = new System.Windows.Forms.TabPage();
|
---|
| 33 | this.configurationTabControl = new System.Windows.Forms.TabControl();
|
---|
| 34 | this.instanceDiscoveryBackgroundWorker = new System.ComponentModel.BackgroundWorker();
|
---|
| 35 | this.engineLabel = new System.Windows.Forms.Label();
|
---|
| 36 | this.engineComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 37 | this.warningProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
---|
| 38 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
---|
| 39 | this.repetitionsNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
---|
| 40 | this.repetitionsLabel = new System.Windows.Forms.Label();
|
---|
| 41 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
| 42 | this.createBatchRunCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 43 | this.generateButton = new System.Windows.Forms.Button();
|
---|
| 44 | this.createBatchRunLabel = new System.Windows.Forms.Label();
|
---|
| 45 | this.problemInstancesTabPage.SuspendLayout();
|
---|
| 46 | this.parameterConfigurationTabPage.SuspendLayout();
|
---|
| 47 | this.configurationTabControl.SuspendLayout();
|
---|
| 48 | ((System.ComponentModel.ISupportInitialize)(this.warningProvider)).BeginInit();
|
---|
| 49 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 50 | ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).BeginInit();
|
---|
| 51 | this.SuspendLayout();
|
---|
| 52 | //
|
---|
| 53 | // instanceTreeView
|
---|
| 54 | //
|
---|
| 55 | this.instanceTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 56 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 57 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 58 | this.instanceTreeView.CheckBoxes = true;
|
---|
| 59 | this.instanceTreeView.Location = new System.Drawing.Point(6, 33);
|
---|
| 60 | this.instanceTreeView.Name = "instanceTreeView";
|
---|
| 61 | this.instanceTreeView.Size = new System.Drawing.Size(743, 337);
|
---|
| 62 | this.instanceTreeView.TabIndex = 2;
|
---|
| 63 | this.instanceTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.instanceTreeView_AfterCheck);
|
---|
| 64 | //
|
---|
| 65 | // libraryLabel
|
---|
| 66 | //
|
---|
| 67 | this.libraryLabel.AutoSize = true;
|
---|
| 68 | this.libraryLabel.Location = new System.Drawing.Point(6, 9);
|
---|
| 69 | this.libraryLabel.Name = "libraryLabel";
|
---|
| 70 | this.libraryLabel.Size = new System.Drawing.Size(41, 13);
|
---|
| 71 | this.libraryLabel.TabIndex = 1;
|
---|
| 72 | this.libraryLabel.Text = "Library:";
|
---|
| 73 | //
|
---|
| 74 | // libraryComboBox
|
---|
| 75 | //
|
---|
| 76 | this.libraryComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 77 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 78 | this.libraryComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 79 | this.libraryComboBox.FormattingEnabled = true;
|
---|
| 80 | this.libraryComboBox.Location = new System.Drawing.Point(53, 6);
|
---|
| 81 | this.libraryComboBox.Name = "libraryComboBox";
|
---|
| 82 | this.libraryComboBox.Size = new System.Drawing.Size(696, 21);
|
---|
| 83 | this.libraryComboBox.TabIndex = 0;
|
---|
| 84 | this.libraryComboBox.SelectedIndexChanged += new System.EventHandler(this.libraryComboBox_SelectedIndexChanged);
|
---|
| 85 | //
|
---|
| 86 | // problemInstancesTabPage
|
---|
| 87 | //
|
---|
| 88 | this.problemInstancesTabPage.Controls.Add(this.instanceTreeView);
|
---|
| 89 | this.problemInstancesTabPage.Controls.Add(this.libraryLabel);
|
---|
| 90 | this.problemInstancesTabPage.Controls.Add(this.libraryComboBox);
|
---|
| 91 | this.problemInstancesTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 92 | this.problemInstancesTabPage.Name = "problemInstancesTabPage";
|
---|
| 93 | this.problemInstancesTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 94 | this.problemInstancesTabPage.Size = new System.Drawing.Size(755, 376);
|
---|
| 95 | this.problemInstancesTabPage.TabIndex = 1;
|
---|
| 96 | this.problemInstancesTabPage.Text = "Problem Instances";
|
---|
| 97 | this.problemInstancesTabPage.UseVisualStyleBackColor = true;
|
---|
| 98 | //
|
---|
| 99 | // parameterConfigurationTreeView
|
---|
| 100 | //
|
---|
| 101 | this.parameterConfigurationTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 102 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 103 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 104 | this.parameterConfigurationTreeView.Caption = "ParameterConfiguration View";
|
---|
| 105 | this.parameterConfigurationTreeView.Content = null;
|
---|
| 106 | this.parameterConfigurationTreeView.Location = new System.Drawing.Point(6, 6);
|
---|
| 107 | this.parameterConfigurationTreeView.Name = "parameterConfigurationTreeView";
|
---|
| 108 | this.parameterConfigurationTreeView.ReadOnly = false;
|
---|
| 109 | this.parameterConfigurationTreeView.Size = new System.Drawing.Size(743, 364);
|
---|
| 110 | this.parameterConfigurationTreeView.TabIndex = 6;
|
---|
| 111 | //
|
---|
| 112 | // parameterConfigurationTabPage
|
---|
| 113 | //
|
---|
| 114 | this.parameterConfigurationTabPage.Controls.Add(this.parameterConfigurationTreeView);
|
---|
| 115 | this.parameterConfigurationTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 116 | this.parameterConfigurationTabPage.Name = "parameterConfigurationTabPage";
|
---|
| 117 | this.parameterConfigurationTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 118 | this.parameterConfigurationTabPage.Size = new System.Drawing.Size(755, 376);
|
---|
| 119 | this.parameterConfigurationTabPage.TabIndex = 0;
|
---|
| 120 | this.parameterConfigurationTabPage.Text = "Parameter Configuration";
|
---|
| 121 | this.parameterConfigurationTabPage.UseVisualStyleBackColor = true;
|
---|
| 122 | //
|
---|
| 123 | // configurationTabControl
|
---|
| 124 | //
|
---|
| 125 | this.configurationTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 126 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 127 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 128 | this.configurationTabControl.Controls.Add(this.parameterConfigurationTabPage);
|
---|
| 129 | this.configurationTabControl.Controls.Add(this.problemInstancesTabPage);
|
---|
| 130 | this.configurationTabControl.Location = new System.Drawing.Point(2, 76);
|
---|
| 131 | this.configurationTabControl.Name = "configurationTabControl";
|
---|
| 132 | this.configurationTabControl.SelectedIndex = 0;
|
---|
| 133 | this.configurationTabControl.Size = new System.Drawing.Size(763, 402);
|
---|
| 134 | this.configurationTabControl.TabIndex = 23;
|
---|
| 135 | this.configurationTabControl.SelectedIndexChanged += new System.EventHandler(this.configurationTabControl_SelectedIndexChanged);
|
---|
| 136 | //
|
---|
| 137 | // instanceDiscoveryBackgroundWorker
|
---|
| 138 | //
|
---|
| 139 | this.instanceDiscoveryBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.instanceDiscoveryBackgroundWorker_DoWork);
|
---|
| 140 | this.instanceDiscoveryBackgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.instanceDiscoveryBackgroundWorker_RunWorkerCompleted);
|
---|
| 141 | //
|
---|
| 142 | // engineLabel
|
---|
| 143 | //
|
---|
| 144 | this.engineLabel.AutoSize = true;
|
---|
| 145 | this.engineLabel.Location = new System.Drawing.Point(2, 52);
|
---|
| 146 | this.engineLabel.Name = "engineLabel";
|
---|
| 147 | this.engineLabel.Size = new System.Drawing.Size(43, 13);
|
---|
| 148 | this.engineLabel.TabIndex = 19;
|
---|
| 149 | this.engineLabel.Text = "&Engine:";
|
---|
| 150 | //
|
---|
| 151 | // engineComboBox
|
---|
| 152 | //
|
---|
| 153 | this.engineComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 154 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 155 | this.engineComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 156 | this.engineComboBox.FormattingEnabled = true;
|
---|
| 157 | this.engineComboBox.Location = new System.Drawing.Point(103, 49);
|
---|
| 158 | this.engineComboBox.Name = "engineComboBox";
|
---|
| 159 | this.engineComboBox.Size = new System.Drawing.Size(662, 21);
|
---|
| 160 | this.engineComboBox.TabIndex = 18;
|
---|
| 161 | this.engineComboBox.SelectedIndexChanged += new System.EventHandler(this.engineComboBox_SelectedIndexChanged);
|
---|
| 162 | //
|
---|
| 163 | // warningProvider
|
---|
| 164 | //
|
---|
| 165 | this.warningProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
|
---|
| 166 | this.warningProvider.ContainerControl = this;
|
---|
| 167 | //
|
---|
| 168 | // errorProvider
|
---|
| 169 | //
|
---|
| 170 | this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
|
---|
| 171 | this.errorProvider.ContainerControl = this;
|
---|
| 172 | //
|
---|
| 173 | // repetitionsNumericUpDown
|
---|
| 174 | //
|
---|
| 175 | this.repetitionsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 176 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 177 | this.repetitionsNumericUpDown.Location = new System.Drawing.Point(103, 23);
|
---|
| 178 | this.repetitionsNumericUpDown.Maximum = new decimal(new int[] {
|
---|
| 179 | 1000000,
|
---|
| 180 | 0,
|
---|
| 181 | 0,
|
---|
| 182 | 0});
|
---|
| 183 | this.repetitionsNumericUpDown.Minimum = new decimal(new int[] {
|
---|
| 184 | 1,
|
---|
| 185 | 0,
|
---|
| 186 | 0,
|
---|
| 187 | 0});
|
---|
| 188 | this.repetitionsNumericUpDown.Name = "repetitionsNumericUpDown";
|
---|
| 189 | this.repetitionsNumericUpDown.Size = new System.Drawing.Size(662, 20);
|
---|
| 190 | this.repetitionsNumericUpDown.TabIndex = 17;
|
---|
| 191 | this.repetitionsNumericUpDown.ThousandsSeparator = true;
|
---|
| 192 | this.toolTip.SetToolTip(this.repetitionsNumericUpDown, "Number of repetitions executed by the batch run.");
|
---|
| 193 | this.repetitionsNumericUpDown.Value = new decimal(new int[] {
|
---|
| 194 | 10,
|
---|
| 195 | 0,
|
---|
| 196 | 0,
|
---|
| 197 | 0});
|
---|
| 198 | this.repetitionsNumericUpDown.Validated += new System.EventHandler(this.repetitionsNumericUpDown_Validated);
|
---|
| 199 | //
|
---|
| 200 | // repetitionsLabel
|
---|
| 201 | //
|
---|
| 202 | this.repetitionsLabel.AutoSize = true;
|
---|
| 203 | this.repetitionsLabel.Location = new System.Drawing.Point(2, 25);
|
---|
| 204 | this.repetitionsLabel.Name = "repetitionsLabel";
|
---|
| 205 | this.repetitionsLabel.Size = new System.Drawing.Size(63, 13);
|
---|
| 206 | this.repetitionsLabel.TabIndex = 16;
|
---|
| 207 | this.repetitionsLabel.Text = "&Repetitions:";
|
---|
| 208 | //
|
---|
| 209 | // createBatchRunCheckBox
|
---|
| 210 | //
|
---|
| 211 | this.createBatchRunCheckBox.AutoSize = true;
|
---|
| 212 | this.createBatchRunCheckBox.Checked = true;
|
---|
| 213 | this.createBatchRunCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
| 214 | this.createBatchRunCheckBox.Location = new System.Drawing.Point(103, 3);
|
---|
| 215 | this.createBatchRunCheckBox.Name = "createBatchRunCheckBox";
|
---|
| 216 | this.createBatchRunCheckBox.Size = new System.Drawing.Size(15, 14);
|
---|
| 217 | this.createBatchRunCheckBox.TabIndex = 15;
|
---|
| 218 | this.toolTip.SetToolTip(this.createBatchRunCheckBox, "Check to create a batch run for executing an optimizer multiple times.");
|
---|
| 219 | this.createBatchRunCheckBox.UseVisualStyleBackColor = true;
|
---|
| 220 | this.createBatchRunCheckBox.CheckedChanged += new System.EventHandler(this.createBatchRunCheckBox_CheckedChanged);
|
---|
| 221 | //
|
---|
| 222 | // generateButton
|
---|
| 223 | //
|
---|
| 224 | this.generateButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 225 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 226 | this.generateButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
---|
| 227 | this.generateButton.Location = new System.Drawing.Point(3, 484);
|
---|
| 228 | this.generateButton.Name = "generateButton";
|
---|
| 229 | this.generateButton.Size = new System.Drawing.Size(762, 23);
|
---|
| 230 | this.generateButton.TabIndex = 20;
|
---|
| 231 | this.generateButton.Text = "&Create Experiment (Combinations: 1)";
|
---|
| 232 | this.generateButton.UseVisualStyleBackColor = true;
|
---|
| 233 | this.generateButton.Click += new System.EventHandler(this.generateButton_Click);
|
---|
| 234 | //
|
---|
| 235 | // createBatchRunLabel
|
---|
| 236 | //
|
---|
| 237 | this.createBatchRunLabel.AutoSize = true;
|
---|
| 238 | this.createBatchRunLabel.Location = new System.Drawing.Point(2, 4);
|
---|
| 239 | this.createBatchRunLabel.Name = "createBatchRunLabel";
|
---|
| 240 | this.createBatchRunLabel.Size = new System.Drawing.Size(95, 13);
|
---|
| 241 | this.createBatchRunLabel.TabIndex = 14;
|
---|
| 242 | this.createBatchRunLabel.Text = "&Create Batch Run:";
|
---|
| 243 | //
|
---|
| 244 | // CreateExperimentView
|
---|
| 245 | //
|
---|
| 246 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 247 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 248 | this.Controls.Add(this.configurationTabControl);
|
---|
| 249 | this.Controls.Add(this.engineLabel);
|
---|
| 250 | this.Controls.Add(this.engineComboBox);
|
---|
| 251 | this.Controls.Add(this.repetitionsNumericUpDown);
|
---|
| 252 | this.Controls.Add(this.repetitionsLabel);
|
---|
| 253 | this.Controls.Add(this.generateButton);
|
---|
| 254 | this.Controls.Add(this.createBatchRunCheckBox);
|
---|
| 255 | this.Controls.Add(this.createBatchRunLabel);
|
---|
| 256 | this.Name = "CreateExperimentView";
|
---|
| 257 | this.Size = new System.Drawing.Size(768, 510);
|
---|
| 258 | this.problemInstancesTabPage.ResumeLayout(false);
|
---|
| 259 | this.problemInstancesTabPage.PerformLayout();
|
---|
| 260 | this.parameterConfigurationTabPage.ResumeLayout(false);
|
---|
| 261 | this.configurationTabControl.ResumeLayout(false);
|
---|
| 262 | ((System.ComponentModel.ISupportInitialize)(this.warningProvider)).EndInit();
|
---|
| 263 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 264 | ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).EndInit();
|
---|
| 265 | this.ResumeLayout(false);
|
---|
| 266 | this.PerformLayout();
|
---|
| 267 |
|
---|
| 268 | }
|
---|
| 269 |
|
---|
| 270 | #endregion
|
---|
| 271 | private System.Windows.Forms.TreeView instanceTreeView;
|
---|
| 272 | private System.Windows.Forms.Label libraryLabel;
|
---|
| 273 | private System.Windows.Forms.ComboBox libraryComboBox;
|
---|
| 274 | private System.Windows.Forms.TabPage problemInstancesTabPage;
|
---|
| 275 | private ParameterConfigurationTreeView parameterConfigurationTreeView;
|
---|
| 276 | private System.Windows.Forms.TabPage parameterConfigurationTabPage;
|
---|
| 277 | private System.Windows.Forms.TabControl configurationTabControl;
|
---|
| 278 | private System.ComponentModel.BackgroundWorker instanceDiscoveryBackgroundWorker;
|
---|
| 279 | private System.Windows.Forms.Label engineLabel;
|
---|
| 280 | private System.Windows.Forms.ComboBox engineComboBox;
|
---|
| 281 | private System.Windows.Forms.ErrorProvider warningProvider;
|
---|
| 282 | private System.Windows.Forms.NumericUpDown repetitionsNumericUpDown;
|
---|
| 283 | private System.Windows.Forms.ToolTip toolTip;
|
---|
| 284 | private System.Windows.Forms.Label repetitionsLabel;
|
---|
| 285 | private System.Windows.Forms.Button generateButton;
|
---|
| 286 | private System.Windows.Forms.CheckBox createBatchRunCheckBox;
|
---|
| 287 | private System.Windows.Forms.Label createBatchRunLabel;
|
---|
| 288 | private System.Windows.Forms.ErrorProvider errorProvider;
|
---|
| 289 | }
|
---|
| 290 | }
|
---|