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

Location:
trunk/HeuristicLab.Optimization.Views/3.3
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Optimization.Views/3.3/BatchRunView.Designer.cs

    r15583 r16506  
    108108      //
    109109      this.optimizerTabPage.AllowDrop = true;
     110      this.optimizerTabPage.BackColor = System.Drawing.SystemColors.Window;
    110111      this.optimizerTabPage.Controls.Add(this.optimizerViewHost);
    111112      this.optimizerTabPage.Controls.Add(this.openOptimizerButton);
     
    117118      this.optimizerTabPage.TabIndex = 1;
    118119      this.optimizerTabPage.Text = "Optimizer";
    119       this.optimizerTabPage.UseVisualStyleBackColor = true;
    120120      this.optimizerTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.optimizerTabPage_DragDrop);
    121121      this.optimizerTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.optimizerTabPage_DragEnterOver);
     
    162162      // runsTabPage
    163163      //
     164      this.runsTabPage.BackColor = System.Drawing.SystemColors.Window;
    164165      this.runsTabPage.Controls.Add(this.runsView);
    165166      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
     
    169170      this.runsTabPage.TabIndex = 2;
    170171      this.runsTabPage.Text = "Runs";
    171       this.runsTabPage.UseVisualStyleBackColor = true;
    172172      //
    173173      // runsView
  • trunk/HeuristicLab.Optimization.Views/3.3/ExperimentListView.Designer.cs

    r15583 r16506  
    111111      // optimizersTabPage
    112112      //
     113      this.optimizersTabPage.BackColor = System.Drawing.SystemColors.Window;
    113114      this.optimizersTabPage.Controls.Add(this.optimizerListView);
    114115      this.optimizersTabPage.Location = new System.Drawing.Point(4, 22);
     
    118119      this.optimizersTabPage.TabIndex = 1;
    119120      this.optimizersTabPage.Text = "Optimizers";
    120       this.optimizersTabPage.UseVisualStyleBackColor = true;
    121121      //
    122122      // optimizerListView
     
    135135      // runsTabPage
    136136      //
     137      this.runsTabPage.BackColor = System.Drawing.SystemColors.Window;
    137138      this.runsTabPage.Controls.Add(this.runsViewHost);
    138139      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
     
    142143      this.runsTabPage.TabIndex = 2;
    143144      this.runsTabPage.Text = "Runs";
    144       this.runsTabPage.UseVisualStyleBackColor = true;
    145145      //
    146146      // runsViewHost
  • trunk/HeuristicLab.Optimization.Views/3.3/ExperimentView.Designer.cs

    r15583 r16506  
    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";
  • trunk/HeuristicLab.Optimization.Views/3.3/ICharacteristicCalculatorView.Designer.cs

    r15583 r16506  
    6666      // parametersTabPage
    6767      //
     68      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    6869      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
    6970      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     
    7374      this.parametersTabPage.TabIndex = 0;
    7475      this.parametersTabPage.Text = "Parameters";
    75       this.parametersTabPage.UseVisualStyleBackColor = true;
    7676      //
    7777      // characteristicsTabPage
    7878      //
     79      this.characteristicsTabPage.BackColor = System.Drawing.SystemColors.Window;
    7980      this.characteristicsTabPage.Location = new System.Drawing.Point(4, 22);
    8081      this.characteristicsTabPage.Name = "characteristicsTabPage";
     
    8384      this.characteristicsTabPage.TabIndex = 1;
    8485      this.characteristicsTabPage.Text = "Characteristics";
    85       this.characteristicsTabPage.UseVisualStyleBackColor = true;
    8686      //
    8787      // parameterCollectionView
  • trunk/HeuristicLab.Optimization.Views/3.3/MultiEncodingView.Designer.cs

    r15583 r16506  
    210210      // encodingsTabPage
    211211      //
     212      this.encodingsTabPage.BackColor = System.Drawing.SystemColors.Window;
    212213      this.encodingsTabPage.Controls.Add(this.encodingsGroupBox);
    213214      this.encodingsTabPage.Location = new System.Drawing.Point(4, 22);
     
    217218      this.encodingsTabPage.TabIndex = 0;
    218219      this.encodingsTabPage.Text = "Encodings";
    219       this.encodingsTabPage.UseVisualStyleBackColor = true;
    220220      //
    221221      // parametersTabPage
    222222      //
     223      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    223224      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
    224225      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     
    228229      this.parametersTabPage.TabIndex = 1;
    229230      this.parametersTabPage.Text = "Parameters";
    230       this.parametersTabPage.UseVisualStyleBackColor = true;
    231231      //
    232232      // MultiEncodingView
  • trunk/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionRLDView.Designer.cs

    r15583 r16506  
    8787      // dataTableComboBox
    8888      //
    89       this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     89      this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    9090            | System.Windows.Forms.AnchorStyles.Right)));
    9191      this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    117117      // groupComboBox
    118118      //
    119       this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     119      this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    120120            | System.Windows.Forms.AnchorStyles.Right)));
    121121      this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    141141      // targetsTextBox
    142142      //
    143       this.targetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     143      this.targetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    144144            | System.Windows.Forms.AnchorStyles.Right)));
    145145      this.targetsTextBox.Location = new System.Drawing.Point(59, 8);
     
    198198      // budgetsTextBox
    199199      //
    200       this.budgetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     200      this.budgetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    201201            | System.Windows.Forms.AnchorStyles.Right)));
    202202      this.budgetsTextBox.Location = new System.Drawing.Point(59, 8);
     
    233233      // tabControl
    234234      //
    235       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    236             | System.Windows.Forms.AnchorStyles.Left) 
     235      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     236            | System.Windows.Forms.AnchorStyles.Left)
    237237            | System.Windows.Forms.AnchorStyles.Right)));
    238238      this.tabControl.Controls.Add(this.byTargetTabPage);
     
    247247      // byTargetTabPage
    248248      //
     249      this.byTargetTabPage.BackColor = System.Drawing.SystemColors.Window;
    249250      this.byTargetTabPage.Controls.Add(this.relativeOrAbsoluteComboBox);
    250251      this.byTargetTabPage.Controls.Add(this.targetChart);
     
    264265      this.byTargetTabPage.TabIndex = 0;
    265266      this.byTargetTabPage.Text = "Performance by Target";
    266       this.byTargetTabPage.UseVisualStyleBackColor = true;
    267267      //
    268268      // relativeOrAbsoluteComboBox
     
    282282      // targetChart
    283283      //
    284       this.targetChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    285             | System.Windows.Forms.AnchorStyles.Left) 
     284      this.targetChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     285            | System.Windows.Forms.AnchorStyles.Left)
    286286            | System.Windows.Forms.AnchorStyles.Right)));
    287287      chartArea2.AxisX.IsStartedFromZero = false;
     
    352352      // byCostTabPage
    353353      //
     354      this.byCostTabPage.BackColor = System.Drawing.SystemColors.Window;
    354355      this.byCostTabPage.Controls.Add(this.byCostViewHost);
    355356      this.byCostTabPage.Controls.Add(this.budgetLogScalingCheckBox);
     
    364365      this.byCostTabPage.TabIndex = 1;
    365366      this.byCostTabPage.Text = "Performance by Cost";
    366       this.byCostTabPage.UseVisualStyleBackColor = true;
    367367      //
    368368      // byCostViewHost
    369369      //
    370       this.byCostViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    371             | System.Windows.Forms.AnchorStyles.Left) 
     370      this.byCostViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     371            | System.Windows.Forms.AnchorStyles.Left)
    372372            | System.Windows.Forms.AnchorStyles.Right)));
    373373      this.byCostViewHost.Caption = "View";
     
    407407      // byTableTabPage
    408408      //
     409      this.byTableTabPage.BackColor = System.Drawing.SystemColors.Window;
    409410      this.byTableTabPage.Controls.Add(this.ertTableView);
    410411      this.byTableTabPage.Location = new System.Drawing.Point(4, 22);
     
    414415      this.byTableTabPage.TabIndex = 2;
    415416      this.byTableTabPage.Text = "Expected Runtime Tables";
    416       this.byTableTabPage.UseVisualStyleBackColor = true;
    417417      //
    418418      // ertTableView
     
    431431      // problemComboBox
    432432      //
    433       this.problemComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     433      this.problemComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    434434            | System.Windows.Forms.AnchorStyles.Right)));
    435435      this.problemComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  • 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.