VERSION 5.00 Begin VB.Form frmWelcomeBootScreen Appearance = 0 'Flat BackColor = &H80000005& Caption = "Welcome to the iPodLinux Installer for the iPod Nano - Created by Keripo" ClientHeight = 6360 ClientLeft = -11355 ClientTop = 2010 ClientWidth = 9360 LinkTopic = "Form1" Picture = "Welcome.frx":0000 ScaleHeight = 6360 ScaleWidth = 9360 StartUpPosition = 2 'CenterScreen Begin VB.Image cmdOk Height = 495 Left = 7200 Picture = "Welcome.frx":18663 Stretch = -1 'True Top = 5640 Width = 1695 End Begin VB.OLE oleIntro BackStyle = 0 'Transparent BorderStyle = 0 'None Class = "Word.Document.8" Height = 4455 Left = 1200 OleObjectBlob = "Welcome.frx":1BC54 TabIndex = 0 Top = 1080 Width = 7095 End End Attribute VB_Name = "frmWelcomeBootScreen" 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 cmdOk_Click() Unload Me End Sub Private Sub Form_Load() frmMainScreen.Show End Sub