home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / 04_03.iso / software / uninstaller / uruninst3.exe / {app} / uruninstaller.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt
Encoding:
Text File  |  2003-01-27  |  625 b   |  33 lines

  1. object SplashForm: TSplashForm
  2.   Left = 192
  3.   Top = 134
  4.   AutoSize = True
  5.   BorderStyle = bsNone
  6.   Caption = 'SplashForm'
  7.   ClientHeight = 382
  8.   ClientWidth = 487
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 487
  24.     Height = 382
  25.   end
  26.   object Timer1: TTimer
  27.     Interval = 100
  28.     OnTimer = Timer1Timer
  29.     Left = 32
  30.     Top = 80
  31.   end
  32. end
  33.