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

  1. /******************************************************************************
  2. *
  3. *  File Name   : JIGHELP.H
  4. *
  5. *  Description : Header file for Jigsaw help routines
  6. *
  7. *  Copyright (C) 1992 IBM Corporation
  8. *
  9. *      DISCLAIMER OF WARRANTIES.  The following [enclosed] code is
  10. *      sample code created by IBM Corporation. This sample code is not
  11. *      part of any standard or IBM product and is provided to you solely
  12. *      for  the purpose of assisting you in the development of your
  13. *      applications.  The code is provided "AS IS", without
  14. *      warranty of any kind.  IBM shall not be liable for any damages
  15. *      arising out of your use of the sample code, even if they have been
  16. *      advised of the possibility of such damages.                                                    *
  17. *
  18. ******************************************************************************/
  19.  
  20. #define HELPLIBRARYNAMELEN          20
  21.  
  22. #define JIGSAW_HELP_TABLE           1000     /* id for help table resource  */
  23. #define HID_FS_OPEN_DLG_HELP_PANEL  20809    /* id for open dialog box      */
  24.  
  25. #define SUBTABLE_MAIN               2500
  26.  
  27. /*
  28.  *  Main window help panels
  29.  */
  30.  
  31. #define PANEL_MAIN                  20815
  32.  
  33. /*
  34.  *  Main window subtable, includes menu item help
  35.  */
  36.  
  37. #define PANEL_FILE                  20801
  38. #define PANEL_FILELOAD              20803
  39. #define PANEL_FILEEXIT              20804
  40.  
  41. #define PANEL_OPTIONS               20802
  42. #define PANEL_OPTIONSHOW            20805
  43. #define PANEL_SIZE_SMALL            20805
  44. #define PANEL_SIZE_MEDIUM           20805
  45. #define PANEL_SIZE_LARGE            20805
  46. #define PANEL_SIZE_FULL             20805
  47. #define PANEL_OPTIONJUMBLE          20806
  48. #define PANEL_HELPKEYS              20810
  49.  
  50. #define PANEL_HELP                  64022
  51. #define PANEL_HELPINDEX             64026
  52. #define PANEL_HELPEXTENDED          64024
  53. #define PANEL_HELPHELPFORHELP       64023
  54. #define PANEL_HELPABOUT             64096
  55.  
  56. #define PANEL_EXTENDED_CONTENTS     20815
  57.  
  58. /*
  59.  *  Message box help resource entry points
  60.  */
  61.  
  62. #define PANEL_INFO_OK               20818
  63.