Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/07/09 16:52:16 (15 years ago)
Author:
whackl
Message:

added shutdown button (#455)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Console/HiveClientConsole.Designer.cs

    r1010 r1087  
    5555      this.chProgress = new System.Windows.Forms.ColumnHeader();
    5656      this.gbCommon = new System.Windows.Forms.GroupBox();
     57      this.pbGraph = new System.Windows.Forms.PictureBox();
    5758      this.lbJobsAborted = new System.Windows.Forms.Label();
    5859      this.lbJobdone = new System.Windows.Forms.Label();
     
    8687      this.lbServerIPCaption = new System.Windows.Forms.Label();
    8788      this.lbPortCaption = new System.Windows.Forms.Label();
    88       this.pbGraph = new System.Windows.Forms.PictureBox();
     89      this.btn_clientShutdown = new System.Windows.Forms.Button();
    8990      this.tcClientConsole.SuspendLayout();
    9091      this.tpConnection.SuspendLayout();
    9192      this.gbJobCommon.SuspendLayout();
    9293      this.gbCommon.SuspendLayout();
     94      ((System.ComponentModel.ISupportInitialize)(this.pbGraph)).BeginInit();
    9395      this.gbEventLog.SuspendLayout();
    9496      this.tabPage2.SuspendLayout();
    9597      this.gbOnlineTime.SuspendLayout();
    9698      this.gbServerConnection.SuspendLayout();
    97       ((System.ComponentModel.ISupportInitialize)(this.pbGraph)).BeginInit();
    9899      this.SuspendLayout();
    99100      //
     
    184185      this.gbCommon.Text = "Common";
    185186      //
     187      // pbGraph
     188      //
     189      this.pbGraph.Location = new System.Drawing.Point(292, 19);
     190      this.pbGraph.Name = "pbGraph";
     191      this.pbGraph.Size = new System.Drawing.Size(112, 108);
     192      this.pbGraph.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     193      this.pbGraph.TabIndex = 21;
     194      this.pbGraph.TabStop = false;
     195      //
    186196      // lbJobsAborted
    187197      //
     
    366376      this.gbOnlineTime.BackColor = System.Drawing.SystemColors.Control;
    367377      this.gbOnlineTime.Controls.Add(this.label1);
    368       this.gbOnlineTime.Location = new System.Drawing.Point(9, 117);
     378      this.gbOnlineTime.Location = new System.Drawing.Point(9, 127);
    369379      this.gbOnlineTime.Name = "gbOnlineTime";
    370       this.gbOnlineTime.Size = new System.Drawing.Size(409, 354);
     380      this.gbOnlineTime.Size = new System.Drawing.Size(409, 344);
    371381      this.gbOnlineTime.TabIndex = 4;
    372382      this.gbOnlineTime.TabStop = false;
     
    385395      // gbServerConnection
    386396      //
     397      this.gbServerConnection.Controls.Add(this.btn_clientShutdown);
    387398      this.gbServerConnection.Controls.Add(this.lbStatus);
    388399      this.gbServerConnection.Controls.Add(this.lbStatusCaption);
     
    395406      this.gbServerConnection.Location = new System.Drawing.Point(8, 6);
    396407      this.gbServerConnection.Name = "gbServerConnection";
    397       this.gbServerConnection.Size = new System.Drawing.Size(410, 105);
     408      this.gbServerConnection.Size = new System.Drawing.Size(410, 115);
    398409      this.gbServerConnection.TabIndex = 2;
    399410      this.gbServerConnection.TabStop = false;
     
    470481      this.lbPortCaption.Text = "Port:";
    471482      //
    472       // pbGraph
    473       //
    474       this.pbGraph.Location = new System.Drawing.Point(292, 19);
    475       this.pbGraph.Name = "pbGraph";
    476       this.pbGraph.Size = new System.Drawing.Size(112, 108);
    477       this.pbGraph.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
    478       this.pbGraph.TabIndex = 21;
    479       this.pbGraph.TabStop = false;
     483      // btn_clientShutdown
     484      //
     485      this.btn_clientShutdown.Location = new System.Drawing.Point(257, 80);
     486      this.btn_clientShutdown.Name = "btn_clientShutdown";
     487      this.btn_clientShutdown.Size = new System.Drawing.Size(147, 23);
     488      this.btn_clientShutdown.TabIndex = 8;
     489      this.btn_clientShutdown.Text = "Shutdown Client";
     490      this.btn_clientShutdown.UseVisualStyleBackColor = true;
     491      this.btn_clientShutdown.Click += new System.EventHandler(this.btn_clientShutdown_Click);
    480492      //
    481493      // HiveClientConsole
     
    495507      this.gbCommon.ResumeLayout(false);
    496508      this.gbCommon.PerformLayout();
     509      ((System.ComponentModel.ISupportInitialize)(this.pbGraph)).EndInit();
    497510      this.gbEventLog.ResumeLayout(false);
    498511      this.tabPage2.ResumeLayout(false);
     
    501514      this.gbServerConnection.ResumeLayout(false);
    502515      this.gbServerConnection.PerformLayout();
    503       ((System.ComponentModel.ISupportInitialize)(this.pbGraph)).EndInit();
    504516      this.ResumeLayout(false);
    505517
     
    548560    private System.Windows.Forms.Label label1;
    549561    private System.Windows.Forms.PictureBox pbGraph;
     562    private System.Windows.Forms.Button btn_clientShutdown;
    550563  }
    551564}
Note: See TracChangeset for help on using the changeset viewer.