Changeset 15908 for branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views
- Timestamp:
- 04/17/18 13:38:33 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectView.Designer.cs
r15576 r15908 24 24 /// </summary> 25 25 private void InitializeComponent() { 26 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProjectView));27 26 this.idLabel = new System.Windows.Forms.Label(); 28 27 this.idTextBox = new System.Windows.Forms.TextBox(); … … 193 192 // refreshButton 194 193 // 195 this.refreshButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshButton.Image")));194 this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh; 196 195 this.refreshButton.Location = new System.Drawing.Point(72, 162); 197 196 this.refreshButton.Name = "refreshButton";
Note: See TracChangeset
for help on using the changeset viewer.