Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3225


Ignore:
Timestamp:
03/27/10 01:38:35 (14 years ago)
Author:
swagner
Message:

Implemented reviewers' comments (#893).

Location:
trunk/sources
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm.Views/3.3/GeneticAlgorithmView.Designer.cs

    r3198 r3225  
    105105      //
    106106      this.startButton.Location = new System.Drawing.Point(0, 552);
    107       this.toolTip.SetToolTip(this.startButton, "Start Algorithm");
    108107      //
    109108      // stopButton
    110109      //
    111110      this.stopButton.Location = new System.Drawing.Point(30, 552);
    112       this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
    113111      //
    114112      // resetButton
    115113      //
    116114      this.resetButton.Location = new System.Drawing.Point(60, 552);
    117       this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
    118115      //
    119116      // executionTimeLabel
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/AlgorithmView.Designer.cs

    r2917 r3225  
    207207      this.startButton.Size = new System.Drawing.Size(24, 24);
    208208      this.startButton.TabIndex = 5;
    209       this.toolTip.SetToolTip(this.startButton, "Start Algorithm");
     209      this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
    210210      this.startButton.UseVisualStyleBackColor = true;
    211211      this.startButton.Click += new System.EventHandler(this.startButton_Click);
     
    214214      //
    215215      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    216       this.stopButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Stop;
     216      this.stopButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Pause;
    217217      this.stopButton.Location = new System.Drawing.Point(30, 458);
    218218      this.stopButton.Name = "stopButton";
    219219      this.stopButton.Size = new System.Drawing.Size(24, 24);
    220220      this.stopButton.TabIndex = 6;
    221       this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
     221      this.toolTip.SetToolTip(this.stopButton, "Pause Algorithm");
    222222      this.stopButton.UseVisualStyleBackColor = true;
    223223      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs

    r2917 r3225  
    9898      //
    9999      this.startButton.Location = new System.Drawing.Point(0, 525);
    100       this.toolTip.SetToolTip(this.startButton, "Start Algorithm");
    101100      //
    102101      // stopButton
    103102      //
    104103      this.stopButton.Location = new System.Drawing.Point(30, 525);
    105       this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
    106104      //
    107105      // resetButton
    108106      //
    109107      this.resetButton.Location = new System.Drawing.Point(60, 525);
    110       this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
    111108      //
    112109      // executionTimeLabel
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/UserDefinedAlgorithmView.Designer.cs

    r2947 r3225  
    9292      this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
    9393      //
    94       // startButton
    95       //
    96       this.toolTip.SetToolTip(this.startButton, "Start Algorithm");
    97       //
    98       // stopButton
    99       //
    100       this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
    101       //
    102       // resetButton
    103       //
    104       this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
    105       //
    10694      // nameTextBox
    10795      //
Note: See TracChangeset for help on using the changeset viewer.