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

📄 unit_about.dfm

📁 类似打蜜蜂的游戏
💻 DFM
字号:
object frmAbout: TfrmAbout
  Left = 402
  Top = 261
  BorderStyle = bsDialog
  Caption = 'About'
  ClientHeight = 189
  ClientWidth = 240
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object mmInfo: TMemo
    Left = 16
    Top = 72
    Width = 209
    Height = 81
    BorderStyle = bsNone
    Color = clBtnFace
    Lines.Strings = (
      'web: http://arming.com.cn'
      'mail: xjr555@126.com'
      ''
      'Left: Left Key  '
      'Right: Right Key'
      'Fire: Space')
    TabOrder = 0
  end
  object btnOk: TButton
    Left = 80
    Top = 160
    Width = 75
    Height = 22
    Caption = '&Ok'
    Default = True
    TabOrder = 1
    OnClick = btnOkClick
  end
end

⌨️ 快捷键说明

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