Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15999


Ignore:
Timestamp:
07/23/18 13:51:15 (6 years ago)
Author:
fholzing
Message:

#2871: Removed bug smuggled in by implementing the review (Designer)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionVariableImpactsView.Designer.cs

    r15998 r15999  
    2020#endregion
    2121
    22 using System;
    2322
    2423namespace HeuristicLab.Problems.DataAnalysis.Views {
     
    8382      this.sortByComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    8483      this.sortByComboBox.FormattingEnabled = true;
     84      this.sortByComboBox.Items.AddRange(new object[] {
     85            HeuristicLab.Problems.DataAnalysis.Views.RegressionSolutionVariableImpactsView.SortingCriteria.ImpactValue,
     86            HeuristicLab.Problems.DataAnalysis.Views.RegressionSolutionVariableImpactsView.SortingCriteria.Occurrence,
     87            HeuristicLab.Problems.DataAnalysis.Views.RegressionSolutionVariableImpactsView.SortingCriteria.VariableName});
    8588      this.sortByComboBox.Location = new System.Drawing.Point(407, 3);
    8689      this.sortByComboBox.Name = "sortByComboBox";
     
    8891      this.sortByComboBox.TabIndex = 5;
    8992      this.sortByComboBox.SelectedIndexChanged += new System.EventHandler(this.sortByComboBox_SelectedIndexChanged);
    90       this.sortByComboBox.DataSource = Enum.GetValues(typeof(SortingCriteria));
    9193      //
    9294      // factorVarReplComboBox
Note: See TracChangeset for help on using the changeset viewer.