Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/04/19 15:33:31 (5 years ago)
Author:
mkommend
Message:

#2978: Merged 16501-16506 into stable.

Location:
stable
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Operators.Views/3.3/AlgorithmOperatorView.Designer.cs

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

    r15584 r17069  
    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
  • stable/HeuristicLab.Operators.Views/3.3/MultiOperatorView.Designer.cs

    r15584 r17069  
    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
  • stable/HeuristicLab.Operators.Views/3.3/ValuesCollectorView.Designer.cs

    r15584 r17069  
    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.