Changeset 5289
- Timestamp:
- 01/13/11 00:03:00 (14 years ago)
- Location:
- branches/OKB/HeuristicLab.Clients.OKB-3.3
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKB/HeuristicLab.Clients.OKB-3.3/OKBExperiment.cs
r4929 r5289 39 39 get { 40 40 if (Algorithm != null) return Algorithm.ItemImage; 41 else return HeuristicLab.Common.Resources.VS 2008ImageLibrary.Event;41 else return HeuristicLab.Common.Resources.VSImageLibrary.Event; 42 42 } 43 43 } -
branches/OKB/HeuristicLab.Clients.OKB-3.3/ServiceClients/OKBItem.cs
r4918 r5289 42 42 get { 43 43 if (Modified) 44 return HeuristicLab.Common.Resources.VS 2008ImageLibrary.DatabaseModified;44 return HeuristicLab.Common.Resources.VSImageLibrary.DatabaseModified; 45 45 else 46 return HeuristicLab.Common.Resources.VS 2008ImageLibrary.Database;46 return HeuristicLab.Common.Resources.VSImageLibrary.Database; 47 47 } 48 48 } -
branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/AdministratorView.Designer.cs
r4481 r5289 205 205 // refreshButton 206 206 // 207 this.refreshButton.Image = HeuristicLab.Common.Resources.VS 2008ImageLibrary.Refresh;207 this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh; 208 208 this.refreshButton.Location = new System.Drawing.Point(0, 0); 209 209 this.refreshButton.Name = "refreshButton"; -
branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/AlgorithmDataView.Designer.cs
r4492 r5289 130 130 // newDataButton 131 131 // 132 this.newDataButton.Image = HeuristicLab.Common.Resources.VS 2008ImageLibrary.NewDocument;132 this.newDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument; 133 133 this.newDataButton.Location = new System.Drawing.Point(90, 0); 134 134 this.newDataButton.Name = "newDataButton"; … … 141 141 // saveFileButton 142 142 // 143 this.saveFileButton.Image = HeuristicLab.Common.Resources.VS 2008ImageLibrary.Save;143 this.saveFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save; 144 144 this.saveFileButton.Location = new System.Drawing.Point(150, 0); 145 145 this.saveFileButton.Name = "saveFileButton"; … … 152 152 // openFileButton 153 153 // 154 this.openFileButton.Image = HeuristicLab.Common.Resources.VS 2008ImageLibrary.Open;154 this.openFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open; 155 155 this.openFileButton.Location = new System.Drawing.Point(120, 0); 156 156 this.openFileButton.Name = "openFileButton"; … … 173 173 // refreshDataButton 174 174 // 175 this.refreshDataButton.Image = HeuristicLab.Common.Resources.VS 2008ImageLibrary.Refresh;175 this.refreshDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh; 176 176 this.refreshDataButton.Location = new System.Drawing.Point(0, 0); 177 177 this.refreshDataButton.Name = "refreshDataButton"; … … 184 184 // storeDataButton 185 185 // 186 this.storeDataButton.Image = HeuristicLab.Common.Resources.VS 2008ImageLibrary.PublishToWeb;186 this.storeDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb; 187 187 this.storeDataButton.Location = new System.Drawing.Point(30, 0); 188 188 this.storeDataButton.Name = "storeDataButton"; -
branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/AlgorithmView.Designer.cs
r4929 r5289 174 174 // storeUsersButton 175 175 // 176 this.storeUsersButton.Image = HeuristicLab.Common.Resources.VS 2008ImageLibrary.PublishToWeb;176 this.storeUsersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb; 177 177 this.storeUsersButton.Location = new System.Drawing.Point(36, 6); 178 178 this.storeUsersButton.Name = "storeUsersButton"; … … 185 185 // refreshUsersButton 186 186 // 187 this.refreshUsersButton.Image = HeuristicLab.Common.Resources.VS 2008ImageLibrary.Refresh;187 this.refreshUsersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh; 188 188 this.refreshUsersButton.Location = new System.Drawing.Point(6, 6); 189 189 this.refreshUsersButton.Name = "refreshUsersButton"; … … 246 246 // refreshParametersButton 247 247 // 248 this.refreshParametersButton.Image = HeuristicLab.Common.Resources.VS 2008ImageLibrary.Refresh;248 this.refreshParametersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh; 249 249 this.refreshParametersButton.Location = new System.Drawing.Point(6, 6); 250 250 this.refreshParametersButton.Name = "refreshParametersButton"; … … 281 281 // refreshResultsButton 282 282 // 283 this.refreshResultsButton.Image = HeuristicLab.Common.Resources.VS 2008ImageLibrary.Refresh;283 this.refreshResultsButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh; 284 284 this.refreshResultsButton.Location = new System.Drawing.Point(6, 6); 285 285 this.refreshResultsButton.Name = "refreshResultsButton"; … … 303 303 // refreshExperimentsButton 304 304 // 305 this.refreshExperimentsButton.Image = HeuristicLab.Common.Resources.VS 2008ImageLibrary.Refresh;305 this.refreshExperimentsButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh; 306 306 this.refreshExperimentsButton.Location = new System.Drawing.Point(6, 6); 307 307 this.refreshExperimentsButton.Name = "refreshExperimentsButton"; -
branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/CombinedFilterView.Designer.cs
r5286 r5289 86 86 // 87 87 this.addButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 88 this.addButton.Image = HeuristicLab.Common.Resources.VS 2008ImageLibrary.Add;88 this.addButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Add; 89 89 this.addButton.Location = new System.Drawing.Point(3, 3); 90 90 this.addButton.Name = "addButton"; -
branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/CombinedFilterView.cs
r5286 r5289 72 72 removeButton.Size = new System.Drawing.Size(24, 24); 73 73 removeButton.Anchor = AnchorStyles.Top | AnchorStyles.Right; 74 removeButton.Image = HeuristicLab.Common.Resources.VS 2008ImageLibrary.Remove;74 removeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove; 75 75 removeButton.Tag = filter; 76 76 removeButton.Click += new System.EventHandler(removeButton_Click); -
branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/ExperimentView.Designer.cs
r4943 r5289 198 198 // refreshRunsButton 199 199 // 200 this.refreshRunsButton.Image = HeuristicLab.Common.Resources.VS 2008ImageLibrary.Refresh;200 this.refreshRunsButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh; 201 201 this.refreshRunsButton.Location = new System.Drawing.Point(6, 6); 202 202 this.refreshRunsButton.Name = "refreshRunsButton"; -
branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/OKBItemView.Designer.cs
r4492 r5289 52 52 // storeButton 53 53 // 54 this.storeButton.Image = HeuristicLab.Common.Resources.VS 2008ImageLibrary.PublishToWeb;54 this.storeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb; 55 55 this.storeButton.Location = new System.Drawing.Point(0, 0); 56 56 this.storeButton.Name = "storeButton"; -
branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/ProblemDataView.Designer.cs
r4492 r5289 130 130 // newDataButton 131 131 // 132 this.newDataButton.Image = HeuristicLab.Common.Resources.VS 2008ImageLibrary.NewDocument;132 this.newDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument; 133 133 this.newDataButton.Location = new System.Drawing.Point(90, 0); 134 134 this.newDataButton.Name = "newDataButton"; … … 141 141 // saveFileButton 142 142 // 143 this.saveFileButton.Image = HeuristicLab.Common.Resources.VS 2008ImageLibrary.Save;143 this.saveFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save; 144 144 this.saveFileButton.Location = new System.Drawing.Point(150, 0); 145 145 this.saveFileButton.Name = "saveFileButton"; … … 152 152 // openFileButton 153 153 // 154 this.openFileButton.Image = HeuristicLab.Common.Resources.VS 2008ImageLibrary.Open;154 this.openFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open; 155 155 this.openFileButton.Location = new System.Drawing.Point(120, 0); 156 156 this.openFileButton.Name = "openFileButton"; … … 173 173 // refreshDataButton 174 174 // 175 this.refreshDataButton.Image = HeuristicLab.Common.Resources.VS 2008ImageLibrary.Refresh;175 this.refreshDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh; 176 176 this.refreshDataButton.Location = new System.Drawing.Point(0, 0); 177 177 this.refreshDataButton.Name = "refreshDataButton"; … … 184 184 // storeDataButton 185 185 // 186 this.storeDataButton.Image = HeuristicLab.Common.Resources.VS 2008ImageLibrary.PublishToWeb;186 this.storeDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb; 187 187 this.storeDataButton.Location = new System.Drawing.Point(30, 0); 188 188 this.storeDataButton.Name = "storeDataButton"; -
branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/ProblemView.Designer.cs
r4492 r5289 159 159 // storeUsersButton 160 160 // 161 this.storeUsersButton.Image = HeuristicLab.Common.Resources.VS 2008ImageLibrary.PublishToWeb;161 this.storeUsersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb; 162 162 this.storeUsersButton.Location = new System.Drawing.Point(36, 6); 163 163 this.storeUsersButton.Name = "storeUsersButton"; … … 170 170 // refreshUsersButton 171 171 // 172 this.refreshUsersButton.Image = HeuristicLab.Common.Resources.VS 2008ImageLibrary.Refresh;172 this.refreshUsersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh; 173 173 this.refreshUsersButton.Location = new System.Drawing.Point(6, 6); 174 174 this.refreshUsersButton.Name = "refreshUsersButton"; -
branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/QueryView.Designer.cs
r5286 r5289 65 65 // refreshButton 66 66 // 67 this.refreshButton.Image = HeuristicLab.Common.Resources.VS 2008ImageLibrary.Refresh;67 this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh; 68 68 this.refreshButton.Location = new System.Drawing.Point(6, 19); 69 69 this.refreshButton.Name = "refreshButton";
Note: See TracChangeset
for help on using the changeset viewer.