- Timestamp:
- 04/01/20 15:39:06 (5 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views/3.4/SymbolicClassificationSolutionView.Designer.cs
r17180 r17488 73 73 this.btnSimplify.UseVisualStyleBackColor = true; 74 74 this.btnSimplify.Click += new System.EventHandler(this.btn_SimplifyModel_Click); 75 this.toolTip.SetToolTip(this.btnSimplify, " Simplify solution");75 this.toolTip.SetToolTip(this.btnSimplify, "Opens a new view for model simplification and manipulation."); 76 76 // 77 77 // exportButton -
trunk/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views/3.4/SymbolicDiscriminantFunctionClassificationSolutionView.Designer.cs
r17180 r17488 73 73 this.btnSimplify.UseVisualStyleBackColor = true; 74 74 this.btnSimplify.Click += new System.EventHandler(this.btn_SimplifyModel_Click); 75 this.toolTip.SetToolTip(this.btnSimplify, " Simplify solution");75 this.toolTip.SetToolTip(this.btnSimplify, "Opens a new view for model simplification and manipulation."); 76 76 // 77 77 // exportButton -
trunk/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views/3.4/SymbolicRegressionSolutionView.Designer.cs
r17180 r17488 75 75 this.btnSimplify.UseVisualStyleBackColor = true; 76 76 this.btnSimplify.Click += new System.EventHandler(this.btn_SimplifyModel_Click); 77 this.toolTip.SetToolTip(this.btnSimplify, " Simplify solution");77 this.toolTip.SetToolTip(this.btnSimplify, "Opens a new view for model simplification and manipulation."); 78 78 // 79 79 // exportButton -
trunk/HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis.Views/3.4/SymbolicTimeSeriesPrognosisSolutionView.Designer.cs
r17180 r17488 70 70 this.btnSimplify.UseVisualStyleBackColor = true; 71 71 this.btnSimplify.Click += new System.EventHandler(this.btn_SimplifyModel_Click); 72 this.toolTip.SetToolTip(this.btnSimplify, " Simplify solution");72 this.toolTip.SetToolTip(this.btnSimplify, "Opens a new view for model simplification and manipulation."); 73 73 // 74 74 // SymbolicTimeSeriesPrognosisSolutionView
Note: See TracChangeset
for help on using the changeset viewer.