home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Splash
- BorderStyle = 3 'Fixed Dialog
- Caption = "Loading Network Info..."
- ClientHeight = 1380
- ClientLeft = 2625
- ClientTop = 2100
- ClientWidth = 4080
- BeginProperty Font
- Name = "Arial"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- PaletteMode = 1 'UseZOrder
- ScaleHeight = 1380
- ScaleWidth = 4080
- ShowInTaskbar = 0 'False
- Begin VB.Label Label2
- Caption = "This can take a while....."
- Height = 255
- Left = 60
- TabIndex = 1
- Top = 1080
- Width = 3795
- End
- Begin VB.Label Label1
- Alignment = 2 'Center
- Caption = "Please Wait."
- BeginProperty Font
- Name = "Arial"
- Size = 29.25
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 795
- Left = 60
- TabIndex = 0
- Top = 180
- Width = 3915
- End
- Attribute VB_Name = "Splash"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
-