VERSION 5.00
Begin VB.Form About 
   BackColor       =   &H00808080&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "About"
   ClientHeight    =   2955
   ClientLeft      =   3810
   ClientTop       =   3105
   ClientWidth     =   4020
   Icon            =   "AboutTyping.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2955
   ScaleWidth      =   4020
   Begin VB.Frame Frame1 
      BackColor       =   &H00808080&
      Height          =   855
      Left            =   240
      TabIndex        =   0
      Top             =   360
      Width           =   3495
      Begin VB.Label Label2 
         BackColor       =   &H00808080&
         Caption         =   "gameover@watchmail.com"
         BeginProperty Font 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H0000C000&
         Height          =   255
         Left            =   480
         TabIndex        =   2
         Top             =   480
         Width           =   2415
      End
      Begin VB.Label Label1 
         BackColor       =   &H00808080&
         Caption         =   " Created by: Benedict C. Chanco"
         BeginProperty Font 
            Name            =   "Tahoma"
            Size            =   9
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   120
         TabIndex        =   1
         Top             =   240
         Width           =   3135
      End
   End
   Begin VB.Frame Frame3 
      BackColor       =   &H00808080&
      Height          =   2655
      Left            =   120
      TabIndex        =   3
      Top             =   120
      Width           =   3735
      Begin VB.CommandButton Command1 
         BackColor       =   &H00C0C0C0&
         Caption         =   "&Done"
         Height          =   375
         Left            =   1080
         TabIndex        =   4
         Top             =   2160
         Width           =   1575
      End
      Begin VB.Label Label3 
         Alignment       =   2  'Center
         BackColor       =   &H00808080&
         Caption         =   "   For more files visit        http://www.codecradle.cjb.net"
         BeginProperty Font 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00BD573E&
         Height          =   495
         Left            =   240
         TabIndex        =   5
         Top             =   1320
         Width           =   3015
      End
   End
End
Attribute VB_Name = "About"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
  Unload Me
End Sub

Private Sub Form_Load()
  AGame5.Enabled = False
End Sub

Private Sub Form_Unload(Cancel As Integer)
  AGame5.Enabled = True
End Sub

