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:
13 edited

Legend:

Unmodified
Added
Removed
  • branches/2972_PDPRowSelect

  • branches/2972_PDPRowSelect/HeuristicLab.Optimization.Views

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

    r15583 r16518  
    114114      //
    115115      this.problemTabPage.AllowDrop = true;
     116      this.problemTabPage.BackColor = System.Drawing.SystemColors.Window;
    116117      this.problemTabPage.Controls.Add(this.problemViewHost);
    117118      this.problemTabPage.Controls.Add(this.openProblemButton);
     
    123124      this.problemTabPage.TabIndex = 0;
    124125      this.problemTabPage.Text = "Problem";
    125       this.problemTabPage.UseVisualStyleBackColor = true;
    126126      this.problemTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.problemTabPage_DragDrop);
    127127      this.problemTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.problemTabPage_DragEnterOver);
     
    168168      // parametersTabPage
    169169      //
     170      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    170171      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
    171172      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     
    175176      this.parametersTabPage.TabIndex = 1;
    176177      this.parametersTabPage.Text = "Algorithm";
    177       this.parametersTabPage.UseVisualStyleBackColor = true;
    178178      //
    179179      // parameterCollectionView
     
    193193      // resultsTabPage
    194194      //
     195      this.resultsTabPage.BackColor = System.Drawing.SystemColors.Window;
    195196      this.resultsTabPage.Controls.Add(this.resultsView);
    196197      this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
     
    200201      this.resultsTabPage.TabIndex = 2;
    201202      this.resultsTabPage.Text = "Results";
    202       this.resultsTabPage.UseVisualStyleBackColor = true;
    203203      //
    204204      // resultsView
     
    217217      // runsTabPage
    218218      //
     219      this.runsTabPage.BackColor = System.Drawing.SystemColors.Window;
    219220      this.runsTabPage.Controls.Add(this.storeAlgorithmInEachRunCheckBox);
    220221      this.runsTabPage.Controls.Add(this.runsView);
     
    225226      this.runsTabPage.TabIndex = 3;
    226227      this.runsTabPage.Text = "Runs";
    227       this.runsTabPage.UseVisualStyleBackColor = true;
    228228      //
    229229      // storeAlgorithmInEachRunCheckBox
  • branches/2972_PDPRowSelect/HeuristicLab.Optimization.Views/3.3/BatchRunView.Designer.cs

    r15583 r16518  
    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
  • branches/2972_PDPRowSelect/HeuristicLab.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs

    r15583 r16518  
    188188      // engineTabPage
    189189      //
     190      this.engineTabPage.BackColor = System.Drawing.SystemColors.Window;
    190191      this.engineTabPage.Controls.Add(this.engineViewHost);
    191192      this.engineTabPage.Controls.Add(this.engineComboBox);
     
    197198      this.engineTabPage.TabIndex = 5;
    198199      this.engineTabPage.Text = "Engine";
    199       this.engineTabPage.UseVisualStyleBackColor = true;
    200200      //
    201201      // engineViewHost
     
    217217      // operatorGraphTabPage
    218218      //
     219      this.operatorGraphTabPage.BackColor = System.Drawing.SystemColors.Window;
    219220      this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
    220221      this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
     
    223224      this.operatorGraphTabPage.TabIndex = 4;
    224225      this.operatorGraphTabPage.Text = "Operator Graph";
    225       this.operatorGraphTabPage.UseVisualStyleBackColor = true;
    226226      //
    227227      // operatorGraphViewHost
  • branches/2972_PDPRowSelect/HeuristicLab.Optimization.Views/3.3/ExperimentListView.Designer.cs

    r15583 r16518  
    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
  • 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";
  • branches/2972_PDPRowSelect/HeuristicLab.Optimization.Views/3.3/ICharacteristicCalculatorView.Designer.cs

    r15583 r16518  
    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
  • branches/2972_PDPRowSelect/HeuristicLab.Optimization.Views/3.3/MultiEncodingView.Designer.cs

    r15583 r16518  
    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
  • branches/2972_PDPRowSelect/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionRLDView.Designer.cs

    r15583 r16518  
    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;
  • branches/2972_PDPRowSelect/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionView.Designer.cs

    r15583 r16518  
    248248      // runPage
    249249      //
     250      this.runPage.BackColor = System.Drawing.SystemColors.Window;
    250251      this.runPage.Controls.Add(this.itemsGroupBox);
    251252      this.runPage.Location = new System.Drawing.Point(4, 22);
     
    255256      this.runPage.TabIndex = 0;
    256257      this.runPage.Text = "Runs";
    257       this.runPage.UseVisualStyleBackColor = true;
    258258      //
    259259      // constraintPage
    260260      //
     261      this.constraintPage.BackColor = System.Drawing.SystemColors.Window;
    261262      this.constraintPage.Controls.Add(this.runCollectionConstraintCollectionView);
    262263      this.constraintPage.Location = new System.Drawing.Point(4, 22);
     
    266267      this.constraintPage.TabIndex = 1;
    267268      this.constraintPage.Text = "Filtering";
    268       this.constraintPage.UseVisualStyleBackColor = true;
    269269      //
    270270      // runCollectionConstraintCollectionView
     
    281281      // modifiersPage
    282282      //
     283      this.modifiersPage.BackColor = System.Drawing.SystemColors.Window;
    283284      this.modifiersPage.Controls.Add(this.runCollectionModifiersListView);
    284285      this.modifiersPage.Location = new System.Drawing.Point(4, 22);
     
    288289      this.modifiersPage.TabIndex = 2;
    289290      this.modifiersPage.Text = "Modification";
    290       this.modifiersPage.UseVisualStyleBackColor = true;
    291291      //
    292292      // runCollectionModifiersListView
    293293      //
    294       this.runCollectionModifiersListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    295             | System.Windows.Forms.AnchorStyles.Left) 
     294      this.runCollectionModifiersListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     295            | System.Windows.Forms.AnchorStyles.Left)
    296296            | System.Windows.Forms.AnchorStyles.Right)));
    297297      this.runCollectionModifiersListView.Caption = "Modifier View";
  • branches/2972_PDPRowSelect/HeuristicLab.Optimization.Views/3.3/TimeLimitRunView.Designer.cs

    r15583 r16518  
    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";
  • branches/2972_PDPRowSelect/HeuristicLab.Optimization.Views/3.3/UserDefinedAlgorithmView.Designer.cs

    r15583 r16518  
    108108      // globalScopeTabPage
    109109      //
     110      this.globalScopeTabPage.BackColor = System.Drawing.SystemColors.Window;
    110111      this.globalScopeTabPage.Controls.Add(this.globalScopeView);
    111112      this.globalScopeTabPage.Location = new System.Drawing.Point(4, 22);
     
    114115      this.globalScopeTabPage.TabIndex = 6;
    115116      this.globalScopeTabPage.Text = "Global Scope";
    116       this.globalScopeTabPage.UseVisualStyleBackColor = true;
    117117      //
    118118      // globalScopeView
Note: See TracChangeset for help on using the changeset viewer.