home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / TOOLKIT / OS2 / QUEUES / SVRQHELP.H < prev    next >
Text File  |  1994-11-17  |  2KB  |  48 lines

  1. /*==============================================================*\
  2.  *  svrqhelp.h - Sample queue apps help include file
  3.  *      Copyright 1991 IBM Corp.
  4.  *--------------------------------------------------------------
  5.  *
  6.  *  This resource file contains constant and function
  7.  *  definitions for resources used by the help manager.
  8.  *
  9. \*==============================================================*/
  10. /*--------------------------------------------------------------*\
  11.  *  Help table and subtables                                    *
  12. \*--------------------------------------------------------------*/
  13. #define SVRQ_HELP_TABLE                     1000
  14.  
  15. #define SUBTABLE_MAIN                       2000
  16. #define SUBTABLE_ABOUTBOXDLG                3000
  17.  
  18.  
  19.  
  20. /*--------------------------------------------------------------*\
  21.  *  Main window help panels                                     *
  22. \*--------------------------------------------------------------*/
  23. #define PANEL_MAIN                          2100
  24. #define PANEL_ABOUTBOXDLG                   3100
  25.  
  26.  
  27. #define PANEL_FILE                          2210
  28. #define PANEL_FILEEXIT                      2290
  29. #define PANEL_OPTION                        2310
  30. #define PANEL_OPTIONPURGE                   2320
  31. #define PANEL_HELP                          2910
  32. #define PANEL_HELPHELPFORHELP               2920
  33. #define PANEL_HELPEXTENDED                  2930
  34. #define PANEL_HELPKEYS                      2940
  35. #define PANEL_HELPINDEX                     2950
  36. #define PANEL_HELPABOUT                     2960
  37.  
  38. /*--------------------------------------------------------------*\
  39.  *  Enter text dialog help subtable                             *
  40. \*--------------------------------------------------------------*/
  41. #define PANEL_ABOUTBOX_OK                   3110
  42.  
  43.  
  44. #define IDD_ABOUTBOX        1001
  45.  
  46. #define IDC_OK              1
  47. #define IDC_ICON            4
  48.