Changeset 6585
- Timestamp:
- 07/22/11 11:37:09 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/ClusteringSolutionView.Designer.cs
r5853 r6585 58 58 // itemsGroupBox 59 59 // 60 this.itemsGroupBox.Text = " RegressionSolution";60 this.itemsGroupBox.Text = "Clustering Solution"; 61 61 // 62 62 // addButton … … 72 72 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 73 73 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 74 this.Name = " RegressionSolutionView";74 this.Name = "ClusteringSolutionView"; 75 75 this.splitContainer.Panel1.ResumeLayout(false); 76 76 this.splitContainer.Panel2.ResumeLayout(false); … … 80 80 this.detailsGroupBox.ResumeLayout(false); 81 81 this.ResumeLayout(false); 82 83 82 } 84 83
Note: See TracChangeset
for help on using the changeset viewer.