Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/26/18 16:33:53 (6 years ago)
Author:
jzenisek
Message:

#2839:

  • replaced use of TreeView with NoDoubleClickTreeView everywhere allegedly reasonable for Hive
  • updated genealogy computation for HiveAdminClient and corresponding views (ResourcesView & ProjectResourcesView)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectResourcesView.Designer.cs

    r15576 r15922  
    3030      this.splitContainer = new System.Windows.Forms.SplitContainer();
    3131      this.resourcesGroupBox = new System.Windows.Forms.GroupBox();
    32       this.treeView = new System.Windows.Forms.TreeView();
     32      this.treeView = new Hive.Views.TreeView.NoDoubleClickTreeView();
    3333      this.imageList = new System.Windows.Forms.ImageList(this.components);
    3434      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
     
    185185    private System.Windows.Forms.GroupBox resourcesGroupBox;
    186186    private System.Windows.Forms.GroupBox detailsGroupBox;
    187     private System.Windows.Forms.TreeView treeView;
     187    private HeuristicLab.Clients.Hive.Views.TreeView.NoDoubleClickTreeView treeView;
    188188    private System.Windows.Forms.ImageList imageList;
    189189    private MainForm.WindowsForms.ViewHost detailsViewHost;
Note: See TracChangeset for help on using the changeset viewer.