- Timestamp:
- 04/17/18 13:38:33 (7 years ago)
- Location:
- branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/HeuristicLab.Clients.Hive.Administrator-3.3.csproj
r15576 r15908 284 284 </ProjectReference> 285 285 </ItemGroup> 286 <ItemGroup>287 <EmbeddedResource Include="Views\ProjectView.resx">288 <DependentUpon>ProjectView.cs</DependentUpon>289 </EmbeddedResource>290 </ItemGroup>291 286 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 292 287 <PropertyGroup> -
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.