Changeset 7268 for branches/HeuristicLab.TimeSeries/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourcesView.Designer.cs
- Timestamp:
- 01/03/12 11:22:21 (13 years ago)
- Location:
- branches/HeuristicLab.TimeSeries
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.TimeSeries
- Property svn:mergeinfo changed
/trunk/sources merged: 7214,7216-7230,7233-7239,7241,7243-7252,7254,7256-7261,7265-7266
- Property svn:mergeinfo changed
-
branches/HeuristicLab.TimeSeries/HeuristicLab.Clients.Hive.Administrator/3.3
- Property svn:ignore
-
old new 1 1 Plugin.cs 2 2 obj 3 *.vs10x
-
- Property svn:ignore
-
branches/HeuristicLab.TimeSeries/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourcesView.Designer.cs
r7213 r7268 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 47 47 private void InitializeComponent() { 48 48 this.components = new System.ComponentModel.Container(); 49 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ResourcesView));50 49 this.imageListSlaveGroups = new System.Windows.Forms.ImageList(this.components); 51 50 this.splitSlaves = new System.Windows.Forms.SplitContainer(); … … 103 102 // btnRefresh 104 103 // 105 this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));104 this.btnRefresh.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh; 106 105 this.btnRefresh.Location = new System.Drawing.Point(3, 3); 107 106 this.btnRefresh.Name = "btnRefresh"; … … 122 121 // btnSave 123 122 // 124 this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));123 this.btnSave.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb; 125 124 this.btnSave.Location = new System.Drawing.Point(93, 3); 126 125 this.btnSave.Name = "btnSave"; … … 133 132 // btnRemoveGroup 134 133 // 135 this.btnRemoveGroup.Image = ((System.Drawing.Image)(resources.GetObject("btnRemoveGroup.Image")));134 this.btnRemoveGroup.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove; 136 135 this.btnRemoveGroup.Location = new System.Drawing.Point(63, 3); 137 136 this.btnRemoveGroup.Name = "btnRemoveGroup"; … … 144 143 // btnAddGroup 145 144 // 146 this.btnAddGroup.Image = ((System.Drawing.Image)(resources.GetObject("btnAddGroup.Image")));145 this.btnAddGroup.Image = HeuristicLab.Common.Resources.VSImageLibrary.Add; 147 146 this.btnAddGroup.Location = new System.Drawing.Point(33, 3); 148 147 this.btnAddGroup.Name = "btnAddGroup";
Note: See TracChangeset
for help on using the changeset viewer.