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.Operators.Programmable.Views/3.3/ProgrammableOperatorView.Designer.cs

    r15583 r16506  
    9494      // tabPage2
    9595      //
     96      this.tabPage2.BackColor = System.Drawing.SystemColors.Window;
    9697      this.tabPage2.Controls.Add(this.splitContainer1);
    9798      this.tabPage2.Location = new System.Drawing.Point(4, 22);
     
    101102      this.tabPage2.TabIndex = 1;
    102103      this.tabPage2.Text = "Code";
    103       this.tabPage2.UseVisualStyleBackColor = true;
    104104      //
    105105      // splitContainer1
     
    248248      // tabPage1
    249249      //
     250      this.tabPage1.BackColor = System.Drawing.SystemColors.Window;
    250251      this.tabPage1.Controls.Add(this.parameterCollectionView);
    251252      this.tabPage1.Location = new System.Drawing.Point(4, 22);
     
    255256      this.tabPage1.TabIndex = 0;
    256257      this.tabPage1.Text = "Parameters";
    257       this.tabPage1.UseVisualStyleBackColor = true;
    258258      //
    259259      // parameterCollectionView
Note: See TracChangeset for help on using the changeset viewer.