|
@@ -57,7 +57,7 @@
|
|
|
this.PassWord.Properties.Appearance.Options.UseFont = true;
|
|
this.PassWord.Properties.Appearance.Options.UseFont = true;
|
|
|
this.PassWord.Properties.PasswordChar = '*';
|
|
this.PassWord.Properties.PasswordChar = '*';
|
|
|
this.PassWord.Size = new System.Drawing.Size(145, 28);
|
|
this.PassWord.Size = new System.Drawing.Size(145, 28);
|
|
|
- this.PassWord.TabIndex = 0;
|
|
|
|
|
|
|
+ this.PassWord.TabIndex = 2;
|
|
|
this.PassWord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PassWord_KeyDown);
|
|
this.PassWord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PassWord_KeyDown);
|
|
|
//
|
|
//
|
|
|
// UserName_label
|
|
// UserName_label
|
|
@@ -97,7 +97,7 @@
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
this.Master.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
this.Master.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
|
this.Master.Size = new System.Drawing.Size(145, 28);
|
|
this.Master.Size = new System.Drawing.Size(145, 28);
|
|
|
- this.Master.TabIndex = 5;
|
|
|
|
|
|
|
+ this.Master.TabIndex = 3;
|
|
|
//
|
|
//
|
|
|
// Master_label
|
|
// Master_label
|
|
|
//
|
|
//
|