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.Problems.QuadraticAssignment.Views/3.3/QAPAssignmentView.Designer.cs

    r15583 r16506  
    128128      // visualizationTabPage
    129129      //
     130      this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window;
    130131      this.visualizationTabPage.Controls.Add(this.qapView);
    131132      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
     
    135136      this.visualizationTabPage.TabIndex = 0;
    136137      this.visualizationTabPage.Text = "Visualization";
    137       this.visualizationTabPage.UseVisualStyleBackColor = true;
    138138      //
    139139      // valueTabPage
    140140      //
     141      this.valueTabPage.BackColor = System.Drawing.SystemColors.Window;
    141142      this.valueTabPage.Controls.Add(this.assignmentGroupBox);
    142143      this.valueTabPage.Location = new System.Drawing.Point(4, 22);
     
    146147      this.valueTabPage.TabIndex = 1;
    147148      this.valueTabPage.Text = "Value";
    148       this.valueTabPage.UseVisualStyleBackColor = true;
    149149      //
    150150      // assignmentGroupBox
Note: See TracChangeset for help on using the changeset viewer.