home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / os2 / npipe / clnphelp.h < prev    next >
Text File  |  1999-05-11  |  2KB  |  46 lines

  1. /*
  2.  *    Clnphelp.h - include file for help routines.
  3.  *       Copyright 1991 IBM Corp.
  4.  */
  5.  
  6. /*--------------------------------------------------------------*\
  7.  *  Help table and subtables                                    *
  8. \*--------------------------------------------------------------*/
  9. #define CLIP_HELP_TABLE                     1000
  10.  
  11. #define SUBTABLE_MAIN                       2000
  12. #define SUBTABLE_ABOUTBOXDLG                3000
  13. #define SUBTABLE_SERVER                     4000
  14.  
  15.  
  16.  
  17. /*--------------------------------------------------------------*\
  18.  *  Main window help panels                                     *
  19. \*--------------------------------------------------------------*/
  20. #define PANEL_MAIN                          2100
  21. #define PANEL_ABOUTBOXDLG                   3100
  22. #define PANEL_REMOTESERVER                  4100
  23.  
  24.  
  25. #define PANEL_FILE                          2210
  26. #define PANEL_FILESTART                     2220
  27. #define PANEL_FILEEXIT                      2290
  28. #define PANEL_OPTION                        2310
  29. #define PANEL_OPTIONSWAPPIECES              2320
  30. #define PANEL_HELP                          2910
  31. #define PANEL_HELPHELPFORHELP               2920
  32. #define PANEL_HELPEXTENDED                  2930
  33. #define PANEL_HELPKEYS                      2940
  34. #define PANEL_HELPINDEX                     2950
  35. #define PANEL_HELPABOUT                     2960
  36.  
  37. /*--------------------------------------------------------------*\
  38.  *  Enter text dialog help subtable                             *
  39. \*--------------------------------------------------------------*/
  40. #define PANEL_ABOUTBOX_OK                   3110
  41.  
  42.  
  43. #define PANEL_REMOTESERVER_SERVERNAME       4110
  44. #define PANEL_REMOTESERVER_OK               4110
  45. #define PANEL_REMOTESERVER_CANCEL           4110
  46.