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.Operators.Views/3.3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Operators.Views/3.3/CheckedMultiOperatorView.Designer.cs

    r15583 r16506  
    8585      // operatorsTabPage
    8686      //
     87      this.operatorsTabPage.BackColor = System.Drawing.SystemColors.Window;
    8788      this.operatorsTabPage.Controls.Add(this.operatorListView);
    8889      this.operatorsTabPage.Location = new System.Drawing.Point(4, 22);
     
    9293      this.operatorsTabPage.TabIndex = 0;
    9394      this.operatorsTabPage.Text = "Operators";
    94       this.operatorsTabPage.UseVisualStyleBackColor = true;
    9595      //
    9696      // operatorListView
     
    109109      // parametersTabPage
    110110      //
     111      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    111112      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
    112113      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     
    116117      this.parametersTabPage.TabIndex = 1;
    117118      this.parametersTabPage.Text = "Parameters";
    118       this.parametersTabPage.UseVisualStyleBackColor = true;
    119119      //
    120120      // parameterCollectionView
  • trunk/HeuristicLab.Operators.Views/3.3/MultiOperatorView.Designer.cs

    r15583 r16506  
    8585      // operatorsTabPage
    8686      //
     87      this.operatorsTabPage.BackColor = System.Drawing.SystemColors.Window;
    8788      this.operatorsTabPage.Controls.Add(this.operatorListView);
    8889      this.operatorsTabPage.Location = new System.Drawing.Point(4, 22);
     
    9293      this.operatorsTabPage.TabIndex = 0;
    9394      this.operatorsTabPage.Text = "Operators";
    94       this.operatorsTabPage.UseVisualStyleBackColor = true;
    9595      //
    9696      // operatorListView
     
    109109      // parametersTabPage
    110110      //
     111      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    111112      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
    112113      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     
    116117      this.parametersTabPage.TabIndex = 1;
    117118      this.parametersTabPage.Text = "Parameters";
    118       this.parametersTabPage.UseVisualStyleBackColor = true;
    119119      //
    120120      // parameterCollectionView
  • trunk/HeuristicLab.Operators.Views/3.3/ValuesCollectorView.Designer.cs

    r15583 r16506  
    8585      // collectedValuesTabPage
    8686      //
     87      this.collectedValuesTabPage.BackColor = System.Drawing.SystemColors.Window;
    8788      this.collectedValuesTabPage.Controls.Add(this.collectedValuesView);
    8889      this.collectedValuesTabPage.Location = new System.Drawing.Point(4, 22);
     
    9293      this.collectedValuesTabPage.TabIndex = 0;
    9394      this.collectedValuesTabPage.Text = "Collected Values";
    94       this.collectedValuesTabPage.UseVisualStyleBackColor = true;
    9595      //
    9696      // collectedValuesView
     
    109109      // parametersTabPage
    110110      //
     111      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    111112      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
    112113      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     
    116117      this.parametersTabPage.TabIndex = 1;
    117118      this.parametersTabPage.Text = "Parameters";
    118       this.parametersTabPage.UseVisualStyleBackColor = true;
    119119      //
    120120      // parameterCollectionView
Note: See TracChangeset for help on using the changeset viewer.