⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 freeotfefrmvolproperties.dfm

📁 文件驱动加密,功能强大,可产生加密分区,支持AES,MD2,MD4,MD5MD2, MD4, MD5, RIPEMD-128, RIPEMD-160, SHA-1, SHA-224, SHA-256,
💻 DFM
字号:
object frmFreeOTFEVolProperties: TfrmFreeOTFEVolProperties
  Left = 322
  Top = 353
  BorderStyle = bsDialog
  Caption = 'FreeOTFE Volume Properties'
  ClientHeight = 241
  ClientWidth = 379
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label15: TLabel
    Left = 8
    Top = 60
    Width = 60
    Height = 13
    Caption = '&Mounted for:'
    FocusControl = edReadOnly
  end
  object Label22: TLabel
    Left = 8
    Top = 12
    Width = 28
    Height = 13
    Caption = '&Drive:'
    FocusControl = edDrive
  end
  object Label5: TLabel
    Left = 8
    Top = 36
    Width = 38
    Height = 13
    Caption = '&Volume:'
    FocusControl = edVolumeFile
  end
  object Label7: TLabel
    Left = 8
    Top = 180
    Width = 95
    Height = 13
    Caption = 'M&ounted on device:'
    FocusControl = edDeviceName
  end
  object Label6: TLabel
    Left = 8
    Top = 156
    Width = 61
    Height = 13
    Caption = '&Main cypher:'
    FocusControl = edMainCypher
  end
  object lblIVHash: TLabel
    Left = 8
    Top = 108
    Width = 84
    Height = 13
    Caption = '&IV hash algorithm:'
    FocusControl = edIVHash
  end
  object Label2: TLabel
    Left = 8
    Top = 84
    Width = 52
    Height = 13
    Caption = '&Sector IVs:'
    FocusControl = edSectorIVGenMethod
  end
  object lblIVCypher: TLabel
    Left = 8
    Top = 132
    Width = 48
    Height = 13
    Caption = 'I&V cypher:'
    FocusControl = edIVCypher
  end
  object pbOK: TButton
    Left = 152
    Top = 208
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 0
  end
  object edDrive: TEdit
    Left = 108
    Top = 8
    Width = 261
    Height = 21
    Color = clBtnFace
    ReadOnly = True
    TabOrder = 1
    Text = 'edDrive'
  end
  object edDeviceName: TEdit
    Left = 108
    Top = 176
    Width = 261
    Height = 21
    Color = clBtnFace
    ReadOnly = True
    TabOrder = 9
    Text = 'edDeviceName'
  end
  object edVolumeFile: TEdit
    Left = 108
    Top = 32
    Width = 261
    Height = 21
    Color = clBtnFace
    ReadOnly = True
    TabOrder = 2
    Text = 'edVolumeFile'
  end
  object edReadOnly: TEdit
    Left = 108
    Top = 56
    Width = 261
    Height = 21
    Color = clBtnFace
    ReadOnly = True
    TabOrder = 3
    Text = 'edReadOnly'
  end
  object edMainCypher: TEdit
    Left = 108
    Top = 152
    Width = 241
    Height = 21
    Color = clBtnFace
    ReadOnly = True
    TabOrder = 7
    Text = 'edMainCypher'
  end
  object pbInfoMainCypher: TButton
    Left = 348
    Top = 152
    Width = 21
    Height = 21
    Caption = '?'
    TabOrder = 8
    OnClick = pbInfoMainCypherClick
  end
  object pbInfoIVHash: TButton
    Left = 348
    Top = 104
    Width = 21
    Height = 21
    Caption = '?'
    TabOrder = 6
    OnClick = pbInfoIVHashClick
  end
  object edIVHash: TEdit
    Left = 108
    Top = 104
    Width = 241
    Height = 21
    Color = clBtnFace
    ReadOnly = True
    TabOrder = 5
    Text = 'edIVHash'
  end
  object edSectorIVGenMethod: TEdit
    Left = 108
    Top = 80
    Width = 261
    Height = 21
    Color = clBtnFace
    ReadOnly = True
    TabOrder = 4
    Text = 'edSectorIVGenMethod'
  end
  object pbInfoIVCypher: TButton
    Left = 348
    Top = 128
    Width = 21
    Height = 21
    Caption = '?'
    TabOrder = 10
    OnClick = pbInfoIVCypherClick
  end
  object edIVCypher: TEdit
    Left = 108
    Top = 128
    Width = 241
    Height = 21
    Color = clBtnFace
    ReadOnly = True
    TabOrder = 11
    Text = 'edIVCypher'
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -