home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / STYLE.ZIP / STY_HELP.H < prev    next >
Text File  |  1992-03-30  |  11KB  |  248 lines

  1. /*************************************************************************
  2. *
  3. *  File Name   : STY_HELP.H
  4. *
  5. *  Description : This header file contains the identifiers for the constants
  6. *                used by the help manager.
  7. *
  8. *  Copyright (C) 1992 IBM Corporation
  9. *
  10. *      DISCLAIMER OF WARRANTIES.  The following [enclosed] code is
  11. *      sample code created by IBM Corporation. This sample code is not
  12. *      part of any standard or IBM product and is provided to you solely
  13. *      for  the purpose of assisting you in the development of your
  14. *      applications.  The code is provided "AS IS", without
  15. *      warranty of any kind.  IBM shall not be liable for any damages
  16. *      arising out of your use of the sample code, even if they have been
  17. *      advised of the possibility of such damages.                                                    *
  18. *
  19. ************************************************************************/
  20.  
  21. /*--------------------------------------------------------------*\
  22.  *  Help table and subtables
  23. \*--------------------------------------------------------------*/
  24. #define STYLE_HELP_TABLE                    1000
  25.  
  26. #define SUBTABLE_MAIN                       2000
  27. #define SUBTABLE_DEMOMSGBOX                 3000
  28. #define SUBTABLE_BUTTONSDLG                 4000
  29. #define SUBTABLE_LISTBOXDLG                 5000
  30. #define SUBTABLE_COMBOBOXDLG                6000
  31. #define SUBTABLE_ENTRYFIELDDLG              7000
  32. #define SUBTABLE_STATICDLG                  8000
  33. #define SUBTABLE_PPDEMODLG                  9000
  34. #define SUBTABLE_ABOUTBOX                  10000
  35. #define SUBTABLE_CONTAINERDLG              11000
  36. #define SUBTABLE_NOTEBOOKDLG               12000
  37. #define SUBTABLE_SLIDERDLG                 13000
  38. #define SUBTABLE_VALUESETDLG               14000
  39. #define SUBTABLE_SPINBUTTONDLG             15000
  40.  
  41.  
  42. /*--------------------------------------------------------------*\
  43.  *  Main window help panels
  44. \*--------------------------------------------------------------*/
  45. #define PANEL_MAIN                          2100
  46. #define PANEL_DEMOMSGBOX                    3100
  47. #define PANEL_BUTTONSDLG                    4100
  48. #define PANEL_LISTBOXDLG                    5100
  49. #define PANEL_COMBOBOXDLG                   6100
  50. #define PANEL_ENTRYFIELDDLG                 7100
  51. #define PANEL_STATICDLG                     8100
  52. #define PANEL_PPDEMODLG                     9100
  53. #define PANEL_ABOUTBOX                     10100
  54. #define PANEL_CONTAINERDLG                 11100
  55. #define PANEL_NOTEBOOKDLG                  12100
  56. #define PANEL_SLIDERDLG                    13100
  57. #define PANEL_VALUESETDLG                  14100
  58. #define PANEL_SPINBUTTONDLG                15100
  59. #define PANEL_UNKNOWNDLG                   20100
  60.  
  61.  
  62. /*--------------------------------------------------------------*\
  63.  *  Main menu help panels
  64. \*--------------------------------------------------------------*/
  65. #define PANEL_FILE                          2210
  66. #define PANEL_FILENEW                       2220
  67. #define PANEL_FILEOPEN                      2230
  68. #define PANEL_FILESAVE                      2240
  69. #define PANEL_FILESAVEAS                    2250
  70. #define PANEL_FILEPRINT                     2260
  71. #define PANEL_FILEPAGESETUP                 2270
  72. #define PANEL_FILEPRINTSETUP                2280
  73. #define PANEL_FILEEXIT                      2290
  74.  
  75. #define PANEL_EDIT                          2310
  76. #define PANEL_EDITUNDO                      2320
  77. #define PANEL_EDITCUT                       2330
  78. #define PANEL_EDITCOPY                      2340
  79. #define PANEL_EDITPASTE                     2350
  80. #define PANEL_EDITCLEAR                     2360
  81.  
  82. #define PANEL_OPTIONS                       2410
  83. #define PANEL_OPTIONSFORECOLOR              2420
  84. #define PANEL_OPTIONSBACKCOLOR              2430
  85. #define PANEL_OPTIONSBACKCOLORYELLOW        2431
  86. #define PANEL_OPTIONSBACKCOLORPINK          2432
  87. #define PANEL_OPTIONSBACKCOLORCYAN          2433
  88. #define PANEL_OPTIONSBACKCOLORDEFAULT       2434
  89. #define PANEL_OPTIONSFONT                   2440
  90.  
  91. #define PANEL_DEMO                          2510
  92. #define PANEL_DEMODLG                       2520
  93. #define PANEL_DEMODLGBUTTONS                2521
  94. #define PANEL_DEMODLGLISTBOXES              2522
  95. #define PANEL_DEMODLGCOMBOBOXES             2523
  96. #define PANEL_DEMODLGENTRYFIELDS            2524
  97. #define PANEL_DEMODLGSTATIC                 2525
  98. #define PANEL_DEMODLGPP                     2526
  99. #define PANEL_DEMODLGCONTAINER              2527
  100. #define PANEL_DEMODLGNOTEBOOK               2528
  101. #define PANEL_DEMODLGSLIDER                 2529
  102. #define PANEL_DEMODLGVALUESET               2560
  103. #define PANEL_DEMODLGSPINBUTTON             2561
  104. #define PANEL_DEMOMB                        2530
  105. #define PANEL_DEMOMBOK                      2531
  106. #define PANEL_DEMOMBOKCANCEL                2532
  107. #define PANEL_DEMOMBYESNO                   2533
  108. #define PANEL_DEMOMBYESNOCANCEL             2534
  109. #define PANEL_DEMOMBRETRY                   2535
  110. #define PANEL_DEMOMBABORT                   2536
  111. #define PANEL_DEMOMBENTER                   2537
  112. #define PANEL_DEMOMBENTERCANCEL             2538
  113.  
  114. #define PANEL_DEMOMBQUERY                   2541
  115. #define PANEL_DEMOMBWARNING                 2542
  116. #define PANEL_DEMOMBINFORMATION             2543
  117. #define PANEL_DEMOMBCRITICAL                2544
  118.  
  119. #define PANEL_DEMOMBAPPMODAL                2551
  120. #define PANEL_DEMOMBSYSMODAL                2552
  121. #define PANEL_DEMOMBMOVEABLE                2553
  122. #define PANEL_DEMOMBHELP                    2554
  123.  
  124. #define PANEL_HELP                          2910
  125. #define PANEL_HELPHELPFORHELP               2920
  126. #define PANEL_HELPEXTENDED                  2930
  127. #define PANEL_HELPKEYS                      2940
  128. #define PANEL_HELPINDEX                     2950
  129. #define PANEL_HELPABOUT                     2960
  130.  
  131.  
  132. /*--------------------------------------------------------------*\
  133.  *  Demo message box dialog help subtable
  134. \*--------------------------------------------------------------*/
  135. #define PANEL_DEMOMSGBOX_OK                 3110
  136. #define PANEL_DEMOMSGBOX_HELP               3120
  137.  
  138. /*--------------------------------------------------------------*\
  139.  *  Buttons demo dlg help subtable
  140. \*--------------------------------------------------------------*/
  141. #define PANEL_BUTTONSDLG_RADIO              4110
  142. #define PANEL_BUTTONSDLG_CHECKBOX           4120
  143. #define PANEL_BUTTONSDLG_THREESTATE         4130
  144. #define PANEL_BUTTONSDLG_PUSHBUTTON         4140
  145. #define PANEL_BUTTONSDLG_OK                 4150
  146. #define PANEL_BUTTONSDLG_HELP               4160
  147. #define PANEL_BUTTONSDLG_CANCEL             4170
  148.  
  149. /*--------------------------------------------------------------*\
  150.  *  Listbox demo dlg help subtable
  151. \*--------------------------------------------------------------*/
  152. #define PANEL_LISTBOXDLG_SINGLE             5110
  153. #define PANEL_LISTBOXDLG_MULTIPLE           5120
  154. #define PANEL_LISTBOXDLG_OK                 5130
  155. #define PANEL_LISTBOXDLG_HELP               5140
  156. #define PANEL_LISTBOXDLG_CANCEL             5150
  157.  
  158. /*--------------------------------------------------------------*\
  159.  *  Combobox demo dlg help subtable
  160. \*--------------------------------------------------------------*/
  161. #define PANEL_COMBOBOXDLG_SIMPLE            6110
  162. #define PANEL_COMBOBOXDLG_DROPDOWN          6120
  163. #define PANEL_COMBOBOXDLG_DROPDOWNLIST      6130
  164. #define PANEL_COMBOBOXDLG_OK                6140
  165. #define PANEL_COMBOBOXDLG_HELP              6150
  166. #define PANEL_COMBOBOXDLG_CANCEL            6160
  167.  
  168. /*--------------------------------------------------------------*\
  169.  *  Entry Field demo dlg help subtable
  170. \*--------------------------------------------------------------*/
  171. #define PANEL_ENTRYFIELDDLG_ENTRY           7110
  172. #define PANEL_ENTRYFIELDDLG_MLE             7120
  173. #define PANEL_ENTRYFIELDDLG_OK              7130
  174. #define PANEL_ENTRYFIELDDLG_HELP            7140
  175. #define PANEL_ENTRYFIELDDLG_CANCEL          7150
  176.  
  177. /*--------------------------------------------------------------*\
  178.  *  Static demo dialog help subtable
  179. \*--------------------------------------------------------------*/
  180. #define PANEL_STATICDLG_OK                  8110
  181. #define PANEL_STATICDLG_HELP                8120
  182. #define PANEL_STATICDLG_CANCEL              8130
  183.  
  184.  
  185. /*--------------------------------------------------------------*\
  186.  *  Presentation Parameters demo dlg help subtable
  187. \*--------------------------------------------------------------*/
  188. #define PANEL_PPDEMODLG_FORECOLORLIST       9110
  189. #define PANEL_PPDEMODLG_BACKCOLORLIST       9120
  190. #define PANEL_PPDEMODLG_FONTLIST            9130
  191. #define PANEL_PPDEMODLG_TESTBUTTON          9140
  192. #define PANEL_PPDEMODLG_APPLY               9150
  193. #define PANEL_PPDEMODLG_CANCEL              9160
  194. #define PANEL_PPDEMODLG_HELP                9170
  195.  
  196. /*--------------------------------------------------------------*\
  197.  *  About box dialog help subtable
  198. \*--------------------------------------------------------------*/
  199. #define PANEL_ABOUTBOX_OK                  10110
  200.  
  201. /*--------------------------------------------------------------*\
  202.  *  Container demo dlg help subtable
  203. \*--------------------------------------------------------------*/
  204. #define PANEL_CONTAINERDLG_CONTAINER       11110
  205. #define PANEL_CONTAINERDLG_OK              11120
  206. #define PANEL_CONTAINERDLG_CANCEL          11130
  207. #define PANEL_CONTAINERDLG_HELP            11140
  208.  
  209. /*--------------------------------------------------------------*\
  210.  *  NOTEBOOK demo dlg help subtable
  211. \*--------------------------------------------------------------*/
  212. #define PANEL_NOTEBOOKDLG_NOTEBOOK         12110
  213. #define PANEL_NOTEBOOKDLG_OK               12120
  214. #define PANEL_NOTEBOOKDLG_CANCEL           12130
  215. #define PANEL_NOTEBOOKDLG_HELP             12140
  216.  
  217. /*--------------------------------------------------------------*\
  218.  *  SLIDER demo dlg help subtable
  219. \*--------------------------------------------------------------*/
  220. #define PANEL_SLIDERDLG_VSLIDER            13110
  221. #define PANEL_SLIDERDLG_HSLIDER            13120
  222. #define PANEL_SLIDERDLG_OK                 13130
  223. #define PANEL_SLIDERDLG_CANCEL             12140
  224. #define PANEL_SLIDERDLG_HELP               13150
  225.  
  226. /*--------------------------------------------------------------*\
  227.  *  VALUESET demo dlg help subtable
  228. \*--------------------------------------------------------------*/
  229. #define PANEL_VALUESETDLG_VALUESET         14110
  230. #define PANEL_VALUESETDLG_OK               14120
  231. #define PANEL_VALUESETDLG_CANCEL           14130
  232. #define PANEL_VALUESETDLG_HELP             14140
  233.  
  234. /*--------------------------------------------------------------*\
  235.  *  SPIN BUTTON demo dlg help subtable
  236. \*--------------------------------------------------------------*/
  237. #define PANEL_SPINBUTTONDLG_MASTER         15110
  238. #define PANEL_SPINBUTTONDLG_SERVANT        15120
  239. #define PANEL_SPINBUTTONDLG_OK             15130
  240. #define PANEL_SPINBUTTONDLG_CANCEL         15150
  241. #define PANEL_SPINBUTTONDLG_HELP           15140
  242.  
  243. /*--------------------------------------------------------------*\
  244.  *  Panel for the unknown dialog item
  245. \*--------------------------------------------------------------*/
  246. #define PANEL_UNKNOWN                      20110
  247.  
  248.