Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/03/12 13:07:00 (12 years ago)
Author:
mkommend
Message:

#1783: Corrected tool tips in optimizer views and last errors in batchrun execution state handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/AlgorithmView.Designer.cs

    r7967 r8190  
    5959      //
    6060      this.startButton.Location = new System.Drawing.Point(0, 458);
    61       this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment");
     61      this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
    6262      //
    6363      // executionTimeTextBox
     
    7272      //
    7373      this.pauseButton.Location = new System.Drawing.Point(30, 458);
    74       this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment");
     74      this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");
    7575      //
    7676      // stopButton
    7777      //
    7878      this.stopButton.Location = new System.Drawing.Point(60, 458);
    79       this.toolTip.SetToolTip(this.stopButton, "Stop Experiment");
     79      this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
    8080      //
    8181      // resetButton
    8282      //
    8383      this.resetButton.Location = new System.Drawing.Point(90, 458);
    84       this.toolTip.SetToolTip(this.resetButton, "Reset Experiment");
     84      this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
    8585      //
    8686      // nameTextBox
Note: See TracChangeset for help on using the changeset viewer.