Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/03/12 16:46:35 (12 years ago)
Author:
gkronber
Message:

#1847: merged r8084:8205 from trunk into GP move operators branch

Location:
branches/GP-MoveOperators
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GP-MoveOperators

  • branches/GP-MoveOperators/HeuristicLab.Optimization.Views/3.3/BatchRunView.Designer.cs

    r8085 r8206  
    5555      //
    5656      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");
    5858      //
    5959      // executionTimeTextBox
     
    6868      //
    6969      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");
    7171      //
    7272      // stopButton
    7373      //
    7474      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");
    7676      //
    7777      // resetButton
    7878      //
    7979      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");
    8181      //
    8282      // nameTextBox
Note: See TracChangeset for help on using the changeset viewer.