home *** CD-ROM | disk | FTP | other *** search
- object FSplash: TFSplash
- Left = 403
- Top = 320
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'FSplash'
- ClientHeight = 159
- ClientWidth = 232
- Color = clLime
- Ctl3D = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- OldCreateOrder = True
- Scaled = False
- PixelsPerInch = 96
- TextHeight = 16
- object LogoImage: TImage
- Left = 0
- Top = 0
- Width = 32
- Height = 32
- AutoSize = True
- Enabled = False
- OnClick = LogoImageClick
- end
- object Label1: TLabel
- Left = 40
- Top = 64
- Width = 160
- Height = 16
- Caption = 'Your Logo Belongs Here'
- end
- object Shape1: TShape
- Left = 0
- Top = 0
- Width = 232
- Height = 159
- Align = alClient
- Brush.Style = bsClear
- end
- object Timer1: TTimer
- Interval = 2000
- OnTimer = Timer1Timer
- Left = 188
- Top = 115
- end
- end
-