Changeset 11043 for branches/DataPreprocessing
- Timestamp:
- 06/25/14 12:06:36 (10 years ago)
- Location:
- branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/HistogramView.Designer.cs
r10908 r11043 53 53 // classifierComboBox 54 54 // 55 this.classifierComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 55 56 this.classifierComboBox.FormattingEnabled = true; 56 57 this.classifierComboBox.Location = new System.Drawing.Point(9, 52); -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotSingleView.Designer.cs
r10987 r11043 79 79 // comboBoxYVariable 80 80 // 81 this.comboBoxYVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 81 82 this.comboBoxYVariable.FormattingEnabled = true; 82 this.comboBoxYVariable.Location = new System.Drawing.Point(20, 96); 83 this.comboBoxYVariable.Location = new System.Drawing.Point(20, 103); 84 this.comboBoxYVariable.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3); 83 85 this.comboBoxYVariable.Name = "comboBoxYVariable"; 84 86 this.comboBoxYVariable.Size = new System.Drawing.Size(121, 21); … … 88 90 // comboBoxXVariable 89 91 // 92 this.comboBoxXVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 90 93 this.comboBoxXVariable.FormattingEnabled = true; 91 this.comboBoxXVariable.Location = new System.Drawing.Point(20, 41); 94 this.comboBoxXVariable.Location = new System.Drawing.Point(20, 48); 95 this.comboBoxXVariable.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3); 92 96 this.comboBoxXVariable.Name = "comboBoxXVariable"; 93 97 this.comboBoxXVariable.Size = new System.Drawing.Size(121, 21); … … 95 99 this.comboBoxXVariable.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedIndexChanged); 96 100 // 97 // S ingleScatterPlotView101 // ScatterPlotSingleView 98 102 // 99 103 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); … … 101 105 this.Controls.Add(this.groupBox1); 102 106 this.Controls.Add(this.scatterPlotView); 103 this.Name = "S ingleScatterPlotView";107 this.Name = "ScatterPlotSingleView"; 104 108 this.Size = new System.Drawing.Size(863, 517); 105 109 this.groupBox1.ResumeLayout(false);
Note: See TracChangeset
for help on using the changeset viewer.