home *** CD-ROM | disk | FTP | other *** search
- object fmSplash: TfmSplash
- Left = 488
- Top = 212
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'SplashScreen'
- ClientHeight = 247
- ClientWidth = 400
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 14
- object imgSplash: TImage
- Left = 0
- Top = 0
- Width = 400
- Height = 247
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object lblStatusText: TLabel
- Left = 5
- Top = 4
- Width = 54
- Height = 14
- Caption = 'Initializing...'
- Color = clBlack
- ParentColor = False
- Transparent = True
- end
- object lblRegName: TLabel
- Left = 103
- Top = 164
- Width = 56
- Height = 14
- Caption = 'lblRegName'
- Transparent = True
- end
- object lblRegEmail: TLabel
- Left = 103
- Top = 177
- Width = 53
- Height = 14
- Caption = 'lblRegEmail'
- Transparent = True
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 500
- OnTimer = Timer1Timer
- Left = 8
- Top = 208
- end
- end
-