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

Location:
trunk/HeuristicLab.Problems.VehicleRouting.Views/3.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Problems.VehicleRouting.Views/3.4/VRPProblemInstanceView.Designer.cs

    r15583 r16506  
    100100      // tabPage1
    101101      //
     102      this.tabPage1.BackColor = System.Drawing.SystemColors.Window;
    102103      this.tabPage1.Controls.Add(this.pictureBox);
    103104      this.tabPage1.Location = new System.Drawing.Point(4, 22);
     
    107108      this.tabPage1.TabIndex = 0;
    108109      this.tabPage1.Text = "Visualization";
    109       this.tabPage1.UseVisualStyleBackColor = true;
    110110      //
    111111      // tabPage2
    112112      //
     113      this.tabPage2.BackColor = System.Drawing.SystemColors.Window;
    113114      this.tabPage2.Controls.Add(this.parameterCollectionView);
    114115      this.tabPage2.Location = new System.Drawing.Point(4, 22);
     
    118119      this.tabPage2.TabIndex = 1;
    119120      this.tabPage2.Text = "Parameters";
    120       this.tabPage2.UseVisualStyleBackColor = true;
    121121      //
    122122      // VRPProblemInstanceView
  • trunk/HeuristicLab.Problems.VehicleRouting.Views/3.4/VRPSolutionView.Designer.cs

    r15583 r16506  
    7070      // tabPage1
    7171      //
     72      this.tabPage1.BackColor = System.Drawing.SystemColors.Window;
    7273      this.tabPage1.Controls.Add(this.problemInstanceView);
    7374      this.tabPage1.Location = new System.Drawing.Point(4, 22);
     
    7778      this.tabPage1.TabIndex = 0;
    7879      this.tabPage1.Text = "ProblemInstance";
    79       this.tabPage1.UseVisualStyleBackColor = true;
    8080      //
    8181      // problemInstanceView
     
    9393      // tabPage2
    9494      //
     95      this.tabPage2.BackColor = System.Drawing.SystemColors.Window;
    9596      this.tabPage2.Controls.Add(this.tourGroupBox);
    9697      this.tabPage2.Location = new System.Drawing.Point(4, 22);
     
    100101      this.tabPage2.TabIndex = 1;
    101102      this.tabPage2.Text = "Tours";
    102       this.tabPage2.UseVisualStyleBackColor = true;
    103103      //
    104104      // tourGroupBox
Note: See TracChangeset for help on using the changeset viewer.