object Form1: TForm1 Left = 114 Top = 84 Width = 494 Height = 382 Caption = 'Fastgraph Tetris for Windows' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 OnCreate = FormCreate OnDestroy = FormDestroy OnPaint = FormPaint OnResize = FormResize TextHeight = 16 object Panel1: TPanel Left = 16 Top = 248 Width = 73 Height = 33 Caption = 'Panel1' TabOrder = 0 object Button1: TButton Left = 0 Top = 0 Width = 73 Height = 33 Caption = 'pause' TabOrder = 0 OnClick = pause end end object Header1: THeader Left = 0 Top = 0 Width = 161 Height = 25 Sections.Sections = ( #0'85'#0'Score:' #0'16'#0'0') TabOrder = 1 TabStop = True end object Timer1: TTimer Interval = 1 OnTimer = drop_block Left = 40 Top = 168 end end