Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/22/11 16:28:59 (13 years ago)
Author:
ascheibe
Message:

#1233

  • implemented administrator ui review comments
  • implemented slave ui review comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Views/3.3/SlaveCmdsBase.Designer.cs

    r6730 r6823  
    4545    /// </summary>
    4646    private void InitializeComponent() {
     47      this.components = new System.ComponentModel.Container();
    4748      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SlaveCmdsBase));
    4849      this.btnStart = new System.Windows.Forms.Button();
    4950      this.btnStop = new System.Windows.Forms.Button();
     51      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    5052      this.SuspendLayout();
    5153      //
     
    5355      //
    5456      this.btnStart.Image = ((System.Drawing.Image)(resources.GetObject("btnStart.Image")));
    55       this.btnStart.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
    56       this.btnStart.Location = new System.Drawing.Point(10, 89);
     57      this.btnStart.Location = new System.Drawing.Point(3, 3);
    5758      this.btnStart.Name = "btnStart";
    58       this.btnStart.Size = new System.Drawing.Size(75, 23);
     59      this.btnStart.Size = new System.Drawing.Size(24, 24);
    5960      this.btnStart.TabIndex = 10;
    60       this.btnStart.Text = "Start";
     61      this.toolTip.SetToolTip(this.btnStart, "Start/Resume the slave");
    6162      this.btnStart.UseVisualStyleBackColor = true;
    6263      this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
     
    6566      //
    6667      this.btnStop.Image = ((System.Drawing.Image)(resources.GetObject("btnStop.Image")));
    67       this.btnStop.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
    68       this.btnStop.Location = new System.Drawing.Point(10, 60);
     68      this.btnStop.Location = new System.Drawing.Point(33, 3);
    6969      this.btnStop.Name = "btnStop";
    70       this.btnStop.Size = new System.Drawing.Size(75, 23);
     70      this.btnStop.Size = new System.Drawing.Size(24, 24);
    7171      this.btnStop.TabIndex = 11;
    72       this.btnStop.Text = "Stop";
     72      this.toolTip.SetToolTip(this.btnStop, "Pause slave");
    7373      this.btnStop.UseVisualStyleBackColor = true;
    7474      this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
     
    8181      this.Controls.Add(this.btnStart);
    8282      this.Name = "SlaveCmdsBase";
    83       this.Size = new System.Drawing.Size(100, 155);
     83      this.Size = new System.Drawing.Size(92, 30);
    8484      this.ResumeLayout(false);
    8585
     
    9090    private System.Windows.Forms.Button btnStart;
    9191    private System.Windows.Forms.Button btnStop;
     92    protected System.Windows.Forms.ToolTip toolTip;
    9293  }
    9394}
Note: See TracChangeset for help on using the changeset viewer.