home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 July / Gamestar_07_1999-07_cd2.bin / Program / Fillets.exe / 0 / RCDATA / TTETRIS / TTETRIS.txt < prev   
Encoding:
Text File  |  1998-03-27  |  564 b   |  31 lines

  1. object Tetris: TTetris
  2.   Left = 296
  3.   Top = 114
  4.   Width = 158
  5.   Height = 327
  6.   Caption = 'Tetris'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnKeyDown = FormKeyDown
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Obrazek: TImage
  17.     Left = 0
  18.     Top = 0
  19.     Width = 150
  20.     Height = 300
  21.     AutoSize = True
  22.     Picture.Data = {<image000.bmp>}
  23.   end
  24.   object Timer: TTimer
  25.     Interval = 55
  26.     OnTimer = TimerTimer
  27.     Left = 16
  28.     Top = 16
  29.   end
  30. end
  31.