home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form StartupForm
- BackColor = &H00004000&
- BorderStyle = 0 'None
- Caption = " "
- ClientHeight = 1080
- ClientLeft = 3840
- ClientTop = 4080
- ClientWidth = 4110
- ForeColor = &H00000000&
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- PaletteMode = 1 'UseZOrder
- ScaleHeight = 72
- ScaleMode = 3 'Pixel
- ScaleWidth = 274
- ShowInTaskbar = 0 'False
- StartUpPosition = 2 'CenterScreen
- Begin VB.Timer Timer1
- Interval = 1000
- Left = 15
- Top = -15
- End
- Begin VB.Label Label2
- BackStyle = 0 'Transparent
- Height = 210
- Left = 1485
- TabIndex = 1
- Top = 1005
- Width = 855
- End
- Begin VB.Label Label1
- BackStyle = 0 'Transparent
- Caption = "Please wait..."
- BeginProperty Font
- Name = "CloisterBlack BT"
- Size = 24
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H000000FF&
- Height = 615
- Left = 840
- TabIndex = 0
- Top = 240
- Width = 2520
- End
- Attribute VB_Name = "StartupForm"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Timer1_Timer()
- Unload Me
- Menu.Visible = True
- End Sub
-