📄 freeotfefrmcdbdump.dfm
字号:
object frmFreeOTFECDBDump: TfrmFreeOTFECDBDump
Left = 247
Top = 243
BorderStyle = bsDialog
Caption = 'TITLE SET AUTOMATICALLY'
ClientHeight = 357
ClientWidth = 454
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object pbOK: TButton
Left = 145
Top = 320
Width = 75
Height = 25
Caption = 'OK'
Default = True
TabOrder = 2
OnClick = pbOKClick
end
object pbCancel: TButton
Left = 233
Top = 320
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 437
Height = 229
Caption = 'Volume/keyfile details'
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 24
Width = 73
Height = 13
Caption = '&Volume/keyfile:'
FocusControl = edVolumeFilename
end
object Label2: TLabel
Left = 8
Top = 52
Width = 49
Height = 13
Caption = '&Password:'
FocusControl = preUserKey
end
object lblOffset: TLabel
Left = 8
Top = 124
Width = 31
Height = 13
Caption = '&Offset:'
FocusControl = se64Offset
end
object lblOffsetBytes: TLabel
Left = 216
Top = 124
Width = 25
Height = 13
Caption = 'bytes'
end
object lblSaltLengthBits: TLabel
Left = 216
Top = 152
Width = 16
Height = 13
Caption = 'bits'
end
object lblSaltLength: TLabel
Left = 8
Top = 152
Width = 53
Height = 13
Caption = '&Salt length:'
FocusControl = seSaltLength
end
object lblKeyIterations: TLabel
Left = 8
Top = 180
Width = 66
Height = 13
Caption = '&Key iterations:'
FocusControl = seKeyIterations
end
object lblOptional: TLabel
Left = 8
Top = 68
Width = 43
Height = 13
Caption = '(optional)'
end
object edVolumeFilename: TEdit
Left = 88
Top = 20
Width = 289
Height = 21
TabOrder = 0
Text = 'edVolumeFilename'
OnChange = ControlChanged
end
object se64Offset: TSpinEdit64
Left = 88
Top = 120
Width = 121
Height = 22
Increment = 1
TabOrder = 4
end
object preUserKey: TPasswordRichEdit
Left = 88
Top = 48
Width = 337
Height = 65
Lines.Strings = (
'preUserKey')
ScrollBars = ssBoth
TabOrder = 3
end
object seSaltLength: TSpinEdit
Left = 88
Top = 148
Width = 121
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 5
Value = 0
end
object bbBrowsePartition: TBitBtn
Left = 404
Top = 20
Width = 21
Height = 21
TabOrder = 2
OnClick = bbBrowsePartitionClick
Glyph.Data = {
42010000424D4201000000000000760000002800000011000000110000000100
040000000000CC000000C40E0000C40E00001000000000000000000000000000
8000008000000080800080000000800080008080000080808000C0C0C0000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
3333300000003333333333333333300000003333333000333333300000003333
300FFF0033333000000033330FFFFFFF03333000000033330FFFFFFF03333000
000033330FFFFFFF03333000000033330FFFFFFF03333000000033330FFFFFFF
03333000000033330FFFFFFF03333000000033330FF000FF0333300000003333
000FFF0003333000000033330FFFFFFF0333300000003333300FFF0033333000
0000333333300033333330000000333333333333333330000000333333333333
333330000000}
end
object bbBrowseFile: TBitBtn
Left = 380
Top = 20
Width = 21
Height = 21
TabOrder = 1
OnClick = bbBrowseFileClick
Glyph.Data = {
42010000424D4201000000000000760000002800000011000000110000000100
040000000000CC000000C40E0000C40E00001000000000000000000000000000
8000008000000080800080000000800080008080000080808000C0C0C0000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
3333300000003333333333333333300000003333000000000333300000003333
0FFFFFFF03333000000033330FFFFFFF03333000000033330FFFFFFF03333000
000033330FFFFFFF03333000000033330FFFFFFF03333000000033330FFFFFFF
03333000000033330FFFFFFF03333000000033330FFF00000333300000003333
0FFF0FF033333000000033330FFF0F0333333000000033330FFF003333333000
0000333300000333333330000000333333333333333330000000333333333333
333330000000}
end
object seKeyIterations: TSpinEdit
Left = 88
Top = 177
Width = 121
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 6
Value = 0
end
object ckBaseIVCypherOnHashLength: TCheckBox
Left = 8
Top = 204
Width = 177
Height = 17
Caption = 'Base IV cypher on hash length'
TabOrder = 7
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 248
Width = 437
Height = 57
Caption = 'Dump file'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
object Label3: TLabel
Left = 8
Top = 24
Width = 59
Height = 13
Caption = '&Dump to file:'
FocusControl = edDumpFilename
end
object pbBrowseDumpfile: TButton
Left = 404
Top = 20
Width = 21
Height = 21
Caption = '...'
TabOrder = 1
OnClick = pbBrowseDumpfileClick
end
object edDumpFilename: TEdit
Left = 88
Top = 20
Width = 313
Height = 21
TabOrder = 0
Text = 'edDumpFilename'
OnChange = ControlChanged
end
end
object OpenDialog: TOpenDialog
Filter = 'All files (*.*)|*.*'
Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
Left = 372
Top = 48
end
object SaveDialog: TSaveDialog
DefaultExt = 'txt'
Filter = 'Text files (*.txt)|*.txt|All files (*.*)|*.*'
Left = 380
Top = 284
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -