VERSION 4.00 Begin VB.Form frmSplash BackColor = &H00C0C0C0& BorderStyle = 0 'None Caption = "Form1" ClientHeight = 3540 ClientLeft = 1920 ClientTop = 1560 ClientWidth = 4815 ControlBox = 0 'False BeginProperty Font name = "MS Sans Serif" charset = 1 weight = 700 size = 8.25 underline = 0 'False italic = 0 'False strikethrough = 0 'False EndProperty Height = 3945 Left = 1860 LinkTopic = "Form1" MaxButton = 0 'False MinButton = 0 'False ScaleHeight = 3540 ScaleWidth = 4815 Top = 1215 Width = 4935 Begin VB.PictureBox fraSplash Height = 3495 Left = 0 ScaleHeight = 3405 ScaleWidth = 4725 TabIndex = 3 Top = 0 Width = 4815 Begin VB.Image imgSplash Height = 2430 Left = 240 Picture = "Splash.frx":0000 Stretch = -1 'True Top = 120 Width = 4350 End Begin VB.Label Label1 BackStyle = 0 'Transparent Caption = "This Product is Licensed to: Taylor H.Maxwell" Height = 255 Left = 360 TabIndex = 0 Top = 2640 Width = 3975 WordWrap = -1 'True End Begin VB.Label Label2 BackStyle = 0 'Transparent Caption = "THM Associates" Height = 255 Left = 2790 TabIndex = 1 Top = 2880 Width = 3975 WordWrap = -1 'True End Begin VB.Label Label3 BackStyle = 0 'Transparent Caption = "Serial Number: 567891089" Height = 255 Left = 1485 TabIndex = 2 Top = 3120 Width = 2415 WordWrap = -1 'True End End Attribute VB_Name = "frmSplash" Attribute VB_Creatable = False Attribute VB_Exposed = False Option Explicit