📄 login.~dfm
字号:
object F_login: TF_login
Left = 335
Top = 288
Width = 344
Height = 209
Caption = #30331#24405' '
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 48
Top = 40
Width = 48
Height = 13
Caption = #25805#20316#21592#65306
end
object Label2: TLabel
Left = 48
Top = 88
Width = 36
Height = 13
Caption = #23494#30721#65306
end
object b_ok: TBitBtn
Left = 64
Top = 120
Width = 57
Height = 25
Caption = #30331#24405' '
TabOrder = 2
OnClick = b_okClick
end
object b_exit: TBitBtn
Left = 192
Top = 120
Width = 57
Height = 25
Caption = #21462#28040
TabOrder = 3
OnClick = b_exitClick
end
object e_pass: TEdit
Left = 112
Top = 83
Width = 156
Height = 20
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
MaxLength = 6
ParentFont = False
PasswordChar = '*'
TabOrder = 1
OnKeyPress = e_passKeyPress
end
object e_czy: TEdit
Left = 112
Top = 32
Width = 153
Height = 21
TabOrder = 0
OnChange = e_czyChange
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -