home *** CD-ROM | disk | FTP | other *** search
- object Tetris: TTetris
- Left = 296
- Top = 114
- Width = 158
- Height = 327
- Caption = 'Tetris'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- PixelsPerInch = 96
- TextHeight = 13
- object Obrazek: TImage
- Left = 0
- Top = 0
- Width = 150
- Height = 300
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object Timer: TTimer
- Interval = 55
- OnTimer = TimerTimer
- Left = 16
- Top = 16
- end
- end
-