aboutform.dfm

来自「著名的SecureBlackBox控件完整源码」· DFM 代码 · 共 57 行

DFM
57
字号
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 = 'ElSSHServer with SFTP 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) 2005 EldoS Corporation'
  end
  object btnOK: TButton
    Left = 80
    Top = 104
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'OK'
    Default = True
    TabOrder = 0
    OnClick = btnOKClick
  end
end

⌨️ 快捷键说明

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