Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/21/09 17:14:26 (15 years ago)
Author:
aleitner
Message:

updated details panels, onclick methods on TreeView (#452)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Console/HiveServerConsole.Designer.cs

    r1089 r1164  
    127127      this.tbPort.Size = new System.Drawing.Size(189, 20);
    128128      this.tbPort.TabIndex = 6;
     129      this.tbPort.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HiveServerConsole_KeyPress);
    129130      //
    130131      // tbIp
     
    134135      this.tbIp.Size = new System.Drawing.Size(191, 20);
    135136      this.tbIp.TabIndex = 5;
     137      this.tbIp.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HiveServerConsole_KeyPress);
    136138      //
    137139      // btnLogin
     
    144146      this.btnLogin.UseVisualStyleBackColor = true;
    145147      this.btnLogin.Click += new System.EventHandler(this.BtnLogin_Click);
     148      this.btnLogin.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HiveServerConsole_KeyPress);
    146149      //
    147150      // groupBox1
     
    164167      this.tbUserName.Size = new System.Drawing.Size(189, 20);
    165168      this.tbUserName.TabIndex = 2;
     169      this.tbUserName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HiveServerConsole_KeyPress);
    166170      //
    167171      // lblPwd
     
    190194      this.tbPwd.TabIndex = 3;
    191195      this.tbPwd.UseSystemPasswordChar = true;
     196      this.tbPwd.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HiveServerConsole_KeyPress);
    192197      //
    193198      // lblError
     
    213218      this.Name = "HiveServerConsole";
    214219      this.Text = "Server Console";
     220      this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HiveServerConsole_KeyPress);
    215221      this.msServerConsole.ResumeLayout(false);
    216222      this.msServerConsole.PerformLayout();
Note: See TracChangeset for help on using the changeset viewer.