mirror of
https://github.com/ulfgebhardt/delphi_pixelbattle.git
synced 2025-12-13 00:15:50 +00:00
29 lines
511 B
Plaintext
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
|