Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/15/09 16:17:50 (15 years ago)
Author:
whackl
Message:

added shutdown button (#468)

File:
1 edited

Legend:

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

    r1138 r1145  
    4646    private void InitializeComponent() {
    4747      this.components = new System.ComponentModel.Container();
    48       Calendar.DrawTool drawTool3 = new Calendar.DrawTool();
     48      Calendar.DrawTool drawTool5 = new Calendar.DrawTool();
    4949      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveClientConsole));
    5050      this.dvOnline = new Calendar.DayView();
    5151      this.tcClientConsole = new System.Windows.Forms.TabControl();
    5252      this.tpConnection = new System.Windows.Forms.TabPage();
     53      this.btn_clientShutdown = new System.Windows.Forms.Button();
    5354      this.gbServerConnection = new System.Windows.Forms.GroupBox();
    54       this.btn_clientShutdown = new System.Windows.Forms.Button();
    55       this.lbStatus = new System.Windows.Forms.Label();
    56       this.lbStatusCaption = new System.Windows.Forms.Label();
    5755      this.btnDisconnect = new System.Windows.Forms.Button();
    5856      this.btConnect = new System.Windows.Forms.Button();
     
    9088      this.pictureBox1 = new System.Windows.Forms.PictureBox();
    9189      this.groupBox1 = new System.Windows.Forms.GroupBox();
     90      this.txtTimeTo = new System.Windows.Forms.TextBox();
     91      this.label3 = new System.Windows.Forms.Label();
    9292      this.txttimeFrom = new System.Windows.Forms.TextBox();
    9393      this.lblTimeFrame = new System.Windows.Forms.Label();
     
    9999      this.btCreate = new System.Windows.Forms.Button();
    100100      this.mcOnline = new System.Windows.Forms.MonthCalendar();
    101       this.txtTimeTo = new System.Windows.Forms.TextBox();
    102       this.label3 = new System.Windows.Forms.Label();
     101      this.groupBox2 = new System.Windows.Forms.GroupBox();
    103102      this.tcClientConsole.SuspendLayout();
    104103      this.tpConnection.SuspendLayout();
     
    111110      ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
    112111      this.groupBox1.SuspendLayout();
     112      this.groupBox2.SuspendLayout();
    113113      this.SuspendLayout();
    114114      //
    115115      // dvOnline
    116116      //
    117       drawTool3.DayView = this.dvOnline;
    118       this.dvOnline.ActiveTool = drawTool3;
     117      drawTool5.DayView = this.dvOnline;
     118      this.dvOnline.ActiveTool = drawTool5;
    119119      this.dvOnline.AmPmDisplay = false;
    120120      this.dvOnline.AppointmentHeightMode = Calendar.AppHeightDrawMode.TrueHeightAll;
     
    149149      // tpConnection
    150150      //
     151      this.tpConnection.Controls.Add(this.groupBox2);
    151152      this.tpConnection.Controls.Add(this.gbServerConnection);
    152153      this.tpConnection.Controls.Add(this.gbJobCommon);
     
    162163      this.tpConnection.UseVisualStyleBackColor = true;
    163164      //
     165      // btn_clientShutdown
     166      //
     167      this.btn_clientShutdown.Image = global::HeuristicLab.Hive.Client.Console.Properties.Resources.shutdown_icon;
     168      this.btn_clientShutdown.Location = new System.Drawing.Point(13, 44);
     169      this.btn_clientShutdown.Name = "btn_clientShutdown";
     170      this.btn_clientShutdown.Size = new System.Drawing.Size(61, 55);
     171      this.btn_clientShutdown.TabIndex = 8;
     172      this.btn_clientShutdown.UseVisualStyleBackColor = true;
     173      this.btn_clientShutdown.Click += new System.EventHandler(this.btn_clientShutdown_Click);
     174      //
    164175      // gbServerConnection
    165176      //
    166       this.gbServerConnection.Controls.Add(this.btn_clientShutdown);
    167       this.gbServerConnection.Controls.Add(this.lbStatus);
    168       this.gbServerConnection.Controls.Add(this.lbStatusCaption);
    169177      this.gbServerConnection.Controls.Add(this.btnDisconnect);
    170178      this.gbServerConnection.Controls.Add(this.btConnect);
     
    175183      this.gbServerConnection.Location = new System.Drawing.Point(424, 6);
    176184      this.gbServerConnection.Name = "gbServerConnection";
    177       this.gbServerConnection.Size = new System.Drawing.Size(414, 133);
     185      this.gbServerConnection.Size = new System.Drawing.Size(316, 133);
    178186      this.gbServerConnection.TabIndex = 15;
    179187      this.gbServerConnection.TabStop = false;
    180188      this.gbServerConnection.Text = "Server connection";
    181189      //
    182       // btn_clientShutdown
    183       //
    184       this.btn_clientShutdown.Location = new System.Drawing.Point(257, 80);
    185       this.btn_clientShutdown.Name = "btn_clientShutdown";
    186       this.btn_clientShutdown.Size = new System.Drawing.Size(147, 23);
    187       this.btn_clientShutdown.TabIndex = 8;
    188       this.btn_clientShutdown.Text = "Shutdown Client";
    189       this.btn_clientShutdown.UseVisualStyleBackColor = true;
    190       this.btn_clientShutdown.Click += new System.EventHandler(this.btn_clientShutdown_Click);
    191       //
    192       // lbStatus
    193       //
    194       this.lbStatus.AutoSize = true;
    195       this.lbStatus.Location = new System.Drawing.Point(74, 80);
    196       this.lbStatus.Name = "lbStatus";
    197       this.lbStatus.Size = new System.Drawing.Size(50, 13);
    198       this.lbStatus.TabIndex = 7;
    199       this.lbStatus.Text = "loading...";
    200       //
    201       // lbStatusCaption
    202       //
    203       this.lbStatusCaption.AutoSize = true;
    204       this.lbStatusCaption.Location = new System.Drawing.Point(17, 80);
    205       this.lbStatusCaption.Name = "lbStatusCaption";
    206       this.lbStatusCaption.Size = new System.Drawing.Size(40, 13);
    207       this.lbStatusCaption.TabIndex = 6;
    208       this.lbStatusCaption.Text = "Status:";
    209       //
    210190      // btnDisconnect
    211191      //
    212       this.btnDisconnect.Location = new System.Drawing.Point(257, 51);
     192      this.btnDisconnect.Location = new System.Drawing.Point(159, 96);
    213193      this.btnDisconnect.Name = "btnDisconnect";
    214194      this.btnDisconnect.Size = new System.Drawing.Size(147, 23);
     
    220200      // btConnect
    221201      //
    222       this.btConnect.Location = new System.Drawing.Point(257, 23);
     202      this.btConnect.Location = new System.Drawing.Point(6, 96);
    223203      this.btConnect.Name = "btConnect";
    224204      this.btConnect.Size = new System.Drawing.Size(147, 23);
     
    232212      this.tbPort.Location = new System.Drawing.Point(77, 51);
    233213      this.tbPort.Name = "tbPort";
    234       this.tbPort.Size = new System.Drawing.Size(143, 20);
     214      this.tbPort.Size = new System.Drawing.Size(229, 20);
    235215      this.tbPort.TabIndex = 3;
    236216      //
     
    239219      this.tbIPAdress.Location = new System.Drawing.Point(77, 25);
    240220      this.tbIPAdress.Name = "tbIPAdress";
    241       this.tbIPAdress.Size = new System.Drawing.Size(143, 20);
     221      this.tbIPAdress.Size = new System.Drawing.Size(229, 20);
    242222      this.tbIPAdress.TabIndex = 2;
    243223      //
     
    247227      this.lbServerIPCaption.Location = new System.Drawing.Point(17, 28);
    248228      this.lbServerIPCaption.Name = "lbServerIPCaption";
    249       this.lbServerIPCaption.Size = new System.Drawing.Size(54, 13);
     229      this.lbServerIPCaption.Size = new System.Drawing.Size(60, 13);
    250230      this.lbServerIPCaption.TabIndex = 0;
    251       this.lbServerIPCaption.Text = "IP adress:";
     231      this.lbServerIPCaption.Text = "IP address:";
    252232      //
    253233      // lbPortCaption
     
    482462      //
    483463      this.chMessage.Text = "Message";
    484       this.chMessage.Width = 163;
     464      this.chMessage.Width = 157;
    485465      //
    486466      // chDate
     
    539519      this.groupBox1.Text = "Create";
    540520      //
     521      // txtTimeTo
     522      //
     523      this.txtTimeTo.Location = new System.Drawing.Point(166, 89);
     524      this.txtTimeTo.Name = "txtTimeTo";
     525      this.txtTimeTo.Size = new System.Drawing.Size(31, 20);
     526      this.txtTimeTo.TabIndex = 29;
     527      //
     528      // label3
     529      //
     530      this.label3.AutoSize = true;
     531      this.label3.Location = new System.Drawing.Point(137, 92);
     532      this.label3.Name = "label3";
     533      this.label3.Size = new System.Drawing.Size(23, 13);
     534      this.label3.TabIndex = 28;
     535      this.label3.Text = "To:";
     536      //
    541537      // txttimeFrom
    542538      //
     
    615611      this.mcOnline.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcOnline_DateChanged);
    616612      //
    617       // txtTimeTo
    618       //
    619       this.txtTimeTo.Location = new System.Drawing.Point(166, 89);
    620       this.txtTimeTo.Name = "txtTimeTo";
    621       this.txtTimeTo.Size = new System.Drawing.Size(31, 20);
    622       this.txtTimeTo.TabIndex = 29;
    623       //
    624       // label3
    625       //
    626       this.label3.AutoSize = true;
    627       this.label3.Location = new System.Drawing.Point(137, 92);
    628       this.label3.Name = "label3";
    629       this.label3.Size = new System.Drawing.Size(23, 13);
    630       this.label3.TabIndex = 28;
    631       this.label3.Text = "To:";
     613      // groupBox2
     614      //
     615      this.groupBox2.Controls.Add(this.btn_clientShutdown);
     616      this.groupBox2.Location = new System.Drawing.Point(746, 8);
     617      this.groupBox2.Name = "groupBox2";
     618      this.groupBox2.Size = new System.Drawing.Size(86, 131);
     619      this.groupBox2.TabIndex = 16;
     620      this.groupBox2.TabStop = false;
     621      this.groupBox2.Text = "Shutdown";
    632622      //
    633623      // HiveClientConsole
     
    655645      this.groupBox1.ResumeLayout(false);
    656646      this.groupBox1.PerformLayout();
     647      this.groupBox2.ResumeLayout(false);
    657648      this.ResumeLayout(false);
    658649
     
    692683    private System.Windows.Forms.GroupBox gbServerConnection;
    693684    private System.Windows.Forms.Button btn_clientShutdown;
    694     private System.Windows.Forms.Label lbStatus;
    695     private System.Windows.Forms.Label lbStatusCaption;
    696685    private System.Windows.Forms.Button btnDisconnect;
    697686    private System.Windows.Forms.Button btConnect;
     
    714703    private System.Windows.Forms.TextBox txtTimeTo;
    715704    private System.Windows.Forms.Label label3;
     705    private System.Windows.Forms.GroupBox groupBox2;
    716706  }
    717707}
Note: See TracChangeset for help on using the changeset viewer.