unit1.dfm

来自「用delphi 7写的贪食蛇游戏的源代码」· DFM 代码 · 共 27 行

DFM
27
字号
object Snake: TSnake
  Left = 192
  Top = 107
  Width = 544
  Height = 375
  Caption = 'Snake'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClick = FormClick
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  OnPaint = FormPaint
  PixelsPerInch = 96
  TextHeight = 13
  object Movementtimer: TTimer
    Interval = 100
    OnTimer = MovementtimerTimer
    Left = 240
    Top = 8
  end
end

⌨️ 快捷键说明

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