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 ...
Location:
branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.JobManager/3.3/Views
Files:
3 edited

Legend:

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

    r14185 r15953  
    4545    /// </summary>
    4646    private void InitializeComponent() {
     47      this.components = new System.ComponentModel.Container();
    4748      this.hiveExperimentListView = new RefreshableHiveJobListView();
    4849      this.refreshButton = new System.Windows.Forms.Button();
     50      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    4951      this.SuspendLayout();
    5052      //
     
    6971      this.refreshButton.Size = new System.Drawing.Size(24, 24);
    7072      this.refreshButton.TabIndex = 1;
     73      this.toolTip.SetToolTip(this.refreshButton, "Refresh data");
    7174      this.refreshButton.UseVisualStyleBackColor = true;
    7275      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
     
    8790    private RefreshableHiveJobListView hiveExperimentListView;
    8891    private System.Windows.Forms.Button refreshButton;
    89 
     92    private System.Windows.Forms.ToolTip toolTip;
    9093
    9194  }
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveResourceSelectorDialog.Designer.cs

    r15933 r15953  
    4545    /// </summary>
    4646    private void InitializeComponent() {
     47      this.components = new System.ComponentModel.Container();
    4748      this.okButton = new System.Windows.Forms.Button();
    4849      this.cancelButton = new System.Windows.Forms.Button();
    4950      this.refreshButton = new System.Windows.Forms.Button();
     51      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    5052      this.hiveResourceSelector = new HeuristicLab.Clients.Hive.JobManager.Views.HiveProjectSelector();
    5153      this.SuspendLayout();
     
    8284      this.refreshButton.Size = new System.Drawing.Size(24, 24);
    8385      this.refreshButton.TabIndex = 3;
     86      this.toolTip.SetToolTip(this.refreshButton, "Refresh data");
    8487      this.refreshButton.UseVisualStyleBackColor = true;
    8588      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
     
    133136    protected System.Windows.Forms.Button cancelButton;
    134137    protected System.Windows.Forms.Button refreshButton;
     138    protected System.Windows.Forms.ToolTip toolTip;
    135139    protected HiveProjectSelector hiveResourceSelector;
    136140  }
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.JobManager/3.3/Views/RefreshableHiveJobView.Designer.cs

    r15642 r15953  
    152152      this.refreshPermissionsButton.Size = new System.Drawing.Size(24, 24);
    153153      this.refreshPermissionsButton.TabIndex = 23;
    154       this.toolTip.SetToolTip(this.refreshPermissionsButton, "Refresh Data");
     154      this.toolTip.SetToolTip(this.refreshPermissionsButton, "Refresh data");
    155155      this.refreshPermissionsButton.UseVisualStyleBackColor = true;
    156156      this.refreshPermissionsButton.Click += new System.EventHandler(this.refreshPermissionsButton_Click);
     
    448448      this.searchButton.Size = new System.Drawing.Size(24, 24);
    449449      this.searchButton.TabIndex = 26;
     450      this.toolTip.SetToolTip(this.searchButton, "Select project and resources");
    450451      this.searchButton.UseVisualStyleBackColor = true;
    451452      this.searchButton.Click += new System.EventHandler(this.searchButton_Click);
Note: See TracChangeset for help on using the changeset viewer.