📄 upassword.dfm
字号:
object fmPassword: TfmPassword
Left = 247
Top = 278
BorderStyle = bsDialog
Caption = '密码'
ClientHeight = 84
ClientWidth = 191
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 11
Top = 18
Width = 36
Height = 12
Caption = '密码:'
end
object edPassword: TEdit
Left = 50
Top = 14
Width = 121
Height = 20
PasswordChar = '*'
TabOrder = 0
end
object btnOk: TButton
Left = 15
Top = 48
Width = 75
Height = 25
Caption = '确定(&O)'
Default = True
ModalResult = 1
TabOrder = 1
end
object Button2: TButton
Left = 100
Top = 47
Width = 75
Height = 25
Cancel = True
Caption = '取消(&C)'
ModalResult = 2
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -