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

📄 aboutform.dfm

📁 著名的SecureBlackBox控件完整源码
💻 DFM
字号:
object frmAbout: TfrmAbout
  Left = 192
  Top = 107
  BorderStyle = bsDialog
  Caption = 'About'
  ClientHeight = 147
  ClientWidth = 234
  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 lTitle: TLabel
    Left = 0
    Top = 24
    Width = 233
    Height = 13
    Alignment = taCenter
    AutoSize = False
    Caption = 'X.509 certificates demo application'
  end
  object lProduct: TLabel
    Left = 0
    Top = 48
    Width = 233
    Height = 13
    Alignment = taCenter
    AutoSize = False
    Caption = 'EldoS SecureBlackbox library'
  end
  object lCopyright: TLabel
    Left = 0
    Top = 72
    Width = 233
    Height = 13
    Alignment = taCenter
    AutoSize = False
    Caption = 'Copyright (C) 2006 EldoS Corporation'
  end
  object btnOK: TButton
    Left = 80
    Top = 104
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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