Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15011 for branches


Ignore:
Timestamp:
05/31/17 14:04:23 (7 years ago)
Author:
pfleck
Message:

#2709 forgot to commit designer file (changed control name)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/HistogramView.Designer.cs

    r14993 r15011  
    5252      this.aggregationLabel = new System.Windows.Forms.Label();
    5353      this.orderComboBox = new System.Windows.Forms.ComboBox();
    54       this.classifierComboBox = new System.Windows.Forms.ComboBox();
     54      this.groupingComboBox = new System.Windows.Forms.ComboBox();
    5555      this.aggregationComboBox = new System.Windows.Forms.ComboBox();
    5656      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     
    9393      this.groupingTableLayoutPanel.Controls.Add(this.aggregationLabel, 0, 1);
    9494      this.groupingTableLayoutPanel.Controls.Add(this.orderComboBox, 1, 2);
    95       this.groupingTableLayoutPanel.Controls.Add(this.classifierComboBox, 1, 0);
     95      this.groupingTableLayoutPanel.Controls.Add(this.groupingComboBox, 1, 0);
    9696      this.groupingTableLayoutPanel.Controls.Add(this.aggregationComboBox, 1, 1);
    9797      this.groupingTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     
    151151      this.orderComboBox.SelectedIndexChanged += new System.EventHandler(this.orderComboBox_SelectedIndexChanged);
    152152      //
    153       // classifierComboBox
    154       //
    155       this.classifierComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
    156       this.classifierComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    157       this.classifierComboBox.FormattingEnabled = true;
    158       this.classifierComboBox.Location = new System.Drawing.Point(57, 3);
    159       this.classifierComboBox.Name = "classifierComboBox";
    160       this.classifierComboBox.Size = new System.Drawing.Size(114, 21);
    161       this.classifierComboBox.TabIndex = 1;
    162       this.classifierComboBox.SelectedIndexChanged += new System.EventHandler(this.classifierComboBox_SelectedIndexChanged);
     153      // groupingComboBox
     154      //
     155      this.groupingComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
     156      this.groupingComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     157      this.groupingComboBox.FormattingEnabled = true;
     158      this.groupingComboBox.Location = new System.Drawing.Point(57, 3);
     159      this.groupingComboBox.Name = "groupingComboBox";
     160      this.groupingComboBox.Size = new System.Drawing.Size(114, 21);
     161      this.groupingComboBox.TabIndex = 1;
     162      this.groupingComboBox.SelectedIndexChanged += new System.EventHandler(this.classifierComboBox_SelectedIndexChanged);
    163163      //
    164164      // aggregationComboBox
     
    192192
    193193    private System.Windows.Forms.GroupBox optionsBox;
    194     private System.Windows.Forms.ComboBox classifierComboBox;
     194    private System.Windows.Forms.ComboBox groupingComboBox;
    195195    private System.Windows.Forms.Label variableLabel;
    196196    private System.Windows.Forms.Label aggregationLabel;
Note: See TracChangeset for help on using the changeset viewer.