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

📄 unit1.dfm

📁 著名的SecureBlackBox控件完整源码
💻 DFM
字号:
object frmMainForm: TfrmMainForm
  Left = 269
  Top = 201
  BorderStyle = bsDialog
  Caption = 'Verify detached signature demo'
  ClientHeight = 227
  ClientWidth = 435
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object lbInputFileName: TLabel
    Left = 8
    Top = 8
    Width = 64
    Height = 13
    Caption = 'File to verify:'
  end
  object Bevel1: TBevel
    Left = 0
    Top = 176
    Width = 433
    Height = 10
    Shape = bsBottomLine
  end
  object lbSignFile: TLabel
    Left = 8
    Top = 56
    Width = 115
    Height = 13
    Caption = 'Detached signature file:'
  end
  object lbKeyList: TLabel
    Left = 8
    Top = 104
    Width = 55
    Height = 13
    Caption = 'Key to use:'
  end
  object editInputFile: TEdit
    Left = 8
    Top = 24
    Width = 337
    Height = 21
    TabOrder = 0
  end
  object btnBrowseInputFile: TButton
    Left = 351
    Top = 22
    Width = 75
    Height = 25
    Caption = 'Browse ...'
    TabOrder = 1
    OnClick = btnBrowseInputFileClick
  end
  object btnBrowseKeyringFile: TButton
    Left = 288
    Top = 149
    Width = 138
    Height = 25
    Caption = 'Browse for keyring files ...'
    TabOrder = 4
    OnClick = btnBrowseKeyringFileClick
  end
  object btnVerify: TButton
    Left = 248
    Top = 192
    Width = 99
    Height = 25
    Caption = 'Verify'
    TabOrder = 6
    OnClick = btnVerifyClick
  end
  object btnClose: TButton
    Left = 352
    Top = 192
    Width = 75
    Height = 25
    Caption = 'Close'
    TabOrder = 7
    OnClick = btnCloseClick
  end
  object editSignatureFile: TEdit
    Left = 8
    Top = 72
    Width = 337
    Height = 21
    TabOrder = 2
  end
  object btnBrowseSignFile: TButton
    Left = 351
    Top = 70
    Width = 75
    Height = 25
    Caption = 'Browse ...'
    TabOrder = 3
    OnClick = btnBrowseSignFileClick
  end
  object cbKeySelect: TComboBox
    Left = 8
    Top = 120
    Width = 417
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 5
  end
  object dlgOpenDialog: TOpenDialog
    Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
    Left = 40
    Top = 192
  end
  object pgpKeyring: TElPGPKeyring
    Left = 136
    Top = 192
  end
  object dlgSaveDialog: TSaveDialog
    Left = 72
    Top = 192
  end
  object pgpReader: TElPGPReader
    OnSignatures = pgpReaderSignatures
    Left = 104
    Top = 192
  end
  object pgpTempKeyring: TElPGPKeyring
    Left = 168
    Top = 192
  end
end

⌨️ 快捷键说明

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