Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/17/18 13:38:33 (6 years ago)
Author:
jkarder
Message:

#2839: worked on hive project management

  • fixed some bugs
  • cleaned up
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  
    284284    </ProjectReference>
    285285  </ItemGroup>
    286   <ItemGroup>
    287     <EmbeddedResource Include="Views\ProjectView.resx">
    288       <DependentUpon>ProjectView.cs</DependentUpon>
    289     </EmbeddedResource>
    290   </ItemGroup>
    291286  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    292287  <PropertyGroup>
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectView.Designer.cs

    r15576 r15908  
    2424    /// </summary>
    2525    private void InitializeComponent() {
    26       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProjectView));
    2726      this.idLabel = new System.Windows.Forms.Label();
    2827      this.idTextBox = new System.Windows.Forms.TextBox();
     
    193192      // refreshButton
    194193      //
    195       this.refreshButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshButton.Image")));
     194      this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
    196195      this.refreshButton.Location = new System.Drawing.Point(72, 162);
    197196      this.refreshButton.Name = "refreshButton";
Note: See TracChangeset for help on using the changeset viewer.