VERSION 5.00
Begin VB.Form frmviewscore 
   Caption         =   "View Scores for user"
   ClientHeight    =   8355
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   9900
   LinkTopic       =   "Form1"
   ScaleHeight     =   8355
   ScaleWidth      =   9900
   StartUpPosition =   3  'Windows Default
   Begin VB.ListBox lstdifficult 
      Height          =   3375
      Left            =   2880
      TabIndex        =   7
      Top             =   1920
      Width           =   1695
   End
   Begin VB.ListBox lstgametype 
      Height          =   3375
      Left            =   600
      TabIndex        =   1
      Top             =   1920
      Width           =   1815
   End
   Begin VB.Label lbldisplayscore 
      Height          =   3135
      Left            =   5640
      TabIndex        =   6
      Top             =   1920
      Width           =   3615
   End
   Begin VB.Label Label2 
      Caption         =   "stars earned in this mode and difficulty"
      Height          =   375
      Left            =   720
      TabIndex        =   5
      Top             =   5520
      Width           =   6135
   End
   Begin VB.Label Label1 
      Caption         =   "Total stars"
      Height          =   495
      Left            =   2160
      TabIndex        =   4
      Top             =   6360
      Width           =   3975
   End
   Begin VB.Label lbltotalstars 
      Height          =   855
      Left            =   2280
      TabIndex        =   3
      Top             =   6840
      Width           =   3255
   End
   Begin VB.Label lblstarsearned 
      Height          =   255
      Left            =   840
      TabIndex        =   2
      Top             =   5880
      Width           =   5175
   End
   Begin VB.Label lblusername 
      Height          =   735
      Left            =   360
      TabIndex        =   0
      Top             =   480
      Width           =   3615
   End
End
Attribute VB_Name = "frmviewscore"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub lbldifficulty_Click()

End Sub
