delphi_pixelbattle/uPixelbattle.dfm
2018-02-15 22:43:20 +01:00

29 lines
511 B
Plaintext

object Form1: TForm1
Left = 213
Top = 145
Width = 870
Height = 601
Caption = 'Form1'
Color = clSilver
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Timer1: TTimer
Interval = 1
OnTimer = Timer1Timer
Left = 120
Top = 40
end
object Timer2: TTimer
Interval = 1
Left = 152
Top = 40
end
end