home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / sharewar / Font / fl.exe / 0 / RCDATA / TFMSPLASH / TFMSPLASH.txt < prev   
Text File  |  1999-05-10  |  1KB  |  64 lines

  1. object fmSplash: TfmSplash
  2.   Left = 488
  3.   Top = 212
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'SplashScreen'
  7.   ClientHeight = 247
  8.   ClientWidth = 400
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clGreen
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 14
  22.   object imgSplash: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 400
  26.     Height = 247
  27.     AutoSize = True
  28.     Picture.Data = {<image000.bmp>}
  29.   end
  30.   object lblStatusText: TLabel
  31.     Left = 5
  32.     Top = 4
  33.     Width = 54
  34.     Height = 14
  35.     Caption = 'Initializing...'
  36.     Color = clBlack
  37.     ParentColor = False
  38.     Transparent = True
  39.   end
  40.   object lblRegName: TLabel
  41.     Left = 103
  42.     Top = 164
  43.     Width = 56
  44.     Height = 14
  45.     Caption = 'lblRegName'
  46.     Transparent = True
  47.   end
  48.   object lblRegEmail: TLabel
  49.     Left = 103
  50.     Top = 177
  51.     Width = 53
  52.     Height = 14
  53.     Caption = 'lblRegEmail'
  54.     Transparent = True
  55.   end
  56.   object Timer1: TTimer
  57.     Enabled = False
  58.     Interval = 500
  59.     OnTimer = Timer1Timer
  60.     Left = 8
  61.     Top = 208
  62.   end
  63. end
  64.