home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / Chip_2001-08_cd2.bin / kancelar / busicard / BCDP2000.EXE / bcdp.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt
Encoding:
Text File  |  2000-10-20  |  638 b   |  34 lines

  1. object SplashForm: TSplashForm
  2.   Left = 300
  3.   Top = 167
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 251
  7.   ClientWidth = 312
  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.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object SplashImage: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 301
  23.     Height = 237
  24.     AutoSize = True
  25.   end
  26.   object Timer: TTimer
  27.     Enabled = False
  28.     Interval = 2000
  29.     OnTimer = TimerTimer
  30.     Left = 16
  31.     Top = 16
  32.   end
  33. end
  34.