home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / MultiCopy.de / 0 / RCDATA / TGENERICSPLASHFORM / TGENERICSPLASHFORM.txt
Text File  |  2003-02-05  |  627b  |  32 lines

  1. object GenericSplashForm: TGenericSplashForm
  2.   Left = 276
  3.   Top = 114
  4.   BorderStyle = bsNone
  5.   Caption = 'GenericSplashForm'
  6.   ClientHeight = 353
  7.   ClientWidth = 454
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object imgMain: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 305
  22.     Height = 225
  23.     AutoSize = True
  24.   end
  25.   object tmSplash: TTimer
  26.     Interval = 2500
  27.     OnTimer = tmSplashTimer
  28.     Left = 24
  29.     Top = 24
  30.   end
  31. end
  32.