VERSION 5.00 Begin VB.Form frmGuessGame Caption = "Guessing Game" ClientHeight = 2556 ClientLeft = 4248 ClientTop = 3036 ClientWidth = 3744 LinkTopic = "Form1" ScaleHeight = 2556 ScaleWidth = 3744 Begin VB.CommandButton cmdQuit Caption = "Quit" Height = 372 Left = 2160 TabIndex = 5 Top = 2040 Width = 1452 End Begin VB.CommandButton cmdCheckGuess Caption = "Check Guess" Height = 372 Left = 2160 TabIndex = 4 Top = 1560 Width = 1452 End Begin VB.TextBox txtGuess Height = 288 Left = 1920 TabIndex = 2 Top = 840 Width = 612 End Begin VB.Label lblDirections Caption = "Guess a number between 1 and 50" Height = 252 Left = 360 TabIndex = 0 Top = 360 Width = 3012 End Begin VB.Label lblGuessCheckedMessage Alignment = 2 'Center Height = 252 Left = 240 TabIndex = 3 Top = 1680 Width = 1572 End Begin VB.Label lblMyGuess Caption = "My guess:" Height = 252 Left = 840 TabIndex = 1 Top = 840 Width = 972 End End Attribute VB_Name = "frmGuessGame" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Option Explicit