home *** CD-ROM | disk | FTP | other *** search
- {=====================================================================
- Copyright 1993-1996 by Teletech Systems, Inc. All rights reserved
-
-
- This source code may not be distributed in part or as a whole without
- express written permission from Teletech Systems.
- =====================================================================}
- unit HelpDefs;
- interface
-
-
-
- { To add help to your application, add the statement
-
- Application.Helpfile := 'INVOICE.hlp';
-
- to your project startup file (*.DPR).
-
- [F1] key help will work automatically, if you allowed HelpWriter to
- update your code. }
- {=====================================================================
- List of Context IDs for <INVOICE>
- =====================================================================}
- const
- Hlp_Invoice_Creator = 10; {Main Help Window}
- Hlp_THE_MAIN = 20; {Main Help Window}
- Hlp_NEW_CUSTOMER = 30; {Main Help Window}
- Hlp_AUTO_INVOICE = 40; {Main Help Window}
- Hlp_INVOICE_SCREEN = 50; {Main Help Window}
- Hlp_PRODUCT_CODE = 60; {Main Help Window}
- Hlp_Print_Preview = 70; {Main Help Window}
- {Glossary definitions}
- GLOS_record_button = 80;
- GLOS_NxA = 90;
- GLOS_checked = 100;
- GLOS_PRINT_BUTTON = 110;
- GLOS_ButtonBar = 120;
-
-
- implementation
-
- end.
-
-