home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / startapp.zip / HELP.H < prev    next >
Text File  |  1998-09-10  |  3KB  |  67 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.  *  (c) Copyright IBM Corp. 1991, 1998  All rights reserved.
  15.  *
  16.  *  These sample programs are owned by International Business Machines
  17.  *  Corporation or one of its subsidiaries ("IBM") and are copyrighted and
  18.  *  licensed, not sold.
  19.  *
  20.  *  You may copy, modify, and distribute these sample programs in any
  21.  *  form without payment to IBM, for any purpose including developing,
  22.  *  using, marketing or distributing programs that include or are
  23.  *  derivative works of the sample programs.
  24.  *
  25.  *  The sample programs are provided to you on an "AS IS" basis, without
  26.  *  warranty of any kind.  IBM HEREBY EXPRESSLY DISCLAIMS ALL WARRANTIES,
  27.  *  EITHER EXPRESS OR IMPLIED, INCLUDING , BUT NOT LIMITED TO, THE IMPLIED
  28.  *  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  29.  *  Some jurisdictions do not allow for the exclusion or limitation of
  30.  *  implied warranties, so the above limitations or exclusions may not
  31.  *  apply to you.  IBM shall not be liable for any damages you suffer
  32.  *  as a result of using, modifying or distributing the sample programs
  33.  *  or their derivatives.
  34.  *************************************************************************/
  35.  
  36. /*
  37.  *  Help table and subtables
  38.  */
  39. #define TEMPLATE_HELP_TABLE                 1000
  40. #define SUBTABLE_MAIN                       2000
  41. #define SUBTABLE_PRODUCTINFODLG             3000
  42.  
  43.  
  44. /*
  45.  *  Main window help panels
  46.  */
  47. #define PANEL_MAIN                          2100
  48. #define PANEL_PRODUCTINFODLG                3100
  49.  
  50.  
  51. #define PANEL_HELP                          2910
  52. #define PANEL_HELPINDEX                     2920
  53. #define PANEL_HELPGENERAL                   2930
  54. #define PANEL_HELPUSINGHELP                 2940
  55. #define PANEL_HELPKEYS                      2950
  56. #define PANEL_HELPTUTORIAL                  2960
  57. #define PANEL_HELPPRODUCTINFO               2970
  58.  
  59. /*
  60.  *  Enter text dialog help subtable
  61.  */
  62. #define PANEL_PRODUCTINFO_OK                3110
  63.  
  64. #define HID_FS_OPEN_DLG_HELP_PANEL          4163
  65. #define HID_FS_SAVE_DLG_HELP_PANEL          4210
  66. /***************************  End of help.h  ****************************/
  67.