home *** CD-ROM | disk | FTP | other *** search
/ Sunny 1,000 Collection / SUNNY1000.iso / Files / W31 / Tetris / FGWTET11.ZIP / TETRIS.DFM / TETRIS.txt
Text File  |  1995-10-31  |  932b  |  52 lines

  1. object Form1: TForm1
  2.   Left = 114
  3.   Top = 84
  4.   Width = 494
  5.   Height = 382
  6.   Caption = 'Fastgraph Tetris for Windows'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   OnPaint = FormPaint
  15.   OnResize = FormResize
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 16
  19.     Top = 248
  20.     Width = 73
  21.     Height = 33
  22.     Caption = 'Panel1'
  23.     TabOrder = 0
  24.     object Button1: TButton
  25.       Left = 0
  26.       Top = 0
  27.       Width = 73
  28.       Height = 33
  29.       Caption = 'pause'
  30.       TabOrder = 0
  31.       OnClick = pause
  32.     end
  33.   end
  34.   object Header1: THeader
  35.     Left = 0
  36.     Top = 0
  37.     Width = 161
  38.     Height = 25
  39.     Sections.Sections = (
  40.       #0'85'#0'Score:'
  41.       #0'16'#0'0')
  42.     TabOrder = 1
  43.     TabStop = True
  44.   end
  45.   object Timer1: TTimer
  46.     Interval = 1
  47.     OnTimer = drop_block
  48.     Left = 40
  49.     Top = 168
  50.   end
  51. end
  52.