VERSION 5.00 Begin VB.Form frmInstallZillas Appearance = 0 'Flat BackColor = &H80000005& Caption = "Installing/Updating Zillas" ClientHeight = 6360 ClientLeft = -11355 ClientTop = 2010 ClientWidth = 9360 LinkTopic = "Form1" Picture = "zTemplate.frx":0000 ScaleHeight = 6360 ScaleWidth = 9360 StartUpPosition = 2 'CenterScreen Begin VB.Label lblInstaliPL BackStyle = 0 'Transparent Caption = "Install" BeginProperty Font Name = "Courier New" Size = 18 Charset = 0 Weight = 700 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 495 Left = 3480 TabIndex = 0 Top = 1560 Width = 1695 End Begin VB.Image cmdFinish Height = 600 Left = 7440 Picture = "zTemplate.frx":18663 Stretch = -1 'True Top = 4800 Width = 1620 End Begin VB.Image cmdNext Height = 600 Left = 7440 Picture = "zTemplate.frx":1D265 Stretch = -1 'True Top = 5520 Width = 1620 End Begin VB.Image cmdBack Height = 600 Left = 5520 Picture = "zTemplate.frx":2124C Stretch = -1 'True Top = 5520 Width = 1620 End Begin VB.Image cmdExit Height = 600 Left = 240 Picture = "zTemplate.frx":256DF Stretch = -1 'True Top = 5520 Width = 1620 End End Attribute VB_Name = "frmInstallZillas" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub cmdBack_Click() 'frmPrevious.show Unload Me End Sub Private Sub cmdExit_Click() frmExitYesNo.Show End Sub Private Sub cmdFinish_Click() frmMainScreen.Show UnloadMe End Sub Private Sub cmdNext_Click() 'frmNext.show Unload Me End Sub