📄 tank.dfm
字号:
object MainForm: TMainForm
Left = 321
Top = 144
Width = 576
Height = 482
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'Tankwar'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnPaint = FormPaint
PixelsPerInch = 96
TextHeight = 13
object Timer1: TTimer
Interval = 20
OnTimer = Timer1Timer
Left = 296
Top = 16
end
object MainMenu1: TMainMenu
Left = 56
Top = 24
object N1: TMenuItem
Caption = #28216#25103
object N2: TMenuItem
Caption = #24320#22987#28216#25103
OnClick = N2Click
end
end
end
object Timer2: TTimer
Enabled = False
Interval = 5
OnTimer = Timer2Timer
Left = 296
Top = 56
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -