📄 keyring.dfm
字号:
object frmSelectKeyring: TfrmSelectKeyring
Left = 250
Top = 158
BorderStyle = bsDialog
Caption = 'Select Keyring Files'
ClientHeight = 134
ClientWidth = 500
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 lblPub: TLabel
Left = 12
Top = 24
Width = 85
Height = 13
Caption = '&Public keyring file:'
end
object lblSec: TLabel
Left = 12
Top = 60
Width = 89
Height = 13
Caption = 'P&rivate keyring file:'
FocusControl = edtSec
end
object edtPub: TEdit
Left = 124
Top = 20
Width = 277
Height = 21
TabOrder = 0
OnChange = edtPubChange
end
object btnPub: TButton
Left = 412
Top = 20
Width = 75
Height = 23
Caption = 'Browse...'
TabOrder = 1
OnClick = btnPubClick
end
object edtSec: TEdit
Left = 124
Top = 56
Width = 277
Height = 21
TabOrder = 2
OnChange = edtSecChange
end
object btnSec: TButton
Left = 412
Top = 56
Width = 75
Height = 23
Caption = 'Browse...'
TabOrder = 3
OnClick = btnSecClick
end
object btnOK: TButton
Left = 326
Top = 98
Width = 75
Height = 23
Caption = 'OK'
Default = True
Enabled = False
ModalResult = 1
TabOrder = 4
end
object btnCancel: TButton
Left = 412
Top = 98
Width = 75
Height = 23
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 5
end
object OpenDlg: TOpenDialog
Left = 24
Top = 92
end
object SaveDlg: TSaveDialog
Left = 64
Top = 92
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -