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/MultiEncodingView.Designer.cs

    r15584 r17069  
    210210      // encodingsTabPage
    211211      //
     212      this.encodingsTabPage.BackColor = System.Drawing.SystemColors.Window;
    212213      this.encodingsTabPage.Controls.Add(this.encodingsGroupBox);
    213214      this.encodingsTabPage.Location = new System.Drawing.Point(4, 22);
     
    217218      this.encodingsTabPage.TabIndex = 0;
    218219      this.encodingsTabPage.Text = "Encodings";
    219       this.encodingsTabPage.UseVisualStyleBackColor = true;
    220220      //
    221221      // parametersTabPage
    222222      //
     223      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    223224      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
    224225      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     
    228229      this.parametersTabPage.TabIndex = 1;
    229230      this.parametersTabPage.Text = "Parameters";
    230       this.parametersTabPage.UseVisualStyleBackColor = true;
    231231      //
    232232      // MultiEncodingView
Note: See TracChangeset for help on using the changeset viewer.