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

📄 freeotfefrmselectoverwritemethod.dfm

📁 文件驱动加密,功能强大,可产生加密分区,支持AES,MD2,MD4,MD5MD2, MD4, MD5, RIPEMD-128, RIPEMD-160, SHA-1, SHA-224, SHA-256,
💻 DFM
字号:
object frmFreeOTFESelectOverwriteMethod: TfrmFreeOTFESelectOverwriteMethod
  Left = 454
  Top = 330
  BorderStyle = bsDialog
  Caption = 'Select Type of Overwrite'
  ClientHeight = 287
  ClientWidth = 271
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 12
    Top = 12
    Width = 248
    Height = 26
    Caption = 
      'Please select the type of data that should be used to overwrite ' +
      'the free space:'
    WordWrap = True
  end
  object Label3: TLabel
    Left = 12
    Top = 44
    Width = 243
    Height = 39
    Caption = 
      'Pseudorandom data - This is faster, but less secure if you wish ' +
      'to create a hidden volume within this volume at a later date.'
    WordWrap = True
  end
  object Label4: TLabel
    Left = 12
    Top = 88
    Width = 234
    Height = 39
    Caption = 
      'Encrypted data - This is more secure, but slower. Pseudorandom d' +
      'ata will be encrypted with your choice of cypher before being wr' +
      'itten to the drive.'
    WordWrap = True
  end
  object pbOK: TButton
    Left = 56
    Top = 248
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    TabOrder = 0
    OnClick = pbOKClick
  end
  object pbCancel: TButton
    Left = 144
    Top = 248
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 1
  end
  object GroupBox1: TGroupBox
    Left = 29
    Top = 136
    Width = 213
    Height = 97
    Caption = 'Type of overwrite data'
    TabOrder = 2
    object rbDataEncrypted: TRadioButton
      Left = 12
      Top = 40
      Width = 113
      Height = 17
      Caption = 'Encrypted data'
      TabOrder = 0
      OnClick = ControlChanged
    end
    object rbDataPseudorandom: TRadioButton
      Left = 12
      Top = 20
      Width = 113
      Height = 17
      Caption = 'Pseudorandom data'
      TabOrder = 1
      OnClick = ControlChanged
    end
    object cbCypher: TComboBox
      Left = 32
      Top = 60
      Width = 145
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 2
      OnChange = ControlChanged
    end
    object pbCypherDetails: TButton
      Left = 176
      Top = 60
      Width = 21
      Height = 21
      Caption = '?'
      TabOrder = 3
      OnClick = pbCypherDetailsClick
    end
  end
end

⌨️ 快捷键说明

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