Changeset 8524 for branches/ParameterConfigurationEncoding/HeuristicLab.Encodings.ParameterConfigurationEncoding.Views/3.3/CreateExperimentDialogV2.Designer.cs
- Timestamp:
- 08/27/12 10:39:03 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParameterConfigurationEncoding/HeuristicLab.Encodings.ParameterConfigurationEncoding.Views/3.3/CreateExperimentDialogV2.Designer.cs
r8517 r8524 1 namespace HeuristicLab.Encodings.ParameterConfigurationEncoding.Views { 1 #region License Information 2 /* HeuristicLab 3 * Copyright (C) 2002-2012 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.Encodings.ParameterConfigurationEncoding.Views { 2 23 partial class CreateExperimentDialogV2 { 3 24 /// <summary> … … 39 60 this.combinationsLabel = new System.Windows.Forms.Label(); 40 61 this.combinationsTextBox = new System.Windows.Forms.TextBox(); 62 this.configurationTabControl = new System.Windows.Forms.TabControl(); 63 this.parameterConfigurationTabPage = new System.Windows.Forms.TabPage(); 64 this.problemInstancesTabPage = new System.Windows.Forms.TabPage(); 65 this.instanceTreeView = new System.Windows.Forms.TreeView(); 66 this.libraryLabel = new System.Windows.Forms.Label(); 67 this.libraryComboBox = new System.Windows.Forms.ComboBox(); 68 this.instanceDiscoveryBackgroundWorker = new System.ComponentModel.BackgroundWorker(); 41 69 this.parameterConfigurationTreeView = new HeuristicLab.Encodings.ParameterConfigurationEncoding.Views.ParameterConfigurationTreeView(); 42 70 ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).BeginInit(); 43 71 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 44 72 ((System.ComponentModel.ISupportInitialize)(this.warningProvider)).BeginInit(); 73 this.configurationTabControl.SuspendLayout(); 74 this.parameterConfigurationTabPage.SuspendLayout(); 75 this.problemInstancesTabPage.SuspendLayout(); 45 76 this.SuspendLayout(); 46 77 // … … 188 219 this.combinationsTextBox.TabIndex = 11; 189 220 // 221 // configurationTabControl 222 // 223 this.configurationTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 224 | System.Windows.Forms.AnchorStyles.Left) 225 | System.Windows.Forms.AnchorStyles.Right))); 226 this.configurationTabControl.Controls.Add(this.parameterConfigurationTabPage); 227 this.configurationTabControl.Controls.Add(this.problemInstancesTabPage); 228 this.configurationTabControl.Location = new System.Drawing.Point(12, 81); 229 this.configurationTabControl.Name = "configurationTabControl"; 230 this.configurationTabControl.SelectedIndex = 0; 231 this.configurationTabControl.Size = new System.Drawing.Size(960, 470); 232 this.configurationTabControl.TabIndex = 12; 233 this.configurationTabControl.SelectedIndexChanged += new System.EventHandler(this.configurationTabControl_SelectedIndexChanged); 234 // 235 // parameterConfigurationTabPage 236 // 237 this.parameterConfigurationTabPage.Controls.Add(this.parameterConfigurationTreeView); 238 this.parameterConfigurationTabPage.Location = new System.Drawing.Point(4, 22); 239 this.parameterConfigurationTabPage.Name = "parameterConfigurationTabPage"; 240 this.parameterConfigurationTabPage.Padding = new System.Windows.Forms.Padding(3); 241 this.parameterConfigurationTabPage.Size = new System.Drawing.Size(952, 444); 242 this.parameterConfigurationTabPage.TabIndex = 0; 243 this.parameterConfigurationTabPage.Text = "Parameter Configuration"; 244 this.parameterConfigurationTabPage.UseVisualStyleBackColor = true; 245 // 246 // problemInstancesTabPage 247 // 248 this.problemInstancesTabPage.Controls.Add(this.instanceTreeView); 249 this.problemInstancesTabPage.Controls.Add(this.libraryLabel); 250 this.problemInstancesTabPage.Controls.Add(this.libraryComboBox); 251 this.problemInstancesTabPage.Location = new System.Drawing.Point(4, 22); 252 this.problemInstancesTabPage.Name = "problemInstancesTabPage"; 253 this.problemInstancesTabPage.Padding = new System.Windows.Forms.Padding(3); 254 this.problemInstancesTabPage.Size = new System.Drawing.Size(952, 444); 255 this.problemInstancesTabPage.TabIndex = 1; 256 this.problemInstancesTabPage.Text = "Problem Instances"; 257 this.problemInstancesTabPage.UseVisualStyleBackColor = true; 258 // 259 // instanceTreeView 260 // 261 this.instanceTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 262 | System.Windows.Forms.AnchorStyles.Left) 263 | System.Windows.Forms.AnchorStyles.Right))); 264 this.instanceTreeView.CheckBoxes = true; 265 this.instanceTreeView.Location = new System.Drawing.Point(6, 33); 266 this.instanceTreeView.Name = "instanceTreeView"; 267 this.instanceTreeView.Size = new System.Drawing.Size(940, 405); 268 this.instanceTreeView.TabIndex = 2; 269 this.instanceTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.instanceTreeView_AfterCheck); 270 // 271 // libraryLabel 272 // 273 this.libraryLabel.AutoSize = true; 274 this.libraryLabel.Location = new System.Drawing.Point(6, 9); 275 this.libraryLabel.Name = "libraryLabel"; 276 this.libraryLabel.Size = new System.Drawing.Size(41, 13); 277 this.libraryLabel.TabIndex = 1; 278 this.libraryLabel.Text = "Library:"; 279 // 280 // libraryComboBox 281 // 282 this.libraryComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 283 | System.Windows.Forms.AnchorStyles.Right))); 284 this.libraryComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 285 this.libraryComboBox.FormattingEnabled = true; 286 this.libraryComboBox.Location = new System.Drawing.Point(53, 6); 287 this.libraryComboBox.Name = "libraryComboBox"; 288 this.libraryComboBox.Size = new System.Drawing.Size(893, 21); 289 this.libraryComboBox.TabIndex = 0; 290 this.libraryComboBox.SelectedIndexChanged += new System.EventHandler(this.libraryComboBox_SelectedIndexChanged); 291 // 292 // instanceDiscoveryBackgroundWorker 293 // 294 this.instanceDiscoveryBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.instanceDiscoveryBackgroundWorker_DoWork); 295 this.instanceDiscoveryBackgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.instanceDiscoveryBackgroundWorker_RunWorkerCompleted); 296 // 190 297 // parameterConfigurationTreeView 191 298 // … … 195 302 this.parameterConfigurationTreeView.Caption = "ParameterConfiguration View"; 196 303 this.parameterConfigurationTreeView.Content = null; 197 this.parameterConfigurationTreeView.Location = new System.Drawing.Point( 12, 81);304 this.parameterConfigurationTreeView.Location = new System.Drawing.Point(6, 6); 198 305 this.parameterConfigurationTreeView.Name = "parameterConfigurationTreeView"; 199 306 this.parameterConfigurationTreeView.ReadOnly = false; 200 this.parameterConfigurationTreeView.Size = new System.Drawing.Size(9 60, 470);307 this.parameterConfigurationTreeView.Size = new System.Drawing.Size(940, 432); 201 308 this.parameterConfigurationTreeView.TabIndex = 6; 202 309 // … … 205 312 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 206 313 this.ClientSize = new System.Drawing.Size(984, 592); 314 this.Controls.Add(this.configurationTabControl); 207 315 this.Controls.Add(this.combinationsTextBox); 208 316 this.Controls.Add(this.combinationsLabel); … … 210 318 this.Controls.Add(this.cancelButton); 211 319 this.Controls.Add(this.okButton); 212 this.Controls.Add(this.parameterConfigurationTreeView);213 320 this.Controls.Add(this.engineLabel); 214 321 this.Controls.Add(this.engineComboBox); … … 229 336 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 230 337 ((System.ComponentModel.ISupportInitialize)(this.warningProvider)).EndInit(); 338 this.configurationTabControl.ResumeLayout(false); 339 this.parameterConfigurationTabPage.ResumeLayout(false); 340 this.problemInstancesTabPage.ResumeLayout(false); 341 this.problemInstancesTabPage.PerformLayout(); 231 342 this.ResumeLayout(false); 232 343 this.PerformLayout(); … … 251 362 private System.Windows.Forms.Label combinationsLabel; 252 363 private System.Windows.Forms.Button calculateCombinationsButton; 364 private System.Windows.Forms.TabControl configurationTabControl; 365 private System.Windows.Forms.TabPage parameterConfigurationTabPage; 366 private System.Windows.Forms.TabPage problemInstancesTabPage; 367 private System.Windows.Forms.TreeView instanceTreeView; 368 private System.Windows.Forms.Label libraryLabel; 369 private System.Windows.Forms.ComboBox libraryComboBox; 370 private System.ComponentModel.BackgroundWorker instanceDiscoveryBackgroundWorker; 253 371 } 254 372 }
Note: See TracChangeset
for help on using the changeset viewer.