VERSION 5.00 Begin VB.Form Install Appearance = 0 'Flat BackColor = &H80000005& BorderStyle = 0 'None Caption = "X-Bot: Completing Installation..." ClientHeight = 3750 ClientLeft = 2715 ClientTop = 3315 ClientWidth = 7470 Icon = "Install.frx":0000 LinkTopic = "Form1" MaxButton = 0 'False MinButton = 0 'False Picture = "Install.frx":030A ScaleHeight = 3750 ScaleWidth = 7470 ShowInTaskbar = 0 'False StartUpPosition = 2 'CenterScreen Begin VB.Label Label3 Alignment = 2 'Center BackStyle = 0 'Transparent Caption = "Completing Installation..." BeginProperty Font Name = "Times New Roman" Size = 36 Charset = 0 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty ForeColor = &H00C00000& Height = 975 Left = 0 TabIndex = 0 Top = 2400 Width = 7455 End End Attribute VB_Name = "Install" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Option Explicit Private Sub Form_Load() End Sub Private Sub Label3_Click() End Sub