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

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Problems.PTSP.Views/3.3/PathPTSPTourView.Designer.cs

    r15584 r17069  
    9494      // visualizationTabPage
    9595      //
     96      this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window;
    9697      this.visualizationTabPage.Controls.Add(this.pictureBox);
    9798      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
     
    101102      this.visualizationTabPage.TabIndex = 0;
    102103      this.visualizationTabPage.Text = "Visualization";
    103       this.visualizationTabPage.UseVisualStyleBackColor = true;
    104104      //
    105105      // valueTabPage
    106106      //
     107      this.valueTabPage.BackColor = System.Drawing.SystemColors.Window;
    107108      this.valueTabPage.Controls.Add(this.tourGroupBox);
    108109      this.valueTabPage.Location = new System.Drawing.Point(4, 22);
     
    112113      this.valueTabPage.TabIndex = 1;
    113114      this.valueTabPage.Text = "Value";
    114       this.valueTabPage.UseVisualStyleBackColor = true;
    115115      //
    116116      // tourGroupBox
Note: See TracChangeset for help on using the changeset viewer.