Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/04/19 15:33:31 (5 years ago)
Author:
mkommend
Message:

#2978: Merged 16501-16506 into stable.

Location:
stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Optimization.Views

  • stable/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionView.Designer.cs

    r15584 r17069  
    248248      // runPage
    249249      //
     250      this.runPage.BackColor = System.Drawing.SystemColors.Window;
    250251      this.runPage.Controls.Add(this.itemsGroupBox);
    251252      this.runPage.Location = new System.Drawing.Point(4, 22);
     
    255256      this.runPage.TabIndex = 0;
    256257      this.runPage.Text = "Runs";
    257       this.runPage.UseVisualStyleBackColor = true;
    258258      //
    259259      // constraintPage
    260260      //
     261      this.constraintPage.BackColor = System.Drawing.SystemColors.Window;
    261262      this.constraintPage.Controls.Add(this.runCollectionConstraintCollectionView);
    262263      this.constraintPage.Location = new System.Drawing.Point(4, 22);
     
    266267      this.constraintPage.TabIndex = 1;
    267268      this.constraintPage.Text = "Filtering";
    268       this.constraintPage.UseVisualStyleBackColor = true;
    269269      //
    270270      // runCollectionConstraintCollectionView
     
    281281      // modifiersPage
    282282      //
     283      this.modifiersPage.BackColor = System.Drawing.SystemColors.Window;
    283284      this.modifiersPage.Controls.Add(this.runCollectionModifiersListView);
    284285      this.modifiersPage.Location = new System.Drawing.Point(4, 22);
     
    288289      this.modifiersPage.TabIndex = 2;
    289290      this.modifiersPage.Text = "Modification";
    290       this.modifiersPage.UseVisualStyleBackColor = true;
    291291      //
    292292      // runCollectionModifiersListView
    293293      //
    294       this.runCollectionModifiersListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    295             | System.Windows.Forms.AnchorStyles.Left) 
     294      this.runCollectionModifiersListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     295            | System.Windows.Forms.AnchorStyles.Left)
    296296            | System.Windows.Forms.AnchorStyles.Right)));
    297297      this.runCollectionModifiersListView.Caption = "Modifier View";
Note: See TracChangeset for help on using the changeset viewer.