home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 3 / cd.iso / os2 / pmgnuchs / help.h < prev    next >
Text File  |  1994-04-20  |  4KB  |  96 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_FILELIST                      2260
  47. #define PANEL_FILEEXIT                      2270
  48. #define PANEL_EDIT                          2310
  49. #define PANEL_EDITUNDO                      2320
  50. #define PANEL_EDITREMOVE                    2330
  51. #define PANEL_EDITMOVE                      2340
  52. #define PANEL_EDITSTOP                      2350
  53. #define PANEL_EDITNOCOMPUTER                2360
  54. #define PANEL_EDITSETUP                     2370
  55. #define PANEL_OPTIONS                          2410
  56. #define PANEL_OPTIONS_TONE                     2560
  57. #define PANEL_OPTIONS_COOR                     2570
  58. #define PANEL_OPTIONS_STATS                    2420
  59. #define PANEL_OPTIONS_SPEED                    2430
  60. #define PANEL_OPTIONS_HASH                     2440
  61. #define PANEL_OPTIONS_BOTH                     2450
  62. #define PANEL_OPTIONS_BOOK                     2460
  63. #define PANEL_OPTIONS_AWINDOW                  2470
  64. #define PANEL_OPTIONS_BWINDOW                  2480
  65. #define PANEL_OPTIONS_CONTEMP                  2490
  66. #define PANEL_SKILL                         2510
  67. #define PANEL_SKILL_TIME                    2520
  68. #define PANEL_SKILL_RANDOM                  2530
  69. #define PANEL_SKILL_EASY                    2540
  70. #define PANEL_SKILL_DEPTH                   2550
  71. #define PANEL_SIDE                            2610
  72. #define PANEL_SIDE_REVERSE                    2620
  73. #define PANEL_SIDE_SWITCH                     2630
  74. #define PANEL_SIDE_WHITE                      2640
  75. #define PANEL_SIDE_BLACK                      2650
  76. #define PANEL_SIDE_REFRESH                    2660
  77. #define PANEL_COLOR                         2710
  78. #define PANEL_HELP                          2910
  79. #define PANEL_HELPINDEX                     2920
  80. #define PANEL_HELPGENERAL                   2930
  81. #define PANEL_HELPUSINGHELP                 2940
  82. #define PANEL_HELPKEYS                      2950
  83. #define PANEL_HELPTUTORIAL                  2960
  84. #define PANEL_HELPPRODUCTINFO               2970
  85.  
  86. /*
  87.  *  Enter text dialog help subtable
  88.  */
  89. #define PANEL_PRODUCTINFO_OK                3110
  90.  
  91. #define HID_FS_OPEN_DLG_HELP_PANEL          4163
  92. #define HID_FS_SAVE_DLG_HELP_PANEL          4210
  93. #define MESSAGELEN          50    /* maximum length for messages */
  94. #define MSGBOXID        1001
  95. /***************************  End of help.h  ****************************/
  96.