Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/07/18 15:19:53 (6 years ago)
Author:
jzenisek
Message:

#2839: Several changes and fixes:

  • added button tooltips
  • changed position of buttons
  • added refresh functionality to view of lightweight users ...
File:
1 edited

Legend:

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

    r15922 r15953  
    3232      this.treeView = new Hive.Views.TreeView.NoDoubleClickTreeView();
    3333      this.imageList = new System.Windows.Forms.ImageList(this.components);
     34      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    3435      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
    3536      this.detailsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     
    4849      this.refreshButton.Name = "refreshButton";
    4950      this.refreshButton.Size = new System.Drawing.Size(24, 24);
    50       this.refreshButton.TabIndex = 2;
     51      this.refreshButton.TabIndex = 1;
     52      this.toolTip.SetToolTip(this.refreshButton, "Refresh data");
    5153      this.refreshButton.UseVisualStyleBackColor = true;
    5254      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
     
    5860      this.inheritButton.Name = "inheritButton";
    5961      this.inheritButton.Size = new System.Drawing.Size(24, 24);
    60       this.inheritButton.TabIndex = 3;
     62      this.inheritButton.TabIndex = 2;
     63      this.toolTip.SetToolTip(this.inheritButton, "Save and hand down resource assignments to all descendant projects");
    6164      this.inheritButton.UseVisualStyleBackColor = true;
    6265      this.inheritButton.Click += new System.EventHandler(this.inheritButton_Click);
     
    6871      this.saveButton.Name = "saveButton";
    6972      this.saveButton.Size = new System.Drawing.Size(24, 24);
    70       this.saveButton.TabIndex = 4;
     73      this.saveButton.TabIndex = 3;
     74      this.toolTip.SetToolTip(this.saveButton, "Save resource assignments");
    7175      this.saveButton.UseVisualStyleBackColor = true;
    7276      this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
     
    186190    private System.Windows.Forms.GroupBox detailsGroupBox;
    187191    private HeuristicLab.Clients.Hive.Views.TreeView.NoDoubleClickTreeView treeView;
     192    private System.Windows.Forms.ToolTip toolTip;
    188193    private System.Windows.Forms.ImageList imageList;
    189194    private MainForm.WindowsForms.ViewHost detailsViewHost;
Note: See TracChangeset for help on using the changeset viewer.