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

📄 aboutform.dfm

📁 著名的SecureBlackBox控件完整源码
💻 DFM
字号:
object frmAbout: TfrmAbout
  Left = 447
  Top = 137
  BorderStyle = bsDialog
  Caption = 'About'
  ClientHeight = 154
  ClientWidth = 264
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object lbTitle: TLabel
    Left = -1
    Top = 24
    Width = 265
    Height = 13
    Alignment = taCenter
    AutoSize = False
    Caption = 'PGPKeys Demo Application'
  end
  object lLibrary: TLabel
    Left = -1
    Top = 48
    Width = 265
    Height = 17
    Alignment = taCenter
    AutoSize = False
    Caption = 'EldoS PGPBlackbox library'
  end
  object lCopyright: TLabel
    Left = -1
    Top = 72
    Width = 265
    Height = 13
    Alignment = taCenter
    AutoSize = False
    Caption = 'Copyright (C) 2005 EldoS Corporation'
  end
  object btnOK: TButton
    Left = 96
    Top = 112
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'OK'
    Default = True
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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