Changeset 8206 for branches/GP-MoveOperators/HeuristicLab.Optimization.Views/3.3/BatchRunView.Designer.cs
- Timestamp:
- 07/03/12 16:46:35 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- Property svn:mergeinfo changed
/trunk/sources merged: 8084,8088-8090,8092-8100,8102-8113,8115,8117-8132,8134-8146,8148-8156,8158-8160,8163-8170,8173-8176,8178-8190,8192-8205
- Property svn:mergeinfo changed
-
branches/GP-MoveOperators/HeuristicLab.Optimization.Views/3.3/BatchRunView.Designer.cs
r8085 r8206 55 55 // 56 56 this.startButton.Location = new System.Drawing.Point(0, 459); 57 this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment");57 this.toolTip.SetToolTip(this.startButton, "Start/Resume Batchrun"); 58 58 // 59 59 // executionTimeTextBox … … 68 68 // 69 69 this.pauseButton.Location = new System.Drawing.Point(30, 459); 70 this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment");70 this.toolTip.SetToolTip(this.pauseButton, "Pause Batchrun"); 71 71 // 72 72 // stopButton 73 73 // 74 74 this.stopButton.Location = new System.Drawing.Point(60, 459); 75 this.toolTip.SetToolTip(this.stopButton, "Stop Experiment");75 this.toolTip.SetToolTip(this.stopButton, "Stop Batchrun"); 76 76 // 77 77 // resetButton 78 78 // 79 79 this.resetButton.Location = new System.Drawing.Point(90, 458); 80 this.toolTip.SetToolTip(this.resetButton, "Reset Experiment");80 this.toolTip.SetToolTip(this.resetButton, "Reset Batchrun"); 81 81 // 82 82 // nameTextBox
Note: See TracChangeset
for help on using the changeset viewer.