home *** CD-ROM | disk | FTP | other *** search
- object Splash3: TSplash3
- Left = 200
- Top = 109
- BorderIcons = [biSystemMenu]
- BorderStyle = bsNone
- Caption = 'Splash3'
- ClientHeight = 480
- ClientWidth = 640
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnKeyPress = FormKeyPress
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 640
- Height = 480
- Align = alClient
- Picture.Data = {<image001.bmp>}
- OnClick = Image1Click
- end
- end
-