Changeset 15011
- Timestamp:
- 05/31/17 14:04:23 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/HistogramView.Designer.cs
r14993 r15011 52 52 this.aggregationLabel = new System.Windows.Forms.Label(); 53 53 this.orderComboBox = new System.Windows.Forms.ComboBox(); 54 this. classifierComboBox = new System.Windows.Forms.ComboBox();54 this.groupingComboBox = new System.Windows.Forms.ComboBox(); 55 55 this.aggregationComboBox = new System.Windows.Forms.ComboBox(); 56 56 this.toolTip = new System.Windows.Forms.ToolTip(this.components); … … 93 93 this.groupingTableLayoutPanel.Controls.Add(this.aggregationLabel, 0, 1); 94 94 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); 96 96 this.groupingTableLayoutPanel.Controls.Add(this.aggregationComboBox, 1, 1); 97 97 this.groupingTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; … … 151 151 this.orderComboBox.SelectedIndexChanged += new System.EventHandler(this.orderComboBox_SelectedIndexChanged); 152 152 // 153 // classifierComboBox154 // 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); 163 163 // 164 164 // aggregationComboBox … … 192 192 193 193 private System.Windows.Forms.GroupBox optionsBox; 194 private System.Windows.Forms.ComboBox classifierComboBox;194 private System.Windows.Forms.ComboBox groupingComboBox; 195 195 private System.Windows.Forms.Label variableLabel; 196 196 private System.Windows.Forms.Label aggregationLabel;
Note: See TracChangeset
for help on using the changeset viewer.