📄 login.~dfm
字号:
object frmLogin: TfrmLogin
Left = 192
Top = 107
Width = 553
Height = 371
BorderIcons = [biSystemMenu]
Caption = #30331#24405
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poScreenCenter
Visible = True
OnClose = FormClose
PixelsPerInch = 120
TextHeight = 16
object Label1: TLabel
Left = 167
Top = 119
Width = 74
Height = 16
AutoSize = False
Caption = #29992#25143#21517
end
object Label2: TLabel
Left = 167
Top = 167
Width = 74
Height = 16
AutoSize = False
Caption = #23494' '#30721
end
object btnLogin: TButton
Left = 108
Top = 244
Width = 126
Height = 33
Caption = #30331#24405
TabOrder = 2
OnClick = btnLoginClick
end
object btnCancel: TButton
Left = 378
Top = 245
Width = 125
Height = 33
Caption = #21462#28040
TabOrder = 3
OnClick = btnCancelClick
end
object edtUserID: TEdit
Left = 267
Top = 113
Width = 134
Height = 24
MaxLength = 10
TabOrder = 0
end
object edtPassword: TEdit
Left = 267
Top = 160
Width = 134
Height = 24
ImeMode = imDisable
MaxLength = 10
PasswordChar = '*'
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -