object Form2: TForm2 Left = 241 Height = 240 Top = 150 Width = 320 Caption = 'Form2' ClientHeight = 240 ClientWidth = 320 OnCreate = FormCreate OnDestroy = FormDestroy LCLVersion = '1.6.0.4' object BGRAVirtualScreen1: TBGRAVirtualScreen Left = 0 Height = 155 Top = 0 Width = 156 OnRedraw = BGRAVirtualScreen1Redraw Alignment = taLeftJustify Color = clBtnFace ParentColor = False TabOrder = 0 end object Timer1: TTimer Interval = 15 OnTimer = Timer1Timer left = 111 top = 44 end end