- Timestamp:
- 01/17/17 14:37:07 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/HistogramView.Designer.cs
r14459 r14578 63 63 // optionsBox 64 64 // 65 this.optionsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)66 | System.Windows.Forms.AnchorStyles.Right)));67 65 this.optionsBox.Controls.Add(this.label1); 68 66 this.optionsBox.Controls.Add(this.classifierComboBox); 69 this.optionsBox.Location = new System.Drawing.Point(4, 262); 67 this.optionsBox.Dock = System.Windows.Forms.DockStyle.Bottom; 68 this.optionsBox.Location = new System.Drawing.Point(0, 334); 70 69 this.optionsBox.Name = "optionsBox"; 71 this.optionsBox.Size = new System.Drawing.Size( 84, 138);70 this.optionsBox.Size = new System.Drawing.Size(180, 69); 72 71 this.optionsBox.TabIndex = 7; 73 72 this.optionsBox.TabStop = false; … … 91 90 this.classifierComboBox.Location = new System.Drawing.Point(5, 32); 92 91 this.classifierComboBox.Name = "classifierComboBox"; 93 this.classifierComboBox.Size = new System.Drawing.Size( 73, 21);92 this.classifierComboBox.Size = new System.Drawing.Size(169, 21); 94 93 this.classifierComboBox.TabIndex = 1; 95 94 this.classifierComboBox.SelectedIndexChanged += new System.EventHandler(this.classifierComboBox_SelectedIndexChanged);
Note: See TracChangeset
for help on using the changeset viewer.