home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 July / Chip_1998-07_cd.bin / hry / crazy / sachy / ckin132.exe / 0 / RCDATA / TSPLASH / TSPLASH.txt
Text File  |  1997-12-11  |  853b  |  47 lines

  1. object Splash: TSplash
  2.   Left = 462
  3.   Top = 465
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Splash'
  7.   ClientHeight = 150
  8.   ClientWidth = 200
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnActivate = Activate
  16.   OnClick = Click
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object bm: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 200
  23.     Height = 150
  24.     OnClick = Click
  25.   end
  26.   object shareware: TLabel
  27.     Left = 6
  28.     Top = 124
  29.     Width = 106
  30.     Height = 24
  31.     Caption = 'Shareware'
  32.     Font.Color = clRed
  33.     Font.Height = -21
  34.     Font.Name = 'Arial'
  35.     Font.Style = [fsBold]
  36.     ParentFont = False
  37.     Transparent = True
  38.     Visible = False
  39.   end
  40.   object Timer1: TTimer
  41.     Interval = 3000
  42.     OnTimer = Click
  43.     Left = 12
  44.     Top = 12
  45.   end
  46. end
  47.