home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmHelp
- BorderStyle = 3 'Fixed Dialog
- Caption = "Help File"
- ClientHeight = 4515
- ClientLeft = 2760
- ClientTop = 3750
- ClientWidth = 7035
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 4515
- ScaleWidth = 7035
- ShowInTaskbar = 0 'False
- Begin VB.TextBox Text1
- Height = 3375
- Left = 360
- MultiLine = -1 'True
- ScrollBars = 2 'Vertical
- TabIndex = 1
- Text = "frmHelp.frx":0000
- Top = 240
- Width = 6495
- End
- Begin VB.CommandButton OKButton
- Cancel = -1 'True
- Caption = "OK"
- Default = -1 'True
- Height = 375
- Left = 2880
- TabIndex = 0
- Top = 3960
- Width = 1215
- End
- Attribute VB_Name = "frmHelp"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub OKButton_Click()
- Me.Hide
- End Sub
-