home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / mymem1 / myhelp.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-05-08  |  3.5 KB  |  106 lines

  1. VERSION 2.00
  2. Begin Form MyHelp 
  3.    BorderStyle     =   3  'Fixed Double
  4.    Caption         =   "Help"
  5.    ClientHeight    =   4215
  6.    ClientLeft      =   1470
  7.    ClientTop       =   1740
  8.    ClientWidth     =   5310
  9.    Height          =   4620
  10.    Icon            =   0
  11.    Left            =   1410
  12.    LinkMode        =   1  'Source
  13.    LinkTopic       =   "Form1"
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    ScaleHeight     =   4215
  17.    ScaleWidth      =   5310
  18.    Top             =   1395
  19.    Width           =   5430
  20.    Begin CommandButton Command1 
  21.       Caption         =   "OK"
  22.       Height          =   375
  23.       Left            =   120
  24.       TabIndex        =   0
  25.       Top             =   3720
  26.       Width           =   855
  27.    End
  28.    Begin PictureBox Picture1 
  29.       BorderStyle     =   0  'None
  30.       Height          =   615
  31.       Left            =   120
  32.       Picture         =   MYHELP.FRX:0000
  33.       ScaleHeight     =   615
  34.       ScaleWidth      =   615
  35.       TabIndex        =   1
  36.       TabStop         =   0   'False
  37.       Top             =   120
  38.       Width           =   615
  39.    End
  40.    Begin Label Label1 
  41.       Caption         =   "Permission granted to use, copy and distribute without fee."
  42.       Height          =   375
  43.       Index           =   6
  44.       Left            =   1320
  45.       TabIndex        =   8
  46.       Top             =   3720
  47.       Width           =   3735
  48.    End
  49.    Begin Label Label1 
  50.       Caption         =   "See how many moves it takes you to complete a game!"
  51.       Height          =   255
  52.       Index           =   5
  53.       Left            =   120
  54.       TabIndex        =   6
  55.       Top             =   3360
  56.       Width           =   5055
  57.    End
  58.    Begin Label Label1 
  59.       Caption         =   "See Settings in game menu for configuarable items.  Note that some settings may be grayed if screen resolution doesn't allow full playing field to be seen.  In this case use smaller square size."
  60.       Height          =   855
  61.       Index           =   4
  62.       Left            =   120
  63.       TabIndex        =   7
  64.       Top             =   2400
  65.       Width           =   5055
  66.    End
  67.    Begin Label Label1 
  68.       Caption         =   "Click on the background or select New Game from the menu to start."
  69.       Height          =   495
  70.       Index           =   3
  71.       Left            =   120
  72.       TabIndex        =   5
  73.       Top             =   1800
  74.       Width           =   5175
  75.    End
  76.    Begin Label Label1 
  77.       Caption         =   "This is a Memory (Concentration) like game.  Simply click on the buttons to find a matching pair of objects.  Matched pairs remain, unmatched pairs hide after two seconds."
  78.       Height          =   855
  79.       Index           =   2
  80.       Left            =   120
  81.       TabIndex        =   4
  82.       Top             =   840
  83.       Width           =   5055
  84.    End
  85.    Begin Label Label1 
  86.       Caption         =   "Written in Visual Basic by Dirk Rogers"
  87.       Height          =   495
  88.       Index           =   1
  89.       Left            =   2760
  90.       TabIndex        =   3
  91.       Top             =   120
  92.       Width           =   2055
  93.    End
  94.    Begin Label Label1 
  95.       Caption         =   "MyMemory     Version 1.2 Copyright (c) 1991"
  96.       Height          =   615
  97.       Index           =   0
  98.       Left            =   840
  99.       TabIndex        =   2
  100.       Top             =   120
  101.       Width           =   1815
  102.    End
  103. Sub Command1_Click ()
  104.     Unload MyHelp
  105. End Sub
  106.