VERSION 5.00 Begin VB.Form xsplash Caption = "Form1" ClientHeight = 3825 ClientLeft = 60 ClientTop = 450 ClientWidth = 7515 Icon = "xsplash.frx":0000 LinkTopic = "Form1" Picture = "xsplash.frx":030A ScaleHeight = 3825 ScaleWidth = 7515 StartUpPosition = 3 'Windows Default Begin VB.PictureBox button Height = 375 Left = 240 Picture = "xsplash.frx":5BC24 ScaleHeight = 315 ScaleWidth = 1155 TabIndex = 0 Top = 1080 Width = 1215 End Begin VB.Image ConstructionImage Height = 735 Left = 0 Picture = "xsplash.frx":73366 Stretch = -1 'True Top = 0 Width = 1275 End End Attribute VB_Name = "xsplash" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub Form_Load() Me.Visible = False End Sub