unit_about.dfm

来自「类似打蜜蜂的游戏」· DFM 代码 · 共 47 行

DFM
47
字号
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 + =
减小字号Ctrl + -
显示快捷键?