home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Planet Source Code Jumbo …e CD Visual Basic 1 to 7
/
5_2007-2008.ISO
/
data
/
Zips
/
IP2Country2042661152007.psc
/
IP2Country
/
frmSplash.frm
< prev
next >
Wrap
Text File
|
2007-01-15
|
2KB
|
58 lines
VERSION 5.00
Begin VB.Form frmSplash
BackColor = &H80000005&
BorderStyle = 3 'Fixed Dialog
ClientHeight = 3450
ClientLeft = 255
ClientTop = 1410
ClientWidth = 5895
ClipControls = 0 'False
ControlBox = 0 'False
Icon = "frmSplash.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3450
ScaleWidth = 5895
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.Image Image1
Height = 2925
Left = 55
Picture = "frmSplash.frx":000C
Top = 40
Width = 5760
End
Begin VB.Label Label1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "Loading IP list..."
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 240
TabIndex = 0
Top = 3120
Width = 5535
End
End
Attribute VB_Name = "frmSplash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
'If somehow this form does not unload, it can be done manually by double-clicking on the image
Private Sub Image1_DblClick()
Unload Me
End Sub