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.Optimization.Views/3.3/TimeLimitRunView.Designer.cs

    r15583 r16506  
    113113      // timeLimitTextBox
    114114      //
    115       this.timeLimitTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     115      this.timeLimitTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    116116            | System.Windows.Forms.AnchorStyles.Right)));
    117117      this.timeLimitTextBox.Location = new System.Drawing.Point(69, 26);
     
    132132      // snapshotsTextBox
    133133      //
    134       this.snapshotsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     134      this.snapshotsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    135135            | System.Windows.Forms.AnchorStyles.Right)));
    136136      this.snapshotsTextBox.Location = new System.Drawing.Point(69, 52);
     
    155155      //
    156156      this.tabControl.AllowDrop = true;
    157       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    158             | System.Windows.Forms.AnchorStyles.Left) 
     157      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     158            | System.Windows.Forms.AnchorStyles.Left)
    159159            | System.Windows.Forms.AnchorStyles.Right)));
    160160      this.tabControl.Controls.Add(this.algorithmTabPage);
     
    170170      //
    171171      this.algorithmTabPage.AllowDrop = true;
     172      this.algorithmTabPage.BackColor = System.Drawing.SystemColors.Window;
    172173      this.algorithmTabPage.Controls.Add(this.algorithmViewHost);
    173174      this.algorithmTabPage.Controls.Add(this.openAlgorithmButton);
     
    179180      this.algorithmTabPage.TabIndex = 1;
    180181      this.algorithmTabPage.Text = "Algorithm";
    181       this.algorithmTabPage.UseVisualStyleBackColor = true;
    182182      this.algorithmTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragDrop);
    183183      this.algorithmTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
     
    186186      // algorithmViewHost
    187187      //
    188       this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    189             | System.Windows.Forms.AnchorStyles.Left) 
     188      this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     189            | System.Windows.Forms.AnchorStyles.Left)
    190190            | System.Windows.Forms.AnchorStyles.Right)));
    191191      this.algorithmViewHost.Caption = "View";
     
    224224      // snapshotsTabPage
    225225      //
     226      this.snapshotsTabPage.BackColor = System.Drawing.SystemColors.Window;
    226227      this.snapshotsTabPage.Controls.Add(this.snapshotsView);
    227228      this.snapshotsTabPage.Location = new System.Drawing.Point(4, 22);
     
    231232      this.snapshotsTabPage.TabIndex = 2;
    232233      this.snapshotsTabPage.Text = "Snapshots";
    233       this.snapshotsTabPage.UseVisualStyleBackColor = true;
    234234      //
    235235      // snapshotsView
    236236      //
    237       this.snapshotsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    238             | System.Windows.Forms.AnchorStyles.Left) 
     237      this.snapshotsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     238            | System.Windows.Forms.AnchorStyles.Left)
    239239            | System.Windows.Forms.AnchorStyles.Right)));
    240240      this.snapshotsView.Caption = "RunCollection View";
     
    248248      // runsTabPage
    249249      //
     250      this.runsTabPage.BackColor = System.Drawing.SystemColors.Window;
    250251      this.runsTabPage.Controls.Add(this.runsView);
    251252      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
     
    254255      this.runsTabPage.TabIndex = 3;
    255256      this.runsTabPage.Text = "Runs";
    256       this.runsTabPage.UseVisualStyleBackColor = true;
    257257      //
    258258      // runsView
    259259      //
    260       this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    261             | System.Windows.Forms.AnchorStyles.Left) 
     260      this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     261            | System.Windows.Forms.AnchorStyles.Left)
    262262            | System.Windows.Forms.AnchorStyles.Right)));
    263263      this.runsView.Caption = "RunCollection View";
Note: See TracChangeset for help on using the changeset viewer.