Changeset 11086 for trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/InteractiveSymbolicDataAnalysisSolutionSimplifierView.Designer.cs
- Timestamp:
- 07/04/14 13:38:38 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/InteractiveSymbolicDataAnalysisSolutionSimplifierView.Designer.cs
r10545 r11086 55 55 this.btnSimplify = new System.Windows.Forms.Button(); 56 56 this.treeStatusLabel = new System.Windows.Forms.Label(); 57 this.treeChart = new HeuristicLab. Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();57 this.treeChart = new HeuristicLab.Problems.DataAnalysis.Symbolic.Views.InteractiveSymbolicExpressionTreeChart(); 58 58 this.grpViewHost = new System.Windows.Forms.GroupBox(); 59 59 ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit(); … … 230 230 #endregion 231 231 232 private HeuristicLab. Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart treeChart;232 private HeuristicLab.Problems.DataAnalysis.Symbolic.Views.InteractiveSymbolicExpressionTreeChart treeChart; 233 233 private System.Windows.Forms.SplitContainer splitContainer; 234 234 private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
Note: See TracChangeset
for help on using the changeset viewer.