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

📄 about.dfm

📁 Jedi Code Library JCL JVCL 组件包 JCL+JVCL超过300个组件的非可视/可视大型组件包。
💻 DFM
字号:
object AboutBox: TAboutBox
  Left = 306
  Top = 208
  BorderStyle = bsDialog
  Caption = 'About ...'
  ClientHeight = 164
  ClientWidth = 258
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  ShowHint = True
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object IconPaintBox: TPaintBox
    Left = 8
    Top = 8
    Width = 32
    Height = 32
    OnPaint = IconPaintBoxPaint
  end
  object Bevel1: TBevel
    Left = 56
    Top = 121
    Width = 193
    Height = 14
    Anchors = [akLeft, akRight, akBottom]
    Shape = bsTopLine
  end
  object ProductNameLabel: TLabel
    Left = 56
    Top = 16
    Width = 108
    Height = 13
    Caption = 'ProductNameLabel'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object VersionLabel: TLabel
    Left = 56
    Top = 40
    Width = 61
    Height = 13
    Caption = 'VersionLabel'
  end
  object CompanyLabel: TLabel
    Left = 56
    Top = 64
    Width = 70
    Height = 13
    Caption = 'CompanyLabel'
  end
  object OkBtn: TButton
    Left = 174
    Top = 133
    Width = 75
    Height = 25
    Anchors = [akRight, akBottom]
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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