Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/18/08 17:18:26 (16 years ago)
Author:
aleitner
Message:

Refactoring Tab-order, renaming (#380)

File:
1 edited

Legend:

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

    r1030 r1037  
    7878      this.tbOne.Name = "tbOne";
    7979      this.tbOne.Size = new System.Drawing.Size(212, 20);
    80       this.tbOne.TabIndex = 2;
     80      this.tbOne.TabIndex = 1;
    8181      //
    8282      // cbGroups
     
    9696      this.btnAdd.Text = "Add";
    9797      this.btnAdd.UseVisualStyleBackColor = true;
    98       this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     98      this.btnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
    9999      //
    100100      // btnClose
     
    106106      this.btnClose.Text = "Close";
    107107      this.btnClose.UseVisualStyleBackColor = true;
    108       this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     108      this.btnClose.Click += new System.EventHandler(this.BtnClose_Click);
    109109      //
    110110      // tbPwd
     
    113113      this.tbPwd.Name = "tbPwd";
    114114      this.tbPwd.Size = new System.Drawing.Size(212, 20);
    115       this.tbPwd.TabIndex = 7;
     115      this.tbPwd.TabIndex = 2;
     116      this.tbPwd.UseSystemPasswordChar = true;
    116117      //
    117118      // lblPassword
     
    121122      this.lblPassword.Name = "lblPassword";
    122123      this.lblPassword.Size = new System.Drawing.Size(53, 13);
    123       this.lblPassword.TabIndex = 6;
     124      this.lblPassword.TabIndex = 0;
    124125      this.lblPassword.Text = "Password";
    125126      //
     
    139140      this.Controls.Add(this.lblOne);
    140141      this.Name = "AddUserForm";
    141       this.Text = "AddNewForm";
     142      this.Text = "AddUserForm";
    142143      this.ResumeLayout(false);
    143144      this.PerformLayout();
Note: See TracChangeset for help on using the changeset viewer.