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.Scheduling.Views/3.3/JobShopSchedulingProblemView.Designer.cs

    r15583 r16506  
    9696      // problemTabPage
    9797      //
     98      this.problemTabPage.BackColor = System.Drawing.SystemColors.Window;
    9899      this.problemTabPage.Controls.Add(this.parameterCollectionView);
    99100      this.problemTabPage.Location = new System.Drawing.Point(4, 22);
     
    103104      this.problemTabPage.TabIndex = 0;
    104105      this.problemTabPage.Text = "Problem";
    105       this.problemTabPage.UseVisualStyleBackColor = true;
    106106      //
    107107      // visualizationTabPage
    108108      //
     109      this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window;
    109110      this.visualizationTabPage.Controls.Add(this.ganttChart);
    110111      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
     
    114115      this.visualizationTabPage.TabIndex = 1;
    115116      this.visualizationTabPage.Text = "Visualization";
    116       this.visualizationTabPage.UseVisualStyleBackColor = true;
    117117      //
    118118      // ganttChart
Note: See TracChangeset for help on using the changeset viewer.