home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Form2
- BorderStyle = 0 'None
- Caption = "Form2"
- ClientHeight = 1080
- ClientLeft = 0
- ClientTop = 0
- ClientWidth = 7575
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1080
- ScaleWidth = 7575
- ShowInTaskbar = 0 'False
- StartUpPosition = 3 'Windows Default
- Begin VB.PictureBox Picture1
- Height = 855
- Left = 120
- ScaleHeight = 795
- ScaleWidth = 7275
- TabIndex = 0
- Top = 120
- Width = 7335
- Begin VB.Label Label1
- Caption = "Loading Assembly Please Wait"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 24
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 555
- Left = 240
- TabIndex = 1
- Top = 120
- Width = 6615
- End
- End
- Attribute VB_Name = "Form2"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
- ' Copyright (C) 2000 Microsoft Corporation. All Rights Reserved.
- ' File: AutoLoad.frm
- ' Content: Autoparts loading dialog
- '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-