Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/08/19 14:59:31 (5 years ago)
Author:
pfleck
Message:

#2972 merged trunk into branch

Location:
branches/2972_PDPRowSelect
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2972_PDPRowSelect

  • branches/2972_PDPRowSelect/HeuristicLab.Optimization.Views

  • branches/2972_PDPRowSelect/HeuristicLab.Optimization.Views/3.3/ExperimentView.Designer.cs

    r15583 r16518  
    101101      //
    102102      this.tabControl.AllowDrop = true;
    103       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    104             | System.Windows.Forms.AnchorStyles.Left) 
     103      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     104            | System.Windows.Forms.AnchorStyles.Left)
    105105            | System.Windows.Forms.AnchorStyles.Right)));
    106106      this.tabControl.Controls.Add(this.optimizersTabPage);
     
    114114      // optimizersTabPage
    115115      //
     116      this.optimizersTabPage.BackColor = System.Drawing.SystemColors.Window;
    116117      this.optimizersTabPage.Controls.Add(this.experimentTreeView);
    117118      this.optimizersTabPage.Location = new System.Drawing.Point(4, 22);
     
    121122      this.optimizersTabPage.TabIndex = 1;
    122123      this.optimizersTabPage.Text = "Optimizers";
    123       this.optimizersTabPage.UseVisualStyleBackColor = true;
    124124      //
    125125      // experimentTreeView
     
    136136      // runsTabPage
    137137      //
     138      this.runsTabPage.BackColor = System.Drawing.SystemColors.Window;
    138139      this.runsTabPage.Controls.Add(this.runsViewHost);
    139140      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
     
    143144      this.runsTabPage.TabIndex = 2;
    144145      this.runsTabPage.Text = "Runs";
    145       this.runsTabPage.UseVisualStyleBackColor = true;
    146146      //
    147147      // runsViewHost
    148148      //
    149       this.runsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    150             | System.Windows.Forms.AnchorStyles.Left) 
     149      this.runsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     150            | System.Windows.Forms.AnchorStyles.Left)
    151151            | System.Windows.Forms.AnchorStyles.Right)));
    152152      this.runsViewHost.Caption = "View";
Note: See TracChangeset for help on using the changeset viewer.