home *** CD-ROM | disk | FTP | other *** search
/ Rock w Polsce / OPMROCK.iso / OPMCode / Rock.exe / 0 / RCDATA / TSPLASH / TSPLASH.txt
Text File  |  1999-04-26  |  580b  |  29 lines

  1. object Splash: TSplash
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsNone
  5.   Caption = 'SplaSh'
  6.   ClientHeight = 172
  7.   ClientWidth = 283
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poDefault
  15.   Scaled = False
  16.   WindowState = wsMaximized
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnMouseUp = FormMouseUp
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Timer1: TTimer
  24.     OnTimer = Timer1Timer
  25.     Left = 4
  26.     Top = 4
  27.   end
  28. end
  29.