Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/03/18 14:38:17 (6 years ago)
Author:
jzenisek
Message:

#2839:

  • adapted icons: replaced ".PublishToWeb" with ".Save"
  • pre-select project with all resources for new jobs, if it is the only available
Location:
branches/2839_HiveProjectManagement/HeuristicLab.Clients.OKB.Views/3.3/Administration/Views
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.OKB.Views/3.3/Administration/Views/AlgorithmView.Designer.cs

    r15953 r16044  
    147147      // storeUsersButton
    148148      //
    149       this.storeUsersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
     149      this.storeUsersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
    150150      this.storeUsersButton.Location = new System.Drawing.Point(37, 9);
    151151      this.storeUsersButton.Name = "storeUsersButton";
     
    250250      // storeDataButton
    251251      //
    252       this.storeDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
     252      this.storeDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
    253253      this.storeDataButton.Location = new System.Drawing.Point(36, 6);
    254254      this.storeDataButton.Name = "storeDataButton";
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.OKB.Views/3.3/Administration/Views/OKBItemView.Designer.cs

    r14185 r16044  
    5252      // storeButton
    5353      //
    54       this.storeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
     54      this.storeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
    5555      this.storeButton.Location = new System.Drawing.Point(0, 0);
    5656      this.storeButton.Name = "storeButton";
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.OKB.Views/3.3/Administration/Views/ProblemView.Designer.cs

    r15953 r16044  
    147147      // storeUsersButton
    148148      //
    149       this.storeUsersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
     149      this.storeUsersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
    150150      this.storeUsersButton.Location = new System.Drawing.Point(38, 9);
    151151      this.storeUsersButton.Name = "storeUsersButton";
     
    249249      // storeDataButton
    250250      //
    251       this.storeDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
     251      this.storeDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
    252252      this.storeDataButton.Location = new System.Drawing.Point(36, 6);
    253253      this.storeDataButton.Name = "storeDataButton";
Note: See TracChangeset for help on using the changeset viewer.