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

  1. /**************************************************************************
  2.  *  File name  :  help.h
  3.  *
  4.  *  Description:  This header file contains the identifiers for the
  5.  *                constants used by the help manager.
  6.  *
  7.  *  Concepts   :  help manager
  8.  *
  9.  *  API's      :  [none]
  10.  *
  11.  *  Required
  12.  *    Files    :  [none]
  13.  *
  14.  *  Copyright (C) 1991 IBM Corporation
  15.  *
  16.  *      DISCLAIMER OF WARRANTIES.  The following [enclosed] code is
  17.  *      sample code created by IBM Corporation. This sample code is not
  18.  *      part of any standard or IBM product and is provided to you solely
  19.  *      for  the purpose of assisting you in the development of your
  20.  *      applications.  The code is provided "AS IS", without
  21.  *      warranty of any kind.  IBM shall not be liable for any damages
  22.  *      arising out of your use of the sample code, even if they have been
  23.  *      advised of the possibility of such damages.                                                    *
  24.  *************************************************************************/
  25.  
  26. /*
  27.  *  Help table and subtables
  28.  */
  29. #define TEMPLATE_HELP_TABLE                 1000
  30. #define SUBTABLE_MAIN                       2000
  31. #define SUBTABLE_PRODUCTINFODLG             3000
  32.  
  33.  
  34. /*
  35.  *  Main window help panels
  36.  */
  37. #define PANEL_MAIN                          2100
  38. #define PANEL_PRODUCTINFODLG                3100
  39.  
  40.  
  41. #define PANEL_FILE                          2210
  42. #define PANEL_FILENEW                       2220
  43. #define PANEL_FILEOPEN                      2230
  44. #define PANEL_FILESAVE                      2240
  45. #define PANEL_FILESAVEAS                    2250
  46. #define PANEL_FILEEXIT                      2290
  47. #define PANEL_EDIT                          2310
  48. #define PANEL_EDITUNDO                      2320
  49. #define PANEL_EDITCUT                       2330
  50. #define PANEL_EDITCOPY                      2340
  51. #define PANEL_EDITPASTE                     2350
  52. #define PANEL_EDITCLEAR                     2360
  53. #define PANEL_HELP                          2910
  54. #define PANEL_HELPINDEX                     2920
  55. #define PANEL_HELPGENERAL                   2930
  56. #define PANEL_HELPUSINGHELP                 2940
  57. #define PANEL_HELPKEYS                      2950
  58. #define PANEL_HELPTUTORIAL                  2960
  59. #define PANEL_HELPPRODUCTINFO               2970
  60.  
  61. /*
  62.  *  Enter text dialog help subtable
  63.  */
  64. #define PANEL_PRODUCTINFO_OK                3110
  65.  
  66. #define HID_FS_OPEN_DLG_HELP_PANEL          4163
  67. #define HID_FS_SAVE_DLG_HELP_PANEL          4210
  68. /***************************  End of help.h  ****************************/
  69.