Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/12/11 09:13:15 (14 years ago)
Author:
abeham
Message:

#1337

  • Renamed VS2008ImageLibrary resource to VSImageLibrary
  • Added Filter icon to the VS2010ImageLibrary folder and the resource manager
File:
1 edited

Legend:

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

    r5237 r5287  
    119119      // openProblemButton
    120120      //
    121       this.openProblemButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
     121      this.openProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
    122122      this.openProblemButton.Location = new System.Drawing.Point(36, 6);
    123123      this.openProblemButton.Name = "openProblemButton";
     
    130130      // newProblemButton
    131131      //
    132       this.newProblemButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
     132      this.newProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
    133133      this.newProblemButton.Location = new System.Drawing.Point(6, 6);
    134134      this.newProblemButton.Name = "newProblemButton";
     
    215215      //
    216216      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    217       this.startButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Play;
     217      this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
    218218      this.startButton.Location = new System.Drawing.Point(0, 458);
    219219      this.startButton.Name = "startButton";
     
    227227      //
    228228      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    229       this.pauseButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Pause;
     229      this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
    230230      this.pauseButton.Location = new System.Drawing.Point(30, 458);
    231231      this.pauseButton.Name = "pauseButton";
     
    239239      //
    240240      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    241       this.resetButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Restart;
     241      this.resetButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart;
    242242      this.resetButton.Location = new System.Drawing.Point(90, 458);
    243243      this.resetButton.Name = "resetButton";
     
    277277      //
    278278      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    279       this.stopButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Stop;
     279      this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
    280280      this.stopButton.Location = new System.Drawing.Point(60, 458);
    281281      this.stopButton.Name = "stopButton";
Note: See TracChangeset for help on using the changeset viewer.