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

📄 aboutfrm.dfm

📁 优秀的本地存储数据库
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -