Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/23/18 12:26:36 (6 years ago)
Author:
fholzing
Message:

#2871: Implemented review

File:
1 edited

Legend:

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

    r15752 r15998  
    1919 */
    2020#endregion
     21
     22using System;
    2123
    2224namespace HeuristicLab.Problems.DataAnalysis.Views {
     
    8688      this.sortByComboBox.TabIndex = 5;
    8789      this.sortByComboBox.SelectedIndexChanged += new System.EventHandler(this.sortByComboBox_SelectedIndexChanged);
     90      this.sortByComboBox.DataSource = Enum.GetValues(typeof(SortingCriteria));
    8891      //
    8992      // factorVarReplComboBox
     
    159162      // variableImactsArrayView
    160163      //
    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)
    163166            | System.Windows.Forms.AnchorStyles.Right)));
    164167      this.variableImactsArrayView.Caption = "StringConvertibleArray View";
Note: See TracChangeset for help on using the changeset viewer.