📄 passphraserequestform.dfm
字号:
object frmPassphraseRequest: TfrmPassphraseRequest
Left = 587
Top = 600
BorderStyle = bsDialog
Caption = 'Enter Password'
ClientHeight = 113
ClientWidth = 429
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 lblPrompt: TLabel
Left = 12
Top = 8
Width = 260
Height = 13
Caption = 'Please enter passphrase for the following key:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
WordWrap = True
end
object lbKeyID: TLabel
Left = 12
Top = 30
Width = 397
Height = 13
AutoSize = False
Caption = '0000'
end
object edPassphrase: TEdit
Left = 12
Top = 52
Width = 405
Height = 21
PasswordChar = '*'
TabOrder = 0
end
object btnOK: TButton
Left = 261
Top = 83
Width = 75
Height = 23
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object btnCancel: TButton
Left = 343
Top = 83
Width = 75
Height = 23
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -