invisiblewindow.lfm
object InvisibleForm: TInvisibleForm
Left = 0
Height = 0
Top = 0
Width = 0
BorderStyle = bsNone
OnClose = FormClose
ShowInTaskBar = stNever
LCLVersion = '1.2.6.0'
object start: TTimer
Interval = 40
OnTimer = startTimer
end
end