📄 login.~dfm
字号:
object frmLogin: TfrmLogin
Left = 308
Top = 208
BorderStyle = bsDialog
Caption = #29992#25143#30331#24405
ClientHeight = 113
ClientWidth = 273
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 16
Width = 105
Height = 13
AutoSize = False
Caption = #35831#36755#20837#29992#25143#32534#21495#65306
end
object Label2: TLabel
Left = 24
Top = 40
Width = 105
Height = 13
AutoSize = False
Caption = #35831#36755#20837#29992#25143#23494#30721#65306
end
object edtUserID: TEdit
Left = 136
Top = 8
Width = 113
Height = 21
TabOrder = 0
end
object edtPassword: TEdit
Left = 136
Top = 32
Width = 113
Height = 21
PasswordChar = '#'
TabOrder = 1
end
object btnOK: TButton
Left = 40
Top = 72
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 2
OnClick = btnOKClick
end
object brnCancel: TButton
Left = 160
Top = 72
Width = 75
Height = 25
Caption = 'Cancel'
TabOrder = 3
OnClick = brnCancelClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -