Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/05/19 16:12:31 (5 years ago)
Author:
gkronber
Message:

#2978 set background color of tabPages to reduce excessive redraws for RunCollectionView, SingleObjectiveTestFunctionSolutionView, PathTSPTourView and TravelingSalesmanProblemView

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Problems.TestFunctions.Views/3.3/SingleObjectiveTestFunctionSolutionView.Designer.cs

    r15583 r16504  
    153153      // textualTabPage
    154154      //
     155      this.textualTabPage.BackColor = System.Drawing.SystemColors.Window;
    155156      this.textualTabPage.Controls.Add(this.splitContainer1);
    156157      this.textualTabPage.Location = new System.Drawing.Point(4, 22);
     
    160161      this.textualTabPage.TabIndex = 0;
    161162      this.textualTabPage.Text = "Textual";
    162       this.textualTabPage.UseVisualStyleBackColor = true;
    163163      //
    164164      // graphicalTabPage
    165165      //
     166      this.graphicalTabPage.BackColor = System.Drawing.SystemColors.Window;
    166167      this.graphicalTabPage.Controls.Add(this.pictureBox);
    167168      this.graphicalTabPage.Controls.Add(this.label1);
     
    172173      this.graphicalTabPage.TabIndex = 1;
    173174      this.graphicalTabPage.Text = "Graphical";
    174       this.graphicalTabPage.UseVisualStyleBackColor = true;
    175175      //
    176176      // pictureBox
Note: See TracChangeset for help on using the changeset viewer.