Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/06/19 16:50:55 (5 years ago)
Author:
gkronber
Message:

#2978: set BackColor of almost all TabPages in HL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Problems.Orienteering.Views/3.3/OrienteeringSolutionView.Designer.cs

    r15583 r16506  
    7171      // pictureBox
    7272      //
    73       this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    74             | System.Windows.Forms.AnchorStyles.Left) 
     73      this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     74            | System.Windows.Forms.AnchorStyles.Left)
    7575            | System.Windows.Forms.AnchorStyles.Right)));
    7676      this.pictureBox.BackColor = System.Drawing.Color.White;
     
    8686      //
    8787      this.tabControl.AllowDrop = true;
    88       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    89             | System.Windows.Forms.AnchorStyles.Left) 
     88      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     89            | System.Windows.Forms.AnchorStyles.Left)
    9090            | System.Windows.Forms.AnchorStyles.Right)));
    9191      this.tabControl.Controls.Add(this.visualizationTabPage);
     
    9999      // visualizationTabPage
    100100      //
     101      this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window;
    101102      this.visualizationTabPage.Controls.Add(this.pictureBox);
    102103      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
     
    106107      this.visualizationTabPage.TabIndex = 0;
    107108      this.visualizationTabPage.Text = "Visualization";
    108       this.visualizationTabPage.UseVisualStyleBackColor = true;
    109109      //
    110110      // valueTabPage
    111111      //
     112      this.valueTabPage.BackColor = System.Drawing.SystemColors.Window;
    112113      this.valueTabPage.Controls.Add(this.tourGroupBox);
    113114      this.valueTabPage.Location = new System.Drawing.Point(4, 22);
     
    117118      this.valueTabPage.TabIndex = 1;
    118119      this.valueTabPage.Text = "Value";
    119       this.valueTabPage.UseVisualStyleBackColor = true;
    120120      //
    121121      // tourGroupBox
    122122      //
    123       this.tourGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    124             | System.Windows.Forms.AnchorStyles.Left) 
     123      this.tourGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     124            | System.Windows.Forms.AnchorStyles.Left)
    125125            | System.Windows.Forms.AnchorStyles.Right)));
    126126      this.tourGroupBox.Controls.Add(this.tourViewHost);
     
    134134      // tourViewHost
    135135      //
    136       this.tourViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    137             | System.Windows.Forms.AnchorStyles.Left) 
     136      this.tourViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     137            | System.Windows.Forms.AnchorStyles.Left)
    138138            | System.Windows.Forms.AnchorStyles.Right)));
    139139      this.tourViewHost.Caption = "View";
     
    176176      // qualityValueView
    177177      //
    178       this.qualityValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     178      this.qualityValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    179179            | System.Windows.Forms.AnchorStyles.Right)));
    180180      this.qualityValueView.Caption = "StringConvertibleValue View";
     
    189189      // distanceValueView
    190190      //
    191       this.distanceValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     191      this.distanceValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    192192            | System.Windows.Forms.AnchorStyles.Right)));
    193193      this.distanceValueView.Caption = "StringConvertibleValue View";
     
    202202      // penaltyValueView
    203203      //
    204       this.penaltyValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     204      this.penaltyValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    205205            | System.Windows.Forms.AnchorStyles.Right)));
    206206      this.penaltyValueView.Caption = "StringConvertibleValue View";
Note: See TracChangeset for help on using the changeset viewer.