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

  1. /*static char *SCCSID = "@(#)img_help.h    6.6 92/02/10";*/
  2. /**************************************************************************
  3.  *  File name  :  img_help.h
  4.  *
  5.  *  Description:  This header file contains the identifiers for the
  6.  *                constants used by the help manager.
  7.  *
  8.  *  Concepts   :  help manager
  9.  *
  10.  *  API's      :  [none]
  11.  *
  12.  *  Required
  13.  *    Files    :  [none]
  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. /*
  27.  *  Help table and subtables
  28.  */
  29. #define IMAGE_HELP_TABLE                    1000
  30.  
  31. #define SUBTABLE_MAIN                       2000
  32.  
  33. /*
  34.  *  Main window help panels
  35.  */
  36. #define PANEL_MAIN                          2100
  37.  
  38. /*
  39.  *  Menu help panels
  40.  */
  41. #define PANEL_FILE                          2210
  42. #define PANEL_FILEOPEN                      2220
  43.  
  44. #define PANEL_VIEW                          2310
  45. #define PANEL_VIEWDETAIL                    2320
  46. #define PANEL_VIEWCOLOR                     2330
  47. #define PANEL_VIEWSAVEPOSITION              2340
  48. #define PANEL_VIEWRESTOREPOSITION           2350
  49.  
  50. #define PANEL_HELP                          2910
  51. #define PANEL_HELPUSINGHELP                 2920
  52. #define PANEL_HELPGENERAL                   2930
  53. #define PANEL_HELPINDEX                     2950
  54. #define PANEL_HELPPRODUCTINFO               2960
  55.  
  56. #define HID_FS_OPEN_DLG_HELP_PANEL          4163
  57. #define HID_FS_SAVE_DLG_HELP_PANEL          4210
  58. /***************************  End of img_help.h  *************************/
  59.