Changeset 7378
- Timestamp:
- 01/19/12 23:33:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Administration/Views/AlgorithmView.Designer.cs
r7376 r7378 147 147 // storeUsersButton 148 148 // 149 this.storeUsersButton.Image = ((System.Drawing.Image)(resources.GetObject("storeUsersButton.Image")));149 this.storeUsersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb; 150 150 this.storeUsersButton.Location = new System.Drawing.Point(37, 9); 151 151 this.storeUsersButton.Name = "storeUsersButton"; … … 217 217 // saveFileButton 218 218 // 219 this.saveFileButton.Image = ((System.Drawing.Image)(resources.GetObject("saveFileButton.Image")));219 this.saveFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save; 220 220 this.saveFileButton.Location = new System.Drawing.Point(126, 6); 221 221 this.saveFileButton.Name = "saveFileButton"; … … 228 228 // openFileButton 229 229 // 230 this.openFileButton.Image = ((System.Drawing.Image)(resources.GetObject("openFileButton.Image")));230 this.openFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open; 231 231 this.openFileButton.Location = new System.Drawing.Point(96, 6); 232 232 this.openFileButton.Name = "openFileButton"; … … 239 239 // newDataButton 240 240 // 241 this.newDataButton.Image = ((System.Drawing.Image)(resources.GetObject("newDataButton.Image")));241 this.newDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument; 242 242 this.newDataButton.Location = new System.Drawing.Point(66, 6); 243 243 this.newDataButton.Name = "newDataButton"; … … 250 250 // storeDataButton 251 251 // 252 this.storeDataButton.Image = ((System.Drawing.Image)(resources.GetObject("storeDataButton.Image")));252 this.storeDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb; 253 253 this.storeDataButton.Location = new System.Drawing.Point(36, 6); 254 254 this.storeDataButton.Name = "storeDataButton"; … … 261 261 // refreshDataButton 262 262 // 263 this.refreshDataButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshDataButton.Image")));263 this.refreshDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh; 264 264 this.refreshDataButton.Location = new System.Drawing.Point(6, 6); 265 265 this.refreshDataButton.Name = "refreshDataButton";
Note: See TracChangeset
for help on using the changeset viewer.