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
Files:
6 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";
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/Views/OKBProblemView.cs

    r14185 r16044  
    7272      downloadCharacteristicsButton.Image = VSImageLibrary.Refresh;
    7373      uploadCharacteristicsButton.Text = string.Empty;
    74       uploadCharacteristicsButton.Image = VSImageLibrary.PublishToWeb;
     74      uploadCharacteristicsButton.Image = VSImageLibrary.Save;
    7575      refreshSolutionsButton.Text = string.Empty;
    7676      refreshSolutionsButton.Image = VSImageLibrary.Refresh;
    7777      uploadSolutionsButton.Text = string.Empty;
    78       uploadSolutionsButton.Image = VSImageLibrary.PublishToWeb;
     78      uploadSolutionsButton.Image = VSImageLibrary.Save;
    7979    }
    8080
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/Views/OKBRunView.Designer.cs

    r14185 r16044  
    5151      // storeButton
    5252      //
    53       this.storeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
     53      this.storeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
    5454      this.storeButton.Location = new System.Drawing.Point(0, 0);
    5555      this.storeButton.Name = "storeButton";
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/Views/SingleObjectiveOKBSolutionView.cs

    r13693 r16044  
    4141      refreshButton.Image = VSImageLibrary.Refresh;
    4242      uploadButton.Text = string.Empty;
    43       uploadButton.Image = VSImageLibrary.PublishToWeb;
     43      uploadButton.Image = VSImageLibrary.Save;
    4444    }
    4545
Note: See TracChangeset for help on using the changeset viewer.