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

    r15583 r16506  
    111111      // optimizersTabPage
    112112      //
     113      this.optimizersTabPage.BackColor = System.Drawing.SystemColors.Window;
    113114      this.optimizersTabPage.Controls.Add(this.optimizerListView);
    114115      this.optimizersTabPage.Location = new System.Drawing.Point(4, 22);
     
    118119      this.optimizersTabPage.TabIndex = 1;
    119120      this.optimizersTabPage.Text = "Optimizers";
    120       this.optimizersTabPage.UseVisualStyleBackColor = true;
    121121      //
    122122      // optimizerListView
     
    135135      // runsTabPage
    136136      //
     137      this.runsTabPage.BackColor = System.Drawing.SystemColors.Window;
    137138      this.runsTabPage.Controls.Add(this.runsViewHost);
    138139      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
     
    142143      this.runsTabPage.TabIndex = 2;
    143144      this.runsTabPage.Text = "Runs";
    144       this.runsTabPage.UseVisualStyleBackColor = true;
    145145      //
    146146      // runsViewHost
Note: See TracChangeset for help on using the changeset viewer.