Changeset 6763
- Timestamp:
- 09/14/11 15:00:43 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs
r6672 r6763 44 44 /// </summary> 45 45 private void InitializeComponent() { 46 this.problemView1 = new HeuristicLab.Optimization.Views.ProblemView();47 46 this.SamplesComboBox = new System.Windows.Forms.ComboBox(); 48 47 this.SuspendLayout(); … … 56 55 this.matrixView.Location = new System.Drawing.Point(3, 31); 57 56 this.matrixView.Size = new System.Drawing.Size(304, 251); 58 //59 // problemView160 //61 this.problemView1.Caption = "Problem View";62 this.problemView1.Content = null;63 this.problemView1.Location = new System.Drawing.Point(1147, 687);64 this.problemView1.Name = "problemView1";65 this.problemView1.ReadOnly = false;66 this.problemView1.Size = new System.Drawing.Size(490, 353);67 this.problemView1.TabIndex = 1;68 57 // 69 58 // SamplesComboBox … … 84 73 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 85 74 this.Controls.Add(this.SamplesComboBox); 86 this.Controls.Add(this.problemView1);87 75 this.Name = "ClassificationEnsembleSolutionEstimatedClassValuesView"; 88 76 this.Controls.SetChildIndex(this.matrixView, 0); 89 this.Controls.SetChildIndex(this.problemView1, 0);90 77 this.Controls.SetChildIndex(this.SamplesComboBox, 0); 91 78 this.ResumeLayout(false); … … 95 82 #endregion 96 83 97 private Optimization.Views.ProblemView problemView1;98 84 private System.Windows.Forms.ComboBox SamplesComboBox; 99 85
Note: See TracChangeset
for help on using the changeset viewer.