📄 keys.dfm
字号:
object frmPrivateKeys: TfrmPrivateKeys
Left = 250
Top = 215
BorderStyle = bsDialog
Caption = 'Key Selection'
ClientHeight = 206
ClientWidth = 394
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 = 12
Width = 124
Height = 13
Caption = 'Please, select private key:'
end
object btnOK: TButton
Left = 220
Top = 172
Width = 75
Height = 23
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object btnCancel: TButton
Left = 306
Top = 172
Width = 75
Height = 23
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object lstKeys: TListBox
Left = 12
Top = 32
Width = 371
Height = 131
Anchors = [akLeft, akTop, akRight, akBottom]
ItemHeight = 13
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -