home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form splash
- BorderStyle = 0 'None
- ClientHeight = 660
- ClientLeft = 2175
- ClientTop = 2790
- ClientWidth = 3990
- Height = 1065
- Left = 2115
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 660
- ScaleWidth = 3990
- ShowInTaskbar = 0 'False
- Top = 2445
- Width = 4110
- Begin Threed.SSPanel message
- Height = 660
- Left = 0
- TabIndex = 0
- Top = 0
- Width = 3990
- _Version = 65536
- _ExtentX = 7038
- _ExtentY = 1164
- _StockProps = 15
- Caption = "Initializing"
- BackColor = 12632256
- End
- Attribute VB_Name = "splash"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub Form_Load()
- CenterForm Me
- End Sub
-