Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/06/19 16:50:55 (5 years ago)
Author:
gkronber
Message:

#2978: set BackColor of almost all TabPages in HL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Optimization.Views/3.3/ICharacteristicCalculatorView.Designer.cs

    r15583 r16506  
    6666      // parametersTabPage
    6767      //
     68      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    6869      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
    6970      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     
    7374      this.parametersTabPage.TabIndex = 0;
    7475      this.parametersTabPage.Text = "Parameters";
    75       this.parametersTabPage.UseVisualStyleBackColor = true;
    7676      //
    7777      // characteristicsTabPage
    7878      //
     79      this.characteristicsTabPage.BackColor = System.Drawing.SystemColors.Window;
    7980      this.characteristicsTabPage.Location = new System.Drawing.Point(4, 22);
    8081      this.characteristicsTabPage.Name = "characteristicsTabPage";
     
    8384      this.characteristicsTabPage.TabIndex = 1;
    8485      this.characteristicsTabPage.Text = "Characteristics";
    85       this.characteristicsTabPage.UseVisualStyleBackColor = true;
    8686      //
    8787      // parameterCollectionView
Note: See TracChangeset for help on using the changeset viewer.