home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / tool / helpfile / ezhelp / ezhlp1.frm < prev    next >
Text File  |  1995-02-27  |  1KB  |  43 lines

  1. VERSION 2.00
  2. Begin Form Form1 
  3.    Caption         =   "EasyHelp"
  4.    ClientHeight    =   1155
  5.    ClientLeft      =   3855
  6.    ClientTop       =   3030
  7.    ClientWidth     =   2055
  8.    Height          =   1680
  9.    Left            =   3795
  10.    LinkMode        =   1  'Source
  11.    LinkTopic       =   "Form1"
  12.    ScaleHeight     =   1155
  13.    ScaleWidth      =   2055
  14.    Top             =   2565
  15.    Width           =   2175
  16.    Begin CommandButton Command2 
  17.       Caption         =   "Exit"
  18.       Height          =   495
  19.       Left            =   1200
  20.       TabIndex        =   1
  21.       Top             =   240
  22.       Width           =   735
  23.    End
  24.    Begin CommandButton Command1 
  25.       Caption         =   "Help"
  26.       Height          =   495
  27.       Left            =   120
  28.       TabIndex        =   0
  29.       Top             =   240
  30.       Width           =   855
  31.    End
  32. End
  33. Sub Command1_Click ()
  34. screen.MousePointer = 11
  35. Form2.Show
  36. End Sub
  37.  
  38. Sub Command2_Click ()
  39. Unload Form2
  40. End
  41. End Sub
  42.  
  43.