Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/08/19 14:59:31 (5 years ago)
Author:
pfleck
Message:

#2972 merged trunk into branch

Location:
branches/2972_PDPRowSelect
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2972_PDPRowSelect

  • branches/2972_PDPRowSelect/HeuristicLab.Optimizer

  • branches/2972_PDPRowSelect/HeuristicLab.Optimizer/3.3/CreateExperimentDialog.Designer.cs

    r15583 r16518  
    147147      // repetitionsNumericUpDown
    148148      //
    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)
    150150            | System.Windows.Forms.AnchorStyles.Right)));
    151151      this.repetitionsNumericUpDown.Location = new System.Drawing.Point(113, 28);
     
    234234      // tabControl
    235235      //
    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)
    238238            | System.Windows.Forms.AnchorStyles.Right)));
    239239      this.tabControl.Controls.Add(this.parametersTabPage);
     
    247247      // parametersTabPage
    248248      //
     249      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    249250      this.parametersTabPage.Controls.Add(this.parametersSplitContainer);
    250251      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     
    254255      this.parametersTabPage.TabIndex = 1;
    255256      this.parametersTabPage.Text = "Parameter Variations";
    256       this.parametersTabPage.UseVisualStyleBackColor = true;
    257257      //
    258258      // parametersSplitContainer
     
    311311      // stringConvertibleArrayView
    312312      //
    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)
    315315            | System.Windows.Forms.AnchorStyles.Right)));
    316316      this.stringConvertibleArrayView.Caption = "StringConvertibleArray View";
     
    333333      // choicesListView
    334334      //
    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)
    337337            | System.Windows.Forms.AnchorStyles.Right)));
    338338      this.choicesListView.CheckBoxes = true;
     
    354354      // instancesTabPage
    355355      //
     356      this.instancesTabPage.BackColor = System.Drawing.SystemColors.Window;
    356357      this.instancesTabPage.Controls.Add(this.label1);
    357358      this.instancesTabPage.Controls.Add(this.instanceDiscoveryProgressBar);
     
    366367      this.instancesTabPage.TabIndex = 0;
    367368      this.instancesTabPage.Text = "Problem Instances";
    368       this.instancesTabPage.UseVisualStyleBackColor = true;
    369369      //
    370370      // label1
     
    379379      // instancesTreeView
    380380      //
    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)
    383383            | System.Windows.Forms.AnchorStyles.Right)));
    384384      this.instancesTreeView.CheckBoxes = true;
     
    423423      // experimentCreationProgressBar
    424424      //
    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)
    426426            | System.Windows.Forms.AnchorStyles.Right)));
    427427      this.experimentCreationProgressBar.Location = new System.Drawing.Point(187, 377);
Note: See TracChangeset for help on using the changeset viewer.