home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / gry / tetris99 / Tetris99.exe / TETRIS.EXE / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt < prev   
Text File  |  1998-08-20  |  1KB  |  56 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 200
  3.   Top = 131
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'frmSplash'
  7.   ClientHeight = 168
  8.   ClientWidth = 207
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 4
  20.     Top = 4
  21.     Width = 200
  22.     Height = 161
  23.     AutoSize = True
  24.     Picture.Data = {<image000.bmp>}
  25.     Stretch = True
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 0
  29.     Top = 0
  30.     Width = 207
  31.     Height = 168
  32.     Align = alClient
  33.     Style = bsRaised
  34.   end
  35.   object lVersion: TLabel
  36.     Left = 12
  37.     Top = 148
  38.     Width = 38
  39.     Height = 14
  40.     Caption = 'lVersion'
  41.     Font.Charset = ANSI_CHARSET
  42.     Font.Color = clGray
  43.     Font.Height = -11
  44.     Font.Name = 'Verdana'
  45.     Font.Style = [fsBold, fsItalic]
  46.     ParentFont = False
  47.     Transparent = True
  48.   end
  49.   object Bevel2: TBevel
  50.     Left = 4
  51.     Top = 4
  52.     Width = 201
  53.     Height = 161
  54.   end
  55. end
  56.