home *** CD-ROM | disk | FTP | other *** search
Microsoft Help compiler Project | 1995-08-24 | 530 b | 25 lines |
- ; MASTAPP.HPJ
- ; Author: James Von Hendy
- ; Revision history: 02/02/95 Created project file
- [OPTIONS]
- CONTENTS = MastappHelpContents
- TITLE = MASTAPP Help
- COMPRESS = MEDIUM
- WARNING = 3
- REPORT = ON
- [FILES]
- MASTAPP.RTF
- [MAP]
- #define MastappHelpContents 1
- #define NewOrders 2
- #define BrowseForm 3
- #define PartsForm 4
- #define ReportSmith 5
- #define EditParts 6
- #define SplashScreen 7
- #define SelectCustomer 8
- #define SelectPart 9
- #define InsertMode 10
- #define EditMode 11
- #define BrowseMode 12
- #define PrintForm 13