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.Problems.QuadraticAssignment.Views

  • stable/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QuadraticAssignmentProblemView.Designer.cs

    r15584 r17069  
    8080      // tabControl
    8181      //
    82       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    83             | System.Windows.Forms.AnchorStyles.Left) 
     82      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     83            | System.Windows.Forms.AnchorStyles.Left)
    8484            | System.Windows.Forms.AnchorStyles.Right)));
    8585      this.tabControl.Controls.Add(this.problemTabPage);
     
    9393      // problemTabPage
    9494      //
     95      this.problemTabPage.BackColor = System.Drawing.SystemColors.Window;
    9596      this.problemTabPage.Controls.Add(this.parameterCollectionView);
    9697      this.problemTabPage.Location = new System.Drawing.Point(4, 22);
     
    100101      this.problemTabPage.TabIndex = 0;
    101102      this.problemTabPage.Text = "Problem";
    102       this.problemTabPage.UseVisualStyleBackColor = true;
    103103      //
    104104      // visualizationTabPage
    105105      //
     106      this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window;
    106107      this.visualizationTabPage.Controls.Add(this.qapView);
    107108      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
     
    111112      this.visualizationTabPage.TabIndex = 1;
    112113      this.visualizationTabPage.Text = "Visualization";
    113       this.visualizationTabPage.UseVisualStyleBackColor = true;
    114114      //
    115115      // qapView
Note: See TracChangeset for help on using the changeset viewer.