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/ProjectPermissionsView.Designer.cs

    r15576 r15922  
    3131      this.splitContainer = new System.Windows.Forms.SplitContainer();
    3232      this.permissionsGroupBox = new System.Windows.Forms.GroupBox();
    33       this.treeView = new System.Windows.Forms.TreeView();
     33      this.treeView = new Hive.Views.TreeView.NoDoubleClickTreeView();
    3434      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
    3535      this.detailsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     
    184184    private System.Windows.Forms.SplitContainer splitContainer;
    185185    private System.Windows.Forms.GroupBox permissionsGroupBox;
    186     private System.Windows.Forms.TreeView treeView;
     186    private HeuristicLab.Clients.Hive.Views.TreeView.NoDoubleClickTreeView treeView;
    187187    private System.Windows.Forms.GroupBox detailsGroupBox;
    188188    private MainForm.WindowsForms.ViewHost detailsViewHost;
Note: See TracChangeset for help on using the changeset viewer.