Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/12/12 16:50:46 (12 years ago)
Author:
abeham
Message:

#1985:

  • Moved code to format and parse timespans to a TimeSpanHelper class
  • Added a dialog for defining arithmetic sequences of timespans
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/RuntimeOptimizer/HeuristicLab.Optimization.Views/3.3/TimeLimitRunView.Designer.cs

    r9040 r9041  
    202202      // openAlgorithmButton
    203203      //
    204       this.openAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("openAlgorithmButton.Image")));
     204      this.openAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
    205205      this.openAlgorithmButton.Location = new System.Drawing.Point(36, 6);
    206206      this.openAlgorithmButton.Name = "openAlgorithmButton";
     
    213213      // newAlgorithmButton
    214214      //
    215       this.newAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("newAlgorithmButton.Image")));
     215      this.newAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
    216216      this.newAlgorithmButton.Location = new System.Drawing.Point(6, 6);
    217217      this.newAlgorithmButton.Name = "newAlgorithmButton";
Note: See TracChangeset for help on using the changeset viewer.