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.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  }
Note: See TracChangeset for help on using the changeset viewer.