提交
This commit is contained in:
3
DHSoftware/LoginWindow.Designer.cs
generated
3
DHSoftware/LoginWindow.Designer.cs
generated
@ -53,6 +53,7 @@
|
||||
iptName.PlaceholderText = "请输入用户名";
|
||||
iptName.Size = new Size(227, 37);
|
||||
iptName.TabIndex = 1;
|
||||
iptName.Text = "user";
|
||||
//
|
||||
// iptPwd
|
||||
//
|
||||
@ -62,6 +63,7 @@
|
||||
iptPwd.PlaceholderText = "请输入密码";
|
||||
iptPwd.Size = new Size(227, 37);
|
||||
iptPwd.TabIndex = 2;
|
||||
iptPwd.Text = "123";
|
||||
iptPwd.UseSystemPasswordChar = true;
|
||||
//
|
||||
// button_cancel
|
||||
@ -101,7 +103,6 @@
|
||||
Name = "LoginWindow";
|
||||
StartPosition = FormStartPosition.CenterScreen;
|
||||
Text = "登录界面";
|
||||
|
||||
ResumeLayout(false);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user