object Form1: TForm1 Left = 387 Height = 480 Top = 250 Width = 640 Caption = 'OpenGL Test 2 Lazarus' ClientHeight = 480 ClientWidth = 640 KeyPreview = True LCLVersion = '4.4.0.0' OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown OnShow = FormShow object OpenGLControl1: TOpenGLControl Left = 0 Height = 600 Top = 0 Width = 800 Align = alClient AutoResizeViewport = True OnPaint = OpenGLControl1Paint OnResize = OpenGLControl1Resize end object Timer1: TTimer Interval = 15 OnTimer = Timer1Timer Left = 32 Top = 40 end end