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:
3 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Optimization.Views

  • stable/HeuristicLab.Optimization.Views/3.3/ICharacteristicCalculatorView.Designer.cs

    r15584 r17069  
    6666      // parametersTabPage
    6767      //
     68      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    6869      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
    6970      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     
    7374      this.parametersTabPage.TabIndex = 0;
    7475      this.parametersTabPage.Text = "Parameters";
    75       this.parametersTabPage.UseVisualStyleBackColor = true;
    7676      //
    7777      // characteristicsTabPage
    7878      //
     79      this.characteristicsTabPage.BackColor = System.Drawing.SystemColors.Window;
    7980      this.characteristicsTabPage.Location = new System.Drawing.Point(4, 22);
    8081      this.characteristicsTabPage.Name = "characteristicsTabPage";
     
    8384      this.characteristicsTabPage.TabIndex = 1;
    8485      this.characteristicsTabPage.Text = "Characteristics";
    85       this.characteristicsTabPage.UseVisualStyleBackColor = true;
    8686      //
    8787      // parameterCollectionView
Note: See TracChangeset for help on using the changeset viewer.