Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/15/19 13:36:51 (5 years ago)
Author:
abeham
Message:

#2457: merged trunk into branch

Location:
branches/2457_ExpertSystem/HeuristicLab.Optimization.Views
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2457_ExpertSystem/HeuristicLab.Optimization.Views

  • branches/2457_ExpertSystem/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionRLDView.Designer.cs

    r15256 r16956  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    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;
     267      this.byTargetTabPage.UseVisualStyleBackColor = false;
    267268      //
    268269      // relativeOrAbsoluteComboBox
     
    282283      // targetChart
    283284      //
    284       this.targetChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    285             | System.Windows.Forms.AnchorStyles.Left) 
     285      this.targetChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     286            | System.Windows.Forms.AnchorStyles.Left)
    286287            | System.Windows.Forms.AnchorStyles.Right)));
    287288      chartArea2.AxisX.IsStartedFromZero = false;
     
    352353      // byCostTabPage
    353354      //
     355      this.byCostTabPage.BackColor = System.Drawing.SystemColors.Window;
    354356      this.byCostTabPage.Controls.Add(this.byCostViewHost);
    355357      this.byCostTabPage.Controls.Add(this.budgetLogScalingCheckBox);
     
    364366      this.byCostTabPage.TabIndex = 1;
    365367      this.byCostTabPage.Text = "Performance by Cost";
    366       this.byCostTabPage.UseVisualStyleBackColor = true;
     368      this.byCostTabPage.UseVisualStyleBackColor = false;
    367369      //
    368370      // byCostViewHost
    369371      //
    370       this.byCostViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    371             | System.Windows.Forms.AnchorStyles.Left) 
     372      this.byCostViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     373            | System.Windows.Forms.AnchorStyles.Left)
    372374            | System.Windows.Forms.AnchorStyles.Right)));
    373375      this.byCostViewHost.Caption = "View";
     
    407409      // byTableTabPage
    408410      //
     411      this.byTableTabPage.BackColor = System.Drawing.SystemColors.Window;
    409412      this.byTableTabPage.Controls.Add(this.ertTableView);
    410413      this.byTableTabPage.Location = new System.Drawing.Point(4, 22);
     
    414417      this.byTableTabPage.TabIndex = 2;
    415418      this.byTableTabPage.Text = "Expected Runtime Tables";
    416       this.byTableTabPage.UseVisualStyleBackColor = true;
     419      this.byTableTabPage.UseVisualStyleBackColor = false;
    417420      //
    418421      // ertTableView
     
    431434      // problemComboBox
    432435      //
    433       this.problemComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     436      this.problemComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    434437            | System.Windows.Forms.AnchorStyles.Right)));
    435438      this.problemComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
Note: See TracChangeset for help on using the changeset viewer.