7 lines
119 B
Text
7 lines
119 B
Text
object Form1: TForm1
|
|
OnCreate = FormCreate
|
|
object tmr1: TTimer
|
|
Interval = 17
|
|
OnTimer = tmr1Timer
|
|
end
|
|
end
|