Changeset 8534 for branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis.Views/3.4
- Timestamp:
- 08/28/12 16:13:02 (12 years ago)
- Location:
- branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis.Views
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis.Views
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/ClassificationEnsembleSolutionView.Designer.cs
r8508 r8534 70 70 // cmbWeightCalculator 71 71 // 72 this.cmbWeightCalculator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 72 73 this.cmbWeightCalculator.FormattingEnabled = true; 73 74 this.cmbWeightCalculator.Location = new System.Drawing.Point(9, 6); … … 79 80 // ClassificationEnsembleSolutionView 80 81 // 81 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);82 82 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 83 83 this.Name = "ClassificationEnsembleSolutionView"; … … 94 94 #endregion 95 95 96 private System.Windows.Forms.ComboBox cmbWeightCalculator; 96 protected System.Windows.Forms.ComboBox cmbWeightCalculator; 97 97 98 } 98 99 }
Note: See TracChangeset
for help on using the changeset viewer.