Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/19/12 23:33:17 (12 years ago)
Author:
ascheibe
Message:

#1174 fixed icons of algorithm view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Administration/Views/AlgorithmView.Designer.cs

    r7376 r7378  
    147147      // storeUsersButton
    148148      //
    149       this.storeUsersButton.Image = ((System.Drawing.Image)(resources.GetObject("storeUsersButton.Image")));
     149      this.storeUsersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
    150150      this.storeUsersButton.Location = new System.Drawing.Point(37, 9);
    151151      this.storeUsersButton.Name = "storeUsersButton";
     
    217217      // saveFileButton
    218218      //
    219       this.saveFileButton.Image = ((System.Drawing.Image)(resources.GetObject("saveFileButton.Image")));
     219      this.saveFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
    220220      this.saveFileButton.Location = new System.Drawing.Point(126, 6);
    221221      this.saveFileButton.Name = "saveFileButton";
     
    228228      // openFileButton
    229229      //
    230       this.openFileButton.Image = ((System.Drawing.Image)(resources.GetObject("openFileButton.Image")));
     230      this.openFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
    231231      this.openFileButton.Location = new System.Drawing.Point(96, 6);
    232232      this.openFileButton.Name = "openFileButton";
     
    239239      // newDataButton
    240240      //
    241       this.newDataButton.Image = ((System.Drawing.Image)(resources.GetObject("newDataButton.Image")));
     241      this.newDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
    242242      this.newDataButton.Location = new System.Drawing.Point(66, 6);
    243243      this.newDataButton.Name = "newDataButton";
     
    250250      // storeDataButton
    251251      //
    252       this.storeDataButton.Image = ((System.Drawing.Image)(resources.GetObject("storeDataButton.Image")));
     252      this.storeDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
    253253      this.storeDataButton.Location = new System.Drawing.Point(36, 6);
    254254      this.storeDataButton.Name = "storeDataButton";
     
    261261      // refreshDataButton
    262262      //
    263       this.refreshDataButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshDataButton.Image")));
     263      this.refreshDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
    264264      this.refreshDataButton.Location = new System.Drawing.Point(6, 6);
    265265      this.refreshDataButton.Name = "refreshDataButton";
Note: See TracChangeset for help on using the changeset viewer.