home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
- Begin VB.Form frmHelp
- BorderStyle = 1 'Fixed Single
- Caption = "Help"
- ClientHeight = 4485
- ClientLeft = 45
- ClientTop = 330
- ClientWidth = 8205
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 4485
- ScaleWidth = 8205
- StartUpPosition = 3 'Windows Default
- Begin RichTextLib.RichTextBox RichTextBox1
- Height = 4395
- Left = 45
- TabIndex = 0
- Top = 45
- Width = 8085
- _ExtentX = 14261
- _ExtentY = 7752
- _Version = 393217
- Enabled = -1 'True
- ScrollBars = 3
- TextRTF = $"frmHelp.frx":0000
- 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 Form_Load()
- RichTextBox1.LoadFile App.Path + "\To use.rtf"
- End Sub
-