Changeset 16044 for branches/2839_HiveProjectManagement/HeuristicLab.Clients.OKB.Views/3.3/Administration/Views
- Timestamp:
- 08/03/18 14:38:17 (6 years ago)
- 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 147 147 // storeUsersButton 148 148 // 149 this.storeUsersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary. PublishToWeb;149 this.storeUsersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save; 150 150 this.storeUsersButton.Location = new System.Drawing.Point(37, 9); 151 151 this.storeUsersButton.Name = "storeUsersButton"; … … 250 250 // storeDataButton 251 251 // 252 this.storeDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary. PublishToWeb;252 this.storeDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save; 253 253 this.storeDataButton.Location = new System.Drawing.Point(36, 6); 254 254 this.storeDataButton.Name = "storeDataButton"; -
branches/2839_HiveProjectManagement/HeuristicLab.Clients.OKB.Views/3.3/Administration/Views/OKBItemView.Designer.cs
r14185 r16044 52 52 // storeButton 53 53 // 54 this.storeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary. PublishToWeb;54 this.storeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save; 55 55 this.storeButton.Location = new System.Drawing.Point(0, 0); 56 56 this.storeButton.Name = "storeButton"; -
branches/2839_HiveProjectManagement/HeuristicLab.Clients.OKB.Views/3.3/Administration/Views/ProblemView.Designer.cs
r15953 r16044 147 147 // storeUsersButton 148 148 // 149 this.storeUsersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary. PublishToWeb;149 this.storeUsersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save; 150 150 this.storeUsersButton.Location = new System.Drawing.Point(38, 9); 151 151 this.storeUsersButton.Name = "storeUsersButton"; … … 249 249 // storeDataButton 250 250 // 251 this.storeDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary. PublishToWeb;251 this.storeDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save; 252 252 this.storeDataButton.Location = new System.Drawing.Point(36, 6); 253 253 this.storeDataButton.Name = "storeDataButton";
Note: See TracChangeset
for help on using the changeset viewer.