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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.