登录修改
This commit is contained in:
Generated
+13
-14
@@ -54,7 +54,6 @@
|
||||
this.txt_LoginPwd.PasswordChar = '*';
|
||||
this.txt_LoginPwd.Size = new System.Drawing.Size(276, 41);
|
||||
this.txt_LoginPwd.TabIndex = 1;
|
||||
this.txt_LoginPwd.Text = "Admin";
|
||||
//
|
||||
// txt_LoginName
|
||||
//
|
||||
@@ -70,6 +69,19 @@
|
||||
this.txt_LoginName.DoubleClick += new System.EventHandler(this.txt_LoginName_DoubleClick);
|
||||
this.txt_LoginName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_LoginName_KeyDown);
|
||||
//
|
||||
// btn_Login
|
||||
//
|
||||
this.btn_Login.DefaultBack = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(85)))));
|
||||
this.btn_Login.DefaultBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(85)))));
|
||||
this.btn_Login.Font = new System.Drawing.Font("Microsoft JhengHei UI", 24F);
|
||||
this.btn_Login.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(251)))), ((int)(((byte)(251)))));
|
||||
this.btn_Login.Location = new System.Drawing.Point(441, 392);
|
||||
this.btn_Login.Name = "btn_Login";
|
||||
this.btn_Login.Size = new System.Drawing.Size(380, 68);
|
||||
this.btn_Login.TabIndex = 15;
|
||||
this.btn_Login.Text = "登录";
|
||||
this.btn_Login.Click += new System.EventHandler(this.btn_Login_Click);
|
||||
//
|
||||
// pictureBox1
|
||||
//
|
||||
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
||||
@@ -140,19 +152,6 @@
|
||||
this.pageHeader1.TabIndex = 14;
|
||||
this.pageHeader1.Text = " ";
|
||||
//
|
||||
// btn_Login
|
||||
//
|
||||
this.btn_Login.DefaultBack = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(85)))));
|
||||
this.btn_Login.DefaultBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(85)))));
|
||||
this.btn_Login.Font = new System.Drawing.Font("Microsoft JhengHei UI", 24F);
|
||||
this.btn_Login.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(251)))), ((int)(((byte)(251)))));
|
||||
this.btn_Login.Location = new System.Drawing.Point(441, 392);
|
||||
this.btn_Login.Name = "btn_Login";
|
||||
this.btn_Login.Size = new System.Drawing.Size(380, 68);
|
||||
this.btn_Login.TabIndex = 15;
|
||||
this.btn_Login.Text = "登录";
|
||||
this.btn_Login.Click += new System.EventHandler(this.btn_Login_Click);
|
||||
//
|
||||
// FrmLogin
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||||
|
||||
Reference in New Issue
Block a user