Changeset 8105 for trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionErrorCharacteristicsCurveView.Designer.cs
- Timestamp:
- 06/25/12 15:55:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionErrorCharacteristicsCurveView.Designer.cs
r8102 r8105 30 30 this.label1 = new System.Windows.Forms.Label(); 31 31 this.cmbSamples = new System.Windows.Forms.ComboBox(); 32 this.LegendToolTip = new System.Windows.Forms.ToolTip(this.components);33 32 ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit(); 34 33 this.SuspendLayout(); … … 91 90 protected System.Windows.Forms.Label label1; 92 91 protected System.Windows.Forms.ComboBox cmbSamples; 93 private System.Windows.Forms.ToolTip LegendToolTip;94 92 } 95 93 }
Note: See TracChangeset
for help on using the changeset viewer.