Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/13/11 00:03:00 (13 years ago)
Author:
swagner
Message:

Renamed VS2008ImageLibrary to VSImageLibrary (#1174)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/ProblemDataView.Designer.cs

    r4492 r5289  
    130130      // newDataButton
    131131      //
    132       this.newDataButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
     132      this.newDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
    133133      this.newDataButton.Location = new System.Drawing.Point(90, 0);
    134134      this.newDataButton.Name = "newDataButton";
     
    141141      // saveFileButton
    142142      //
    143       this.saveFileButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Save;
     143      this.saveFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
    144144      this.saveFileButton.Location = new System.Drawing.Point(150, 0);
    145145      this.saveFileButton.Name = "saveFileButton";
     
    152152      // openFileButton
    153153      //
    154       this.openFileButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
     154      this.openFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
    155155      this.openFileButton.Location = new System.Drawing.Point(120, 0);
    156156      this.openFileButton.Name = "openFileButton";
     
    173173      // refreshDataButton
    174174      //
    175       this.refreshDataButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Refresh;
     175      this.refreshDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
    176176      this.refreshDataButton.Location = new System.Drawing.Point(0, 0);
    177177      this.refreshDataButton.Name = "refreshDataButton";
     
    184184      // storeDataButton
    185185      //
    186       this.storeDataButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.PublishToWeb;
     186      this.storeDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
    187187      this.storeDataButton.Location = new System.Drawing.Point(30, 0);
    188188      this.storeDataButton.Name = "storeDataButton";
Note: See TracChangeset for help on using the changeset viewer.