📄 db_login.dfm
字号:
object w_db_login: Tw_db_login
Left = 332
Top = 218
BorderStyle = bsDialog
Caption = #36830#25509#25968#25454#24211
ClientHeight = 78
ClientWidth = 225
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnKeyPress = FormKeyPress
PixelsPerInch = 96
TextHeight = 12
object Label2: TLabel
Left = 23
Top = 17
Width = 54
Height = 12
Caption = #29992#25143#21517'(&U)'
FocusControl = ed_user
end
object Label3: TLabel
Left = 23
Top = 49
Width = 54
Height = 12
Caption = #23494' '#30721'(&P)'
FocusControl = ed_pass
end
object ed_user: TEdit
Left = 99
Top = 12
Width = 100
Height = 20
MaxLength = 15
TabOrder = 0
OnKeyPress = ed_userKeyPress
end
object ed_pass: TEdit
Left = 99
Top = 44
Width = 100
Height = 20
MaxLength = 15
PasswordChar = '*'
TabOrder = 1
OnKeyPress = ed_passKeyPress
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -