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/AlgorithmView.Designer.cs

    r15584 r17069  
    114114      //
    115115      this.problemTabPage.AllowDrop = true;
     116      this.problemTabPage.BackColor = System.Drawing.SystemColors.Window;
    116117      this.problemTabPage.Controls.Add(this.problemViewHost);
    117118      this.problemTabPage.Controls.Add(this.openProblemButton);
     
    123124      this.problemTabPage.TabIndex = 0;
    124125      this.problemTabPage.Text = "Problem";
    125       this.problemTabPage.UseVisualStyleBackColor = true;
    126126      this.problemTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.problemTabPage_DragDrop);
    127127      this.problemTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.problemTabPage_DragEnterOver);
     
    168168      // parametersTabPage
    169169      //
     170      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    170171      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
    171172      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     
    175176      this.parametersTabPage.TabIndex = 1;
    176177      this.parametersTabPage.Text = "Algorithm";
    177       this.parametersTabPage.UseVisualStyleBackColor = true;
    178178      //
    179179      // parameterCollectionView
     
    193193      // resultsTabPage
    194194      //
     195      this.resultsTabPage.BackColor = System.Drawing.SystemColors.Window;
    195196      this.resultsTabPage.Controls.Add(this.resultsView);
    196197      this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
     
    200201      this.resultsTabPage.TabIndex = 2;
    201202      this.resultsTabPage.Text = "Results";
    202       this.resultsTabPage.UseVisualStyleBackColor = true;
    203203      //
    204204      // resultsView
     
    217217      // runsTabPage
    218218      //
     219      this.runsTabPage.BackColor = System.Drawing.SystemColors.Window;
    219220      this.runsTabPage.Controls.Add(this.storeAlgorithmInEachRunCheckBox);
    220221      this.runsTabPage.Controls.Add(this.runsView);
     
    225226      this.runsTabPage.TabIndex = 3;
    226227      this.runsTabPage.Text = "Runs";
    227       this.runsTabPage.UseVisualStyleBackColor = true;
    228228      //
    229229      // storeAlgorithmInEachRunCheckBox
Note: See TracChangeset for help on using the changeset viewer.