home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / gpiimage.zip / IMG_HELP.RC < prev    next >
Text File  |  1998-04-20  |  3KB  |  78 lines

  1. /**************************************************************************
  2.  *  File name  :  img_help.rc
  3.  *
  4.  *  Description:  This resource file contains the Help tables and subtables
  5.  *                resources used by the help manager.
  6.  *                An application developer can use this code as a template.
  7.  *
  8.  *  Concepts   :  help table
  9.  *
  10.  *  API's      :  [none]
  11.  *
  12.  *  Required
  13.  *    Files    :  OS2.H, IMG_MAIN.H, IMG_HELP.H, IMG_DLG.H
  14.  *
  15.  *  Copyright (C) 1991 IBM Corporation
  16.  *
  17.  *      DISCLAIMER OF WARRANTIES.  The following [enclosed] code is
  18.  *      sample code created by IBM Corporation. This sample code is not
  19.  *      part of any standard or IBM product and is provided to you solely
  20.  *      for  the purpose of assisting you in the development of your
  21.  *      applications.  The code is provided "AS IS", without
  22.  *      warranty of any kind.  IBM shall not be liable for any damages
  23.  *      arising out of your use of the sample code, even if they have been
  24.  *      advised of the possibility of such damages.                                                    *
  25.  *************************************************************************/
  26. #include <os2.h>
  27.  
  28. #include "img_main.h"
  29. #include "img_help.h"
  30. #include "img_dlg.h"
  31.  
  32. BITMAP IDR_BITMAP prodinfo.bmp
  33.  
  34. /*
  35.  *  Help table definition
  36.  */
  37. HELPTABLE   IMAGE_HELP_TABLE
  38. {
  39.     HELPITEM    IDR_MAIN,        SUBTABLE_MAIN,         PANEL_MAIN
  40. }
  41.  
  42. /*
  43.  *  Main window subtable, includes menu item help
  44.  */
  45. HELPSUBTABLE SUBTABLE_MAIN
  46. SUBITEMSIZE     2
  47. {
  48.     HELPSUBITEM     IDM_FILE,                PANEL_FILE
  49.     HELPSUBITEM     IDM_FILEOPEN,            PANEL_FILEOPEN
  50.  
  51.     HELPSUBITEM     IDM_VIEW,                PANEL_VIEW
  52.     HELPSUBITEM     IDM_VIEWDETAIL,          PANEL_VIEWDETAIL
  53.     HELPSUBITEM     IDM_VIEWFOREGROUNDCOLOR, PANEL_VIEWCOLOR
  54.     HELPSUBITEM     IDM_VIEWFORECOLORBLACK , PANEL_VIEWCOLOR
  55.     HELPSUBITEM     IDM_VIEWFORECOLORWHITE , PANEL_VIEWCOLOR
  56.     HELPSUBITEM     IDM_VIEWFORECOLORBLUE  , PANEL_VIEWCOLOR
  57.     HELPSUBITEM     IDM_VIEWFORECOLORGREEN , PANEL_VIEWCOLOR
  58.     HELPSUBITEM     IDM_VIEWFORECOLORYELLOW, PANEL_VIEWCOLOR
  59.     HELPSUBITEM     IDM_VIEWFORECOLORRED   , PANEL_VIEWCOLOR
  60.     HELPSUBITEM     IDM_VIEWBACKGROUNDCOLOR, PANEL_VIEWCOLOR
  61.     HELPSUBITEM     IDM_VIEWBACKCOLORBLACK , PANEL_VIEWCOLOR
  62.     HELPSUBITEM     IDM_VIEWBACKCOLORWHITE , PANEL_VIEWCOLOR
  63.     HELPSUBITEM     IDM_VIEWBACKCOLORBLUE  , PANEL_VIEWCOLOR
  64.     HELPSUBITEM     IDM_VIEWBACKCOLORGREEN , PANEL_VIEWCOLOR
  65.     HELPSUBITEM     IDM_VIEWBACKCOLORYELLOW, PANEL_VIEWCOLOR
  66.     HELPSUBITEM     IDM_VIEWBACKCOLORRED   , PANEL_VIEWCOLOR
  67.     HELPSUBITEM     IDM_VIEWSAVEPOSITION,    PANEL_VIEWSAVEPOSITION
  68.     HELPSUBITEM     IDM_VIEWRESTOREPOSITION, PANEL_VIEWRESTOREPOSITION
  69.  
  70.     HELPSUBITEM     IDM_HELP,                PANEL_HELP
  71.     HELPSUBITEM     IDM_HELPUSINGHELP,       PANEL_HELPUSINGHELP
  72.     HELPSUBITEM     IDM_HELPGENERAL,         PANEL_HELPGENERAL
  73.     HELPSUBITEM     IDM_HELPINDEX,           PANEL_HELPINDEX
  74.     HELPSUBITEM     IDM_HELPPRODUCTINFO,     PANEL_HELPPRODUCTINFO
  75. }
  76. /***************************  End of img_help.rc *************************/
  77.  
  78.