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

📄 freeotfefrmoptions.dfm

📁 文件驱动加密,功能强大,可产生加密分区,支持AES,MD2,MD4,MD5MD2, MD4, MD5, RIPEMD-128, RIPEMD-160, SHA-1, SHA-224, SHA-256,
💻 DFM
字号:
object frmOptions: TfrmOptions
  Left = 441
  Top = 326
  BorderStyle = bsDialog
  Caption = 'Options'
  ClientHeight = 376
  ClientWidth = 515
  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
  PixelsPerInch = 96
  TextHeight = 13
  object lblSettingsLocation: TLabel
    Left = 122
    Top = 275
    Width = 112
    Height = 13
    Caption = '&Save above settings to:'
    FocusControl = cbSettingsLocation
  end
  object pbOK: TButton
    Left = 166
    Top = 332
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    TabOrder = 4
    OnClick = pbOKClick
  end
  object pbCancel: TButton
    Left = 254
    Top = 332
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    TabOrder = 5
    OnClick = pbCancelClick
  end
  object gbSystemTrayIcon: TGroupBox
    Left = 264
    Top = 160
    Width = 233
    Height = 97
    Caption = 'System Tray Icon'
    TabOrder = 1
    object ckUseSystemTrayIcon: TCheckBox
      Left = 12
      Top = 20
      Width = 149
      Height = 17
      Caption = '&Display system tray icon'
      TabOrder = 0
      OnClick = ControlChanged
    end
    object ckMinToIcon: TCheckBox
      Left = 28
      Top = 44
      Width = 129
      Height = 17
      Caption = 'Hide when &minimised'
      TabOrder = 1
    end
    object ckCloseToIcon: TCheckBox
      Left = 28
      Top = 64
      Width = 129
      Height = 17
      Caption = 'Hide when &closed'
      TabOrder = 2
    end
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 16
    Width = 233
    Height = 241
    Caption = 'General'
    TabOrder = 0
    object Label3: TLabel
      Left = 27
      Top = 119
      Width = 179
      Height = 26
      Caption = 'Assume files &dragged onto FreeOTFE are encrypted using:'
      WordWrap = True
    end
    object ckAllowMultipleInstances: TCheckBox
      Left = 12
      Top = 20
      Width = 153
      Height = 17
      Caption = '&Allow multiple instances'
      TabOrder = 0
    end
    object ckDisplayToolbar: TCheckBox
      Left = 12
      Top = 40
      Width = 97
      Height = 17
      Caption = 'Display &toolbar'
      TabOrder = 1
    end
    object ckDisplayStatusbar: TCheckBox
      Left = 12
      Top = 60
      Width = 113
      Height = 17
      Caption = 'Display &statusbar'
      TabOrder = 2
    end
    object cbDragDrop: TComboBox
      Left = 44
      Top = 152
      Width = 145
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 4
    end
    object ckAutoStartPortable: TCheckBox
      Left = 12
      Top = 83
      Width = 205
      Height = 30
      Caption = 
        '&Autostart portable mode if FreeOTFE drivers not installed/runni' +
        'ng'
      TabOrder = 3
      WordWrap = True
    end
  end
  object GroupBox2: TGroupBox
    Left = 264
    Top = 16
    Width = 233
    Height = 129
    Caption = 'Hotkeys'
    TabOrder = 2
    object Label1: TLabel
      Left = 32
      Top = 44
      Width = 37
      Height = 13
      Caption = '&Hotkey:'
      FocusControl = hkDismount
    end
    object Label2: TLabel
      Left = 32
      Top = 96
      Width = 37
      Height = 13
      Caption = 'H&otkey:'
      FocusControl = hkDismountEmerg
    end
    object hkDismount: THotKey
      Left = 76
      Top = 40
      Width = 141
      Height = 19
      HotKey = 32833
      InvalidKeys = [hcNone]
      TabOrder = 1
    end
    object ckHotkeyDismount: TCheckBox
      Left = 12
      Top = 20
      Width = 209
      Height = 17
      Caption = '&Enable dismount all hotkey'
      TabOrder = 0
      OnClick = ControlChanged
    end
    object ckHotkeyDismountEmerg: TCheckBox
      Left = 12
      Top = 72
      Width = 209
      Height = 17
      Caption = 'E&nable emergency dismount all hotkey'
      TabOrder = 2
      OnClick = ControlChanged
    end
    object hkDismountEmerg: THotKey
      Left = 76
      Top = 92
      Width = 141
      Height = 19
      HotKey = 32833
      InvalidKeys = [hcNone]
      TabOrder = 3
    end
  end
  object cbSettingsLocation: TComboBox
    Left = 247
    Top = 272
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 3
    OnChange = ControlChanged
  end
  object ckAssociateFiles: TCheckBox
    Left = 153
    Top = 304
    Width = 209
    Height = 17
    Caption = 'Associate FreeOTFE with ".vol" files'
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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