- Timestamp:
- 07/23/18 13:51:15 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionVariableImpactsView.Designer.cs
r15998 r15999 20 20 #endregion 21 21 22 using System;23 22 24 23 namespace HeuristicLab.Problems.DataAnalysis.Views { … … 83 82 this.sortByComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 84 83 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}); 85 88 this.sortByComboBox.Location = new System.Drawing.Point(407, 3); 86 89 this.sortByComboBox.Name = "sortByComboBox"; … … 88 91 this.sortByComboBox.TabIndex = 5; 89 92 this.sortByComboBox.SelectedIndexChanged += new System.EventHandler(this.sortByComboBox_SelectedIndexChanged); 90 this.sortByComboBox.DataSource = Enum.GetValues(typeof(SortingCriteria));91 93 // 92 94 // factorVarReplComboBox
Note: See TracChangeset
for help on using the changeset viewer.