Changeset 15998 for trunk/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionVariableImpactsView.Designer.cs
- Timestamp:
- 07/23/18 12:26:36 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionVariableImpactsView.Designer.cs
r15752 r15998 19 19 */ 20 20 #endregion 21 22 using System; 21 23 22 24 namespace HeuristicLab.Problems.DataAnalysis.Views { … … 86 88 this.sortByComboBox.TabIndex = 5; 87 89 this.sortByComboBox.SelectedIndexChanged += new System.EventHandler(this.sortByComboBox_SelectedIndexChanged); 90 this.sortByComboBox.DataSource = Enum.GetValues(typeof(SortingCriteria)); 88 91 // 89 92 // factorVarReplComboBox … … 159 162 // variableImactsArrayView 160 163 // 161 this.variableImactsArrayView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 162 | System.Windows.Forms.AnchorStyles.Left) 164 this.variableImactsArrayView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 165 | System.Windows.Forms.AnchorStyles.Left) 163 166 | System.Windows.Forms.AnchorStyles.Right))); 164 167 this.variableImactsArrayView.Caption = "StringConvertibleArray View";
Note: See TracChangeset
for help on using the changeset viewer.