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

  1. /**************************************************************************
  2.  *  File name  :  draghelp.h
  3.  *
  4.  *  Description:  The DRAGHELP include file defines symbolic constants
  5.  *                used by the Help Manager.
  6.  *
  7.  *  Concepts   :  IPF
  8.  *
  9.  *  API's      :  [none]
  10.  *
  11.  *  Copyright (C) 1991 IBM Corporation
  12.  *
  13.  *      DISCLAIMER OF WARRANTIES.  The following [enclosed] code is
  14.  *      sample code created by IBM Corporation. This sample code is not
  15.  *      part of any standard or IBM product and is provided to you solely
  16.  *      for  the purpose of assisting you in the development of your
  17.  *      applications.  The code is provided "AS IS", without
  18.  *      warranty of any kind.  IBM shall not be liable for any damages
  19.  *      arising out of your use of the sample code, even if they have been
  20.  *      advised of the possibility of such damages.                                                    *
  21.  *************************************************************************/
  22.  
  23. /*
  24.  *  Help table and subtables
  25.  */
  26. #define DRAGDROP_HELP_TABLE                 1000
  27. #define SUBTABLE_MAIN                       2000
  28. #define SUBTABLE_OPENDLG                    3000
  29. #define SUBTABLE_PRODUCTINFODLG             4000
  30.  
  31.  
  32. /*
  33.  *  Main window help panels
  34.  */
  35. #define PANEL_MAIN                          2100
  36. #define PANEL_OPENDLG                       2100
  37. #define PANEL_PRODUCTINFODLG                4100
  38.  
  39.  
  40. #define PANEL_FILE                          2210
  41. #define PANEL_FILEOPEN                      2220
  42. #define PANEL_WINDOW                        2310
  43. #define PANEL_WINDOWREFRESH                 2320
  44. #define PANEL_WINDOWSELECTALL               2330
  45. #define PANEL_WINDOWDESELECTALL             2340
  46. #define PANEL_HELP                          2910
  47. #define PANEL_HELPINDEX                     2920
  48. #define PANEL_HELPGENERAL                   2930
  49. #define PANEL_HELPUSINGHELP                 2940
  50. #define PANEL_HELPKEYS                      2950
  51. #define PANEL_HELPPRODUCTINFO               2960
  52.  
  53. /*
  54.  *  Definitions of help subtable objects
  55.  */
  56. #define PANEL_OPENDLG_OK                    3110
  57. #define PANEL_OPENDLG_HELP                  3120
  58. #define PANEL_PRODUCTINFO_OK                4110
  59.  
  60. #define HI_HELPMENU             64022
  61. #define HI_HELPUSINGHELP        64023
  62. #define HI_HELPGENERALHELP      64024
  63. #define HI_HELPHELPINDEX        64026
  64. #define HI_USINGHELP            64027
  65. #define HI_HELPINDEX            64044
  66. /***************************  End of draghelp.h  *************************/
  67.