home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Planet Source Code Jumbo …e CD Visual Basic 1 to 7
/
3_2004-2005.ISO
/
Data
/
Zips
/
VbLander_G1760776222004.psc
/
frmScores.frm
< prev
next >
Wrap
Text File
|
2004-06-20
|
899b
|
31 lines
VERSION 5.00
Begin VB.Form frmScores
BorderStyle = 3 'Fixed Dialog
Caption = "Best scores"
ClientHeight = 3330
ClientLeft = 45
ClientTop = 330
ClientWidth = 3615
Icon = "frmScores.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3330
ScaleWidth = 3615
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
Begin VB.ListBox lstScores
Height = 3180
Left = 60
TabIndex = 0
Top = 60
Width = 3435
End
End
Attribute VB_Name = "frmScores"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit