VERSION 5.00 Begin VB.Form frmInstallZillas2 Appearance = 0 'Flat BackColor = &H80000005& Caption = "Installing/Updating Zillas" ClientHeight = 6360 ClientLeft = -11355 ClientTop = 2010 ClientWidth = 9360 LinkTopic = "Form1" Picture = "InstallZillas2.frx":0000 ScaleHeight = 6360 ScaleWidth = 9360 StartUpPosition = 2 'CenterScreen Begin VB.OLE oleCongratsReboot Class = "Word.Document.8" Height = 2175 Left = 1680 OleObjectBlob = "InstallZillas2.frx":18663 TabIndex = 0 Top = 1920 Width = 6255 End Begin VB.Image cmdFinish Height = 600 Left = 7440 Picture = "InstallZillas2.frx":1D87B Stretch = -1 'True Top = 5520 Width = 1620 End End Attribute VB_Name = "frmInstallZillas2" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False 'iPodLinux iPod nano Installer 'Program written by Philip Peng [Keripo] 'Graphics created by Philip Peng 'Project written for Mr. Benam '2006/4/18 Option Explicit Private Sub cmdFinish_Click() frmMainScreen.Show Unload Me End Sub