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 >
Text File  |  2004-06-20  |  899b  |  31 lines

  1. VERSION 5.00
  2. Begin VB.Form frmScores 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "Best scores"
  5.    ClientHeight    =   3330
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   3615
  9.    Icon            =   "frmScores.frx":0000
  10.    LinkTopic       =   "Form1"
  11.    MaxButton       =   0   'False
  12.    MinButton       =   0   'False
  13.    ScaleHeight     =   3330
  14.    ScaleWidth      =   3615
  15.    ShowInTaskbar   =   0   'False
  16.    StartUpPosition =   3  'Windows Default
  17.    Begin VB.ListBox lstScores 
  18.       Height          =   3180
  19.       Left            =   60
  20.       TabIndex        =   0
  21.       Top             =   60
  22.       Width           =   3435
  23.    End
  24. End
  25. Attribute VB_Name = "frmScores"
  26. Attribute VB_GlobalNameSpace = False
  27. Attribute VB_Creatable = False
  28. Attribute VB_PredeclaredId = True
  29. Attribute VB_Exposed = False
  30. Option Explicit
  31.