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

📄 freeotfefrmmain.dfm

📁 文件驱动加密,功能强大,可产生加密分区,支持AES,MD2,MD4,MD5MD2, MD4, MD5, RIPEMD-128, RIPEMD-160, SHA-1, SHA-224, SHA-256,
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object frmFreeOTFEMain: TfrmFreeOTFEMain
  Left = 625
  Top = 509
  Caption = 'Caption set to application title'
  ClientHeight = 265
  ClientWidth = 326
  Color = clBtnFace
  Constraints.MinHeight = 150
  Constraints.MinWidth = 300
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = mmMain
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 13
  object lvDrives: TListView
    Left = 0
    Top = 29
    Width = 326
    Height = 217
    Align = alClient
    Columns = <>
    PopupMenu = pmDrives
    TabOrder = 0
    OnClick = lvDrivesClick
    OnDblClick = lvDrivesDblClick
    OnResize = lvDrivesResize
    OnSelectItem = lvDrivesSelectItem
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 326
    Height = 29
    Caption = 'ToolBar1'
    Images = ilToolbarIcons
    TabOrder = 1
    object ToolButton1: TToolButton
      Left = 0
      Top = 0
      Action = actFreeOTFENew
    end
    object ToolButton2: TToolButton
      Left = 23
      Top = 0
      Width = 8
      Caption = 'ToolButton2'
      ImageIndex = 1
      Style = tbsSeparator
    end
    object ToolButton3: TToolButton
      Left = 31
      Top = 0
      Action = actFreeOTFEMountFile
    end
    object ToolButton4: TToolButton
      Left = 54
      Top = 0
      Action = actFreeOTFEMountPartition
    end
    object ToolButton5: TToolButton
      Left = 77
      Top = 0
      Width = 8
      Caption = 'ToolButton5'
      ImageIndex = 3
      Style = tbsSeparator
    end
    object ToolButton6: TToolButton
      Left = 85
      Top = 0
      Action = actDismount
    end
    object ToolButton7: TToolButton
      Left = 108
      Top = 0
      Action = actDismountAll
    end
    object ToolButton8: TToolButton
      Left = 131
      Top = 0
      Width = 8
      Caption = 'ToolButton8'
      ImageIndex = 5
      Style = tbsSeparator
    end
    object pbtbTogglePortableMode: TToolButton
      Left = 139
      Top = 0
      Action = actTogglePortableMode
      Style = tbsCheck
      OnMouseUp = pbtbTogglePortableModeMouseUp
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 246
    Width = 326
    Height = 19
    Panels = <>
  end
  object ilDriveIcons: TImageList
    ImageType = itMask
    Left = 12
    Top = 132
  end
  object pmDrives: TPopupMenu
    Images = ilToolbarIcons
    Left = 44
    Top = 132
    object miPopupDismount: TMenuItem
      Action = actDismount
    end
    object miPopupDismountAll: TMenuItem
      Action = actDismountAll
    end
    object N6: TMenuItem
      Caption = '-'
    end
    object miPopupFormat: TMenuItem
      Action = actFormat
    end
    object miPopupOverwriteFreeSpace: TMenuItem
      Action = actOverwriteFreeSpace
    end
    object N2: TMenuItem
      Caption = '-'
    end
    object miPopupProperties: TMenuItem
      Action = actProperties
    end
  end
  object mmMain: TMainMenu
    Images = ilToolbarIcons
    Left = 20
    Top = 36
    object File1: TMenuItem
      Caption = '&File'
      object miFreeOTFENew: TMenuItem
        Action = actFreeOTFENew
      end
      object miFreeOTFEMountFile: TMenuItem
        Action = actFreeOTFEMountFile
      end
      object miFreeOTFEMountPartition: TMenuItem
        Action = actFreeOTFEMountPartition
      end
      object miDismountMain: TMenuItem
        Action = actDismount
      end
      object miDismountAllMain: TMenuItem
        Action = actDismountAll
      end
      object N4: TMenuItem
        Caption = '-'
      end
      object miLinuxVolume: TMenuItem
        Caption = '&Linux volume'
        object miLinuxNew: TMenuItem
          Action = actLinuxNew
        end
        object miLinuxMountFile: TMenuItem
          Action = actLinuxMountFile
        end
        object miLinuxMountPartition: TMenuItem
          Action = actLinuxMountPartition
        end
        object miLinuxDismount: TMenuItem
          Action = actDismount
        end
        object N9: TMenuItem
          Caption = '-'
        end
        object miLUKSDump: TMenuItem
          Caption = '&Dump LUKS details to human readable file...'
          OnClick = miLUKSDumpClick
        end
      end
      object N5: TMenuItem
        Caption = '-'
      end
      object miFreeOTFEDrivers: TMenuItem
        Action = actDrivers
      end
      object N3: TMenuItem
        Caption = '-'
      end
      object miExit: TMenuItem
        Action = actExit
      end
    end
    object View1: TMenuItem
      Caption = '&View'
      object miProperties: TMenuItem
        Action = actProperties
      end
      object N10: TMenuItem
        Caption = '-'
      end
      object miOptions: TMenuItem
        Caption = 'Options...'
        OnClick = miOptionsClick
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object miRefresh: TMenuItem
        Action = actRefresh
      end
    end
    object miTools: TMenuItem
      Caption = '&Tools'
      object miPortableModeDrivers: TMenuItem
        Action = actTogglePortableMode
      end
      object N7: TMenuItem
        Caption = '-'
      end
      object miFormat: TMenuItem
        Action = actFormat
      end
      object miOverwriteFreeSpace: TMenuItem
        Action = actOverwriteFreeSpace
      end
      object N8: TMenuItem
        Caption = '-'
      end
      object miCreateKeyfile: TMenuItem
        Caption = '&Create keyfile...'
        OnClick = miCreateKeyfileClick
      end
      object miChangePassword: TMenuItem
        Caption = 'Change volume/keyfile &password/details...'
        OnClick = miChangePasswordClick
      end
      object miCDB: TMenuItem
        Caption = 'Critical data &block'
        object miCDBBackup: TMenuItem
          Caption = '&Backup...'
          OnClick = miCDBBackupClick
        end
        object miCDBRestore: TMenuItem
          Caption = '&Restore...'
          OnClick = miCDBRestoreClick
        end
        object miCDBPlaintextDump: TMenuItem
          Caption = '&Dump to human readable file...'
          OnClick = miCDBPlaintextDumpClick
        end
      end
    end
    object Help1: TMenuItem
      Caption = '&Help'
      object About1: TMenuItem
        Caption = '&About FreeOTFE...'
        OnClick = About1Click
      end
    end
  end
  object OpenDialog: TOpenDialog
    Filter = 'All files (*.*)|*.*'
    Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
    Left = 180
    Top = 88
  end
  object OTFEFreeOTFE: TOTFEFreeOTFE
    Active = False
    Left = 180

⌨️ 快捷键说明

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