Changeset 10541
- Timestamp:
- 03/05/14 15:14:34 (11 years ago)
- Location:
- trunk/sources
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views/3.4/SymbolicClassificationSolutionView.Designer.cs
r10540 r10541 87 87 this.exportButton.UseVisualStyleBackColor = true; 88 88 this.exportButton.Click += new System.EventHandler(this.exportButton_Click); 89 this.toolTip.SetToolTip(this.exportButton, "Exports the symbolic regression solution to Excel."); 89 90 // 90 91 // SymbolicClassificationSolutionView -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views/3.4/SymbolicDiscriminantFunctionClassificationSolutionView.Designer.cs
r10540 r10541 87 87 this.exportButton.UseVisualStyleBackColor = true; 88 88 this.exportButton.Click += new System.EventHandler(this.exportButton_Click); 89 this.toolTip.SetToolTip(this.exportButton, "Exports the symbolic regression solution to Excel."); 89 90 // 90 91 // SymbolicDiscriminantFunctionClassificationSolutionView -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views/3.4/SymbolicRegressionSolutionView.Designer.cs
r10540 r10541 88 88 this.exportButton.UseVisualStyleBackColor = true; 89 89 this.exportButton.Click += new System.EventHandler(this.exportButton_Click); 90 this.toolTip.SetToolTip(this.exportButton, "Exports the symbolic regression solution to Excel."); 90 91 // 91 92 // SymbolicRegressionSolutionView -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/DataAnalysisSolutionView.Designer.cs
r10540 r10541 98 98 this.loadProblemDataButton.UseVisualStyleBackColor = true; 99 99 this.loadProblemDataButton.Click += new System.EventHandler(this.loadProblemDataButton_Click); 100 this.toolTip.SetToolTip(this.loadProblemDataButton, " Load new data");100 this.toolTip.SetToolTip(this.loadProblemDataButton, "Creates a new data analysis solution with the same model and the loaded problem data."); 101 101 // 102 102 // openFileDialog
Note: See TracChangeset
for help on using the changeset viewer.