Free cookie consent management tool by TermsFeed Policy Generator

Changeset 16504


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

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

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionView.Designer.cs

    r15583 r16504  
    248248      // runPage
    249249      //
     250      this.runPage.BackColor = System.Drawing.SystemColors.Window;
    250251      this.runPage.Controls.Add(this.itemsGroupBox);
    251252      this.runPage.Location = new System.Drawing.Point(4, 22);
     
    255256      this.runPage.TabIndex = 0;
    256257      this.runPage.Text = "Runs";
    257       this.runPage.UseVisualStyleBackColor = true;
    258258      //
    259259      // constraintPage
    260260      //
     261      this.constraintPage.BackColor = System.Drawing.SystemColors.Window;
    261262      this.constraintPage.Controls.Add(this.runCollectionConstraintCollectionView);
    262263      this.constraintPage.Location = new System.Drawing.Point(4, 22);
     
    266267      this.constraintPage.TabIndex = 1;
    267268      this.constraintPage.Text = "Filtering";
    268       this.constraintPage.UseVisualStyleBackColor = true;
    269269      //
    270270      // runCollectionConstraintCollectionView
     
    281281      // modifiersPage
    282282      //
     283      this.modifiersPage.BackColor = System.Drawing.SystemColors.Window;
    283284      this.modifiersPage.Controls.Add(this.runCollectionModifiersListView);
    284285      this.modifiersPage.Location = new System.Drawing.Point(4, 22);
     
    288289      this.modifiersPage.TabIndex = 2;
    289290      this.modifiersPage.Text = "Modification";
    290       this.modifiersPage.UseVisualStyleBackColor = true;
    291291      //
    292292      // runCollectionModifiersListView
    293293      //
    294       this.runCollectionModifiersListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    295             | System.Windows.Forms.AnchorStyles.Left) 
     294      this.runCollectionModifiersListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     295            | System.Windows.Forms.AnchorStyles.Left)
    296296            | System.Windows.Forms.AnchorStyles.Right)));
    297297      this.runCollectionModifiersListView.Caption = "Modifier View";
  • 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
  • trunk/HeuristicLab.Problems.TravelingSalesman.Views/3.3/PathTSPTourView.Designer.cs

    r15583 r16504  
    9494      // visualizationTabPage
    9595      //
     96      this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window;
    9697      this.visualizationTabPage.Controls.Add(this.pictureBox);
    9798      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
     
    101102      this.visualizationTabPage.TabIndex = 0;
    102103      this.visualizationTabPage.Text = "Visualization";
    103       this.visualizationTabPage.UseVisualStyleBackColor = true;
    104104      //
    105105      // valueTabPage
    106106      //
     107      this.valueTabPage.BackColor = System.Drawing.SystemColors.Window;
    107108      this.valueTabPage.Controls.Add(this.tourGroupBox);
    108109      this.valueTabPage.Location = new System.Drawing.Point(4, 22);
     
    112113      this.valueTabPage.TabIndex = 1;
    113114      this.valueTabPage.Text = "Value";
    114       this.valueTabPage.UseVisualStyleBackColor = true;
    115115      //
    116116      // tourGroupBox
  • trunk/HeuristicLab.Problems.TravelingSalesman.Views/3.3/TravelingSalesmanProblemView.Designer.cs

    r15583 r16504  
    9090      // parametersTabPage
    9191      //
     92      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    9293      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
    9394      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     
    9798      this.parametersTabPage.TabIndex = 0;
    9899      this.parametersTabPage.Text = "Parameters";
    99       this.parametersTabPage.UseVisualStyleBackColor = true;
    100100      //
    101101      // visualizationTabPage
    102102      //
     103      this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window;
    103104      this.visualizationTabPage.Controls.Add(this.pathTSPTourView);
    104105      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
     
    108109      this.visualizationTabPage.TabIndex = 1;
    109110      this.visualizationTabPage.Text = "Visualization";
    110       this.visualizationTabPage.UseVisualStyleBackColor = true;
    111111      //
    112112      // pathTSPTourView
Note: See TracChangeset for help on using the changeset viewer.