home *** CD-ROM | disk | FTP | other *** search
-
- /*****************************************************************/
- /* Help Table Definition */
- /* */
- /* The main help table is defined including the window for which */
- /* help will be displayed, the help subtable which references */
- /* the help panels and the panel id for the extended help panel */
- /*****************************************************************/
-
- #define EXTENDED_HELP_PANEL_ID 1
- #define SUBTABLE_DLG 2
-
- HELPTABLE DID_DLG
- BEGIN
- HELPITEM DID_DLG, SUBTABLE_DLG, EXTENDED_HELP_PANEL_ID
- END
-
-
- HELPSUBTABLE SUBTABLE_DLG
- BEGIN
- HELPSUBITEM DID_RETURN_ADDR, DID_RETURN_ADDR
- HELPSUBITEM DID_ADDR, DID_ADDR
- HELPSUBITEM DID_PRINT, DID_PRINT
- HELPSUBITEM DID_SAVE, DID_SAVE
- HELPSUBITEM DID_SAVE_RET, DID_SAVE_RET
- END
-