home *** CD-ROM | disk | FTP | other *** search
- inherited SplashForm: TSplashForm
- Left = 400
- Top = 245
- Caption = 'SplashForm'
- ClientHeight = 406
- ClientWidth = 583
- Color = clBlack
- Position = poScreenCenter
- OnClick = FormClick
- OnKeyDown = FormKeyDown
- PixelsPerInch = 96
- TextHeight = 13
- object SplashPicture: TRegionPicture
- Left = 6
- Top = 6
- Width = 105
- Height = 105
- AutoSize = True
- OnClick = SplashPictureClick
- end
- object CloseTimer: TMyTimer
- OnTimer = CloseTimerTimer
- Interval = 6000
- Enabled = False
- KeepPlane = False
- Left = 23
- Top = 9
- end
- end
-