Changeset 16518 for branches/2972_PDPRowSelect/HeuristicLab.Optimizer
- Timestamp:
- 01/08/19 14:59:31 (6 years ago)
- Location:
- branches/2972_PDPRowSelect
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2972_PDPRowSelect
- Property svn:mergeinfo changed
/trunk (added) merged: 16446,16448-16449,16478,16491,16494,16496,16499,16501-16506,16511-16513
- Property svn:mergeinfo changed
-
branches/2972_PDPRowSelect/HeuristicLab.Optimizer
- Property svn:mergeinfo changed
/trunk/HeuristicLab.Optimizer (added) merged: 16506
- Property svn:mergeinfo changed
-
branches/2972_PDPRowSelect/HeuristicLab.Optimizer/3.3/CreateExperimentDialog.Designer.cs
r15583 r16518 147 147 // repetitionsNumericUpDown 148 148 // 149 this.repetitionsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 149 this.repetitionsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 150 150 | System.Windows.Forms.AnchorStyles.Right))); 151 151 this.repetitionsNumericUpDown.Location = new System.Drawing.Point(113, 28); … … 234 234 // tabControl 235 235 // 236 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 237 | System.Windows.Forms.AnchorStyles.Left) 236 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 237 | System.Windows.Forms.AnchorStyles.Left) 238 238 | System.Windows.Forms.AnchorStyles.Right))); 239 239 this.tabControl.Controls.Add(this.parametersTabPage); … … 247 247 // parametersTabPage 248 248 // 249 this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window; 249 250 this.parametersTabPage.Controls.Add(this.parametersSplitContainer); 250 251 this.parametersTabPage.Location = new System.Drawing.Point(4, 22); … … 254 255 this.parametersTabPage.TabIndex = 1; 255 256 this.parametersTabPage.Text = "Parameter Variations"; 256 this.parametersTabPage.UseVisualStyleBackColor = true;257 257 // 258 258 // parametersSplitContainer … … 311 311 // stringConvertibleArrayView 312 312 // 313 this.stringConvertibleArrayView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 314 | System.Windows.Forms.AnchorStyles.Left) 313 this.stringConvertibleArrayView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 314 | System.Windows.Forms.AnchorStyles.Left) 315 315 | System.Windows.Forms.AnchorStyles.Right))); 316 316 this.stringConvertibleArrayView.Caption = "StringConvertibleArray View"; … … 333 333 // choicesListView 334 334 // 335 this.choicesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 336 | System.Windows.Forms.AnchorStyles.Left) 335 this.choicesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 336 | System.Windows.Forms.AnchorStyles.Left) 337 337 | System.Windows.Forms.AnchorStyles.Right))); 338 338 this.choicesListView.CheckBoxes = true; … … 354 354 // instancesTabPage 355 355 // 356 this.instancesTabPage.BackColor = System.Drawing.SystemColors.Window; 356 357 this.instancesTabPage.Controls.Add(this.label1); 357 358 this.instancesTabPage.Controls.Add(this.instanceDiscoveryProgressBar); … … 366 367 this.instancesTabPage.TabIndex = 0; 367 368 this.instancesTabPage.Text = "Problem Instances"; 368 this.instancesTabPage.UseVisualStyleBackColor = true;369 369 // 370 370 // label1 … … 379 379 // instancesTreeView 380 380 // 381 this.instancesTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 382 | System.Windows.Forms.AnchorStyles.Left) 381 this.instancesTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 382 | System.Windows.Forms.AnchorStyles.Left) 383 383 | System.Windows.Forms.AnchorStyles.Right))); 384 384 this.instancesTreeView.CheckBoxes = true; … … 423 423 // experimentCreationProgressBar 424 424 // 425 this.experimentCreationProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 425 this.experimentCreationProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 426 426 | System.Windows.Forms.AnchorStyles.Right))); 427 427 this.experimentCreationProgressBar.Location = new System.Drawing.Point(187, 377);
Note: See TracChangeset
for help on using the changeset viewer.