home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 July / Chip_1998-07_cd.bin / hry / crazy / soli1 / Csli132.exe / 0 / RCDATA / TSPLASH / TSPLASH.txt < prev   
Text File  |  1997-09-20  |  912b  |  49 lines

  1. object Splash: TSplash
  2.   Left = 589
  3.   Top = 472
  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.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnActivate = Activate
  17.   OnClick = Click
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 201
  25.     Height = 151
  26.     OnClick = Click
  27.   end
  28.   object shareware: TLabel
  29.     Left = 86
  30.     Top = 16
  31.     Width = 106
  32.     Height = 24
  33.     Caption = 'Shareware'
  34.     Font.Color = clRed
  35.     Font.Height = -21
  36.     Font.Name = 'Arial'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.     Transparent = True
  40.     Visible = False
  41.   end
  42.   object Timer1: TTimer
  43.     Interval = 3000
  44.     OnTimer = Click
  45.     Left = 12
  46.     Top = 12
  47.   end
  48. end
  49.