📄 passwordrequestform.dfm
字号:
object frmRequestPassword: TfrmRequestPassword
Left = 192
Top = 107
BorderStyle = bsDialog
Caption = 'Password request'
ClientHeight = 91
ClientWidth = 316
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object lPrompt: TLabel
Left = 8
Top = 8
Width = 35
Height = 13
Caption = 'lPrompt'
end
object editPassword: TEdit
Left = 8
Top = 24
Width = 297
Height = 21
PasswordChar = '*'
TabOrder = 0
end
object btnOK: TButton
Left = 80
Top = 56
Width = 75
Height = 25
Caption = 'OK'
Default = True
TabOrder = 1
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 160
Top = 56
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
TabOrder = 2
OnClick = btnCancelClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -