📄 encpropsform.dfm
字号:
object frmEncryptionProps: TfrmEncryptionProps
Left = 196
Top = 114
BorderStyle = bsDialog
Caption = 'Encryption properties'
ClientHeight = 241
ClientWidth = 368
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object lTitle: TLabel
Left = 8
Top = 8
Width = 134
Height = 13
Caption = 'The document is encrypted.'
end
object lHandlerName: TLabel
Left = 8
Top = 32
Width = 111
Height = 13
Caption = 'Security handler name:'
end
object lHandlerDescription: TLabel
Left = 8
Top = 80
Width = 137
Height = 13
Caption = 'Security handler description:'
end
object lMetadataStatus: TLabel
Left = 8
Top = 152
Width = 83
Height = 13
Caption = 'Metadata status:'
end
object lEncryptionAlgorithm: TLabel
Left = 8
Top = 128
Width = 102
Height = 13
Caption = 'Encryption algorithm:'
end
object lHint: TLabel
Left = 8
Top = 176
Width = 337
Height = 25
AutoSize = False
Caption =
'Click '#39'Decrypt'#39' button if you want to decrypt the document or '#39'C' +
'ancel'#39' button otherwise.'
WordWrap = True
end
object editHandlerName: TEdit
Left = 8
Top = 48
Width = 169
Height = 21
ReadOnly = True
TabOrder = 0
end
object editHandlerDescription: TEdit
Left = 8
Top = 96
Width = 353
Height = 21
ReadOnly = True
TabOrder = 1
end
object btnDecrypt: TButton
Left = 208
Top = 208
Width = 75
Height = 25
Caption = 'Decrypt...'
Default = True
TabOrder = 2
OnClick = btnDecryptClick
end
object btnCancel: TButton
Left = 288
Top = 208
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
TabOrder = 3
OnClick = btnCancelClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -