home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / multimed / CDumper / _SETUP.1 / CDumper.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Text File  |  1998-11-25  |  724b  |  37 lines

  1. object SplashForm: TSplashForm
  2.   Left = 257
  3.   Top = 167
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 282
  7.   ClientWidth = 368
  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.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object SplashImage: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 320
  26.     Height = 240
  27.     AutoSize = True
  28.     Picture.Data = {<image000.bmp>}
  29.   end
  30.   object Timer: TTimer
  31.     Enabled = False
  32.     OnTimer = TimerTimer
  33.     Left = 328
  34.     Top = 72
  35.   end
  36. end
  37.