home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / Map_Scape20401412312006.psc / frmHelp.frm < prev    next >
Text File  |  2006-12-27  |  1KB  |  31 lines

  1. VERSION 5.00
  2. Begin VB.Form frmHelp 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "Help"
  5.    ClientHeight    =   630
  6.    ClientLeft      =   45
  7.    ClientTop       =   435
  8.    ClientWidth     =   5430
  9.    Icon            =   "frmHelp.frx":0000
  10.    LinkTopic       =   "Form1"
  11.    MaxButton       =   0   'False
  12.    MinButton       =   0   'False
  13.    ScaleHeight     =   630
  14.    ScaleWidth      =   5430
  15.    ShowInTaskbar   =   0   'False
  16.    StartUpPosition =   3  'Windows Default
  17.    Begin VB.Label Label1 
  18.       Caption         =   "You use keys on the keyboard to move the map instead of the mouse. The keys are:  Left is A, Down is S, Right is D, and Up is W."
  19.       Height          =   435
  20.       Left            =   120
  21.       TabIndex        =   0
  22.       Top             =   120
  23.       Width           =   5280
  24.    End
  25. End
  26. Attribute VB_Name = "frmHelp"
  27. Attribute VB_GlobalNameSpace = False
  28. Attribute VB_Creatable = False
  29. Attribute VB_PredeclaredId = True
  30. Attribute VB_Exposed = False
  31.