aboutfrm.dfm

来自「优秀的本地存储数据库」· DFM 代码 · 共 60 行

DFM
60
字号
object AboutForm: TAboutForm
  Left = 319
  Top = 272
  BorderStyle = bsDialog
  Caption = 'About'
  ClientHeight = 156
  ClientWidth = 260
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 7
    Top = 3
    Width = 246
    Height = 112
    Enabled = False
    TabOrder = 0
    object Label1: TLabel
      Left = 17
      Top = 20
      Width = 87
      Height = 13
      Caption = 'Mini AddrBook 1.0'
    end
    object Memo1: TMemo
      Left = 15
      Top = 44
      Width = 222
      Height = 57
      BorderStyle = bsNone
      Color = clBtnFace
      Lines.Strings = (
        'Note: This is a sample for TinyDB.'
        ''
        'URL: http://www.tinydb.com'
        'Email: support@tinydb.com')
      ReadOnly = True
      TabOrder = 0
    end
  end
  object Button1: TButton
    Left = 178
    Top = 123
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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