Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/29/18 17:19:06 (6 years ago)
Author:
fholzing
Message:

#2871: Implemented review-issues

File:
1 edited

Legend:

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

    r15637 r15665  
    1919 */
    2020#endregion
     21using System;
     22using System.Linq;
     23
    2124namespace HeuristicLab.Problems.DataAnalysis.Views {
    2225  partial class RegressionSolutionVariableImpactsView {
     
    8083      this.sortByComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    8184      this.sortByComboBox.FormattingEnabled = true;
    82       this.sortByComboBox.Items.AddRange(new object[] {
    83             "Impact Value",
    84             "Occurrence",
    85             "Variable Name"});
    8685      this.sortByComboBox.Location = new System.Drawing.Point(407, 3);
    8786      this.sortByComboBox.Name = "sortByComboBox";
     
    9291      // factorVarReplComboBox
    9392      //
     93      this.factorVarReplComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    9494      this.factorVarReplComboBox.FormattingEnabled = true;
    9595      this.factorVarReplComboBox.Items.AddRange(new object[] {
     
    114114      // replacementComboBox
    115115      //
     116      this.replacementComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    116117      this.replacementComboBox.FormattingEnabled = true;
    117118      this.replacementComboBox.Items.AddRange(new object[] {
     
    146147      // dataPartitionComboBox
    147148      //
     149      this.dataPartitionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    148150      this.dataPartitionComboBox.FormattingEnabled = true;
    149151      this.dataPartitionComboBox.Items.AddRange(new object[] {
Note: See TracChangeset for help on using the changeset viewer.