Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/07/11 12:49:11 (12 years ago)
Author:
ascheibe
Message:

#1672 admin ui

  • improved treeview
  • added more icons and tooltips
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourcesView.Designer.cs

    r6994 r7146  
    6161      this.tabSchedule = new System.Windows.Forms.TabPage();
    6262      this.scheduleView = new HeuristicLab.Clients.Hive.Administrator.Views.ScheduleView();
     63      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    6364      ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).BeginInit();
    6465      this.splitSlaves.Panel1.SuspendLayout();
     
    107108      this.btnRefresh.Size = new System.Drawing.Size(24, 24);
    108109      this.btnRefresh.TabIndex = 8;
     110      this.toolTip.SetToolTip(this.btnRefresh, "Fetch list from server");
    109111      this.btnRefresh.UseVisualStyleBackColor = true;
    110112      this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
     
    125127      this.btnSave.Size = new System.Drawing.Size(24, 24);
    126128      this.btnSave.TabIndex = 5;
     129      this.toolTip.SetToolTip(this.btnSave, "Store slave and group configuration on the server");
    127130      this.btnSave.UseVisualStyleBackColor = true;
    128131      this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     
    135138      this.btnRemoveGroup.Size = new System.Drawing.Size(24, 24);
    136139      this.btnRemoveGroup.TabIndex = 2;
     140      this.toolTip.SetToolTip(this.btnRemoveGroup, "Delete a slave or a group");
    137141      this.btnRemoveGroup.UseVisualStyleBackColor = true;
    138142      this.btnRemoveGroup.Click += new System.EventHandler(this.btnRemoveGroup_Click);
     
    145149      this.btnAddGroup.Size = new System.Drawing.Size(24, 24);
    146150      this.btnAddGroup.TabIndex = 1;
     151      this.toolTip.SetToolTip(this.btnAddGroup, "Add a new group");
    147152      this.btnAddGroup.UseVisualStyleBackColor = true;
    148153      this.btnAddGroup.Click += new System.EventHandler(this.btnAddGroup_Click);
     
    264269    private System.Windows.Forms.ProgressBar progressBar;
    265270    private System.Windows.Forms.Button btnRefresh;
     271    private System.Windows.Forms.ToolTip toolTip;
    266272  }
    267273}
Note: See TracChangeset for help on using the changeset viewer.