|
@@ -51,7 +51,7 @@
|
|
|
"管理员",
|
|
|
"超级管理员"});
|
|
|
this.cbb_UserName.Location = new System.Drawing.Point(448, 147);
|
|
|
- this.cbb_UserName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.cbb_UserName.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.cbb_UserName.MaxDropDownItems = 15;
|
|
|
this.cbb_UserName.Name = "cbb_UserName";
|
|
|
this.cbb_UserName.Size = new System.Drawing.Size(194, 29);
|
|
@@ -61,12 +61,11 @@
|
|
|
//
|
|
|
this.txt_Password.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.txt_Password.Location = new System.Drawing.Point(448, 208);
|
|
|
- this.txt_Password.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.txt_Password.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.txt_Password.Name = "txt_Password";
|
|
|
this.txt_Password.PasswordChar = '*';
|
|
|
this.txt_Password.Size = new System.Drawing.Size(194, 31);
|
|
|
this.txt_Password.TabIndex = 0;
|
|
|
- this.txt_Password.Text = "123789";
|
|
|
this.txt_Password.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_Password_KeyDown);
|
|
|
//
|
|
|
// label1
|
|
@@ -116,7 +115,7 @@
|
|
|
this.bt_Exit.Image = ((System.Drawing.Image)(resources.GetObject("bt_Exit.Image")));
|
|
|
this.bt_Exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
this.bt_Exit.Location = new System.Drawing.Point(482, 387);
|
|
|
- this.bt_Exit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.bt_Exit.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.bt_Exit.Name = "bt_Exit";
|
|
|
this.bt_Exit.Size = new System.Drawing.Size(164, 60);
|
|
|
this.bt_Exit.TabIndex = 2;
|
|
@@ -132,7 +131,7 @@
|
|
|
this.bt_Login.Image = ((System.Drawing.Image)(resources.GetObject("bt_Login.Image")));
|
|
|
this.bt_Login.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
this.bt_Login.Location = new System.Drawing.Point(296, 387);
|
|
|
- this.bt_Login.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.bt_Login.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.bt_Login.Name = "bt_Login";
|
|
|
this.bt_Login.Size = new System.Drawing.Size(164, 60);
|
|
|
this.bt_Login.TabIndex = 1;
|
|
@@ -173,7 +172,7 @@
|
|
|
this.Controls.Add(this.cbb_UserName);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
- this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.MaximizeBox = false;
|
|
|
this.MinimizeBox = false;
|
|
|
this.Name = "Form_UserLogin";
|