unit1.dfm
来自「在bcb6开发环境下自己写的贪食蛇游戏,代码比较少,界面简洁,但是功能比较全!」· DFM 代码 · 共 63 行
DFM
63 行
object Form1: TForm1
Left = 190
Top = 104
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Form1'
ClientHeight = 324
ClientWidth = 448
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 328
Top = 208
Width = 32
Height = 13
Caption = 'Label1'
end
object Label2: TLabel
Left = 328
Top = 32
Width = 32
Height = 13
Caption = 'Label2'
end
object Label3: TLabel
Left = 328
Top = 56
Width = 32
Height = 13
Caption = 'Label3'
end
object ScrollBox1: TScrollBox
Left = 0
Top = 0
Width = 324
Height = 324
AutoScroll = False
TabOrder = 0
object PaintBox1: TPaintBox
Left = 0
Top = 0
Width = 320
Height = 320
OnPaint = PaintBox1Paint
end
end
object Timer1: TTimer
Interval = 500
OnTimer = Timer1Timer
Left = 48
Top = 32
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?