home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk12 / ted / tedhp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-11-20  |  3.7 KB  |  85 lines

  1. /**********************************************************************
  2.  
  3.     Tedhp.h
  4.  
  5.     Created by Microsoft Corporation, IBM Corporation 1989
  6.  
  7. **********************************************************************/
  8.  
  9.  
  10.  
  11.  
  12. /**********************************************************************/
  13. /*  Help panel resource ids.                                          */
  14. /**********************************************************************/
  15.  
  16.  
  17. #define TED_HELP_TABLE          4000
  18. #define SUBTBL_MAIN_MENU        4001
  19. #define SUBTBL_FIND_DIALOG      4002
  20. #define SUBTBL_ABOUT_DIALOG     4003
  21.  
  22.  
  23.  
  24.  
  25.  
  26. #define GENERAL_HP              4144    /* 0x1030 */
  27. #define OPEN_HP                 4160    /* 0x1040 */
  28. #define OPEN_FILEEDIT_HP        4163    /* 0x1043 */
  29. #define OPEN_OPEN_BUTN_HP       4164    /* 0x1044 */
  30. #define CREATENEW_HP            4176    /* 0x1050 */
  31. #define SAVE_HP                 4192    /* 0x1060 */
  32. #define SAVEAS_HP               4208    /* 0x1070 */
  33. #define SAVEAS_FILEEDIT_HP      4210    /* 0x1072 */
  34. #define SAVEAS_SAVEAS_BUTN_HP   4211    /* 0x1073 */
  35. #define SAVEAS_DIRECTORYLIST_HP 4212    /* 0x1074 */
  36. #define AUTOSAVE_HP             4224    /* 0x1080 */
  37. #define AUTOSAVE_EDIT_HP        4225    /* 0x1081 */
  38. #define AUTOSAVE_ON_HP          4226    /* 0x1082 */
  39. #define AUTOSAVE_SET_BUTN_HP    4227    /* 0x1083 */
  40. #define ABOUT_HP                4240    /* 0x1090 */
  41. #define EXIT_HP                 4352    /* 0x1100 */
  42. #define UNDO_HP                 4368    /* 0x1110 */
  43. #define CUT_HP                  4384    /* 0x1120 */
  44. #define COPY_HP                 4400    /* 0x1130 */
  45. #define PASTE_HP                4416    /* 0x1140 */
  46. #define CLEAR_HP                4432    /* 0x1150 */
  47. #define FIND_HP                 4448    /* 0x1160 */
  48. #define FIND_FINDEDIT_HP        4449    /* 0x1161 */
  49. #define FIND_CHANGETOEDIT_HP    4450    /* 0x1162 */
  50. #define FIND_CASE_HP            4451    /* 0x1163 */
  51. #define FIND_WRAP_HP            4452    /* 0x1164 */
  52. #define FIND_FIND_BUTN_HP       4453    /* 0x1165 */
  53. #define FIND_CHGFIND_BUTN_HP    4454    /* 0x1166 */
  54. #define FIND_CHG_BUTN_HP        4455    /* 0x1167 */
  55. #define FIND_CHGALL_BUTN_HP     4456    /* 0x1168 */
  56. #define SELECTALL_HP            4464    /* 0x1170 */
  57. #define HELPONHELP_MENU_HP      4608    /* 0x1200 */
  58. #define EXTHELP_MENU_HP         4609    /* 0x1201 */
  59. #define INDEX_MENU_HP           4624    /* 0x1210 */
  60. #define KEYS_MENU_HP            4640    /* 0x1220 */
  61. #define EOL_CHAR_HP             4656    /* 0x1230 */
  62. #define TAB_CHAR_HP             4672    /* 0x1240 */
  63. #define KEYS_HELP_HP            4736    /* 0x1280 */
  64. #define CLIPBOARD_HP            4752    /* 0x1290 */
  65. #define SELECTING_TEXT_HP       4864    /* 0x1300 */
  66. #define WORD_WRAP_HP            4880    /* 0x1310 */
  67. #define FILE_AAB_HP             4896    /* 0x1320 */
  68. #define EDIT_AAB_HP             4912    /* 0x1330 */
  69. #define OPTIONS_AAB_HP          4928    /* 0x1340 */
  70. #define HELP_AAB_HP             4944    /* 0x1350 */
  71. #define SAVEQUIT_HP             4960    /* 0x1360 */
  72. #define SAVEQUIT_SAVE_BUTN_HP   4961    /* 0x1361 */
  73. #define SAVEQUIT_SAVEAS_BUTN_HP 4962    /* 0x1362 */
  74. #define SAVEQUIT_DISC_BUTN_HP   4963    /* 0x1363 */
  75. #define CANCEL_BUTTON_HP        4964    /* 0x1364 */
  76. #define HELP_BUTTON_HP          4965    /* 0x1365 */
  77. #define CURSOR_KEYS_HP          4992    /* 0x1380 */
  78. #define EDITING_KEYS_HP         4993    /* 0x1381 */
  79. #define SELECTION_KEYS_HP       4994    /* 0x1382 */
  80. #define AAB_KEYS_HP             4995    /* 0x1383 */
  81. #define MENU_KEYS_HP            4996    /* 0x1384 */
  82. #define DIALOG_KEYS_HP          4997    /* 0x1385 */
  83. #define SYSTEM_KEYS_HP          4999    /* 0x1387 */
  84. #define QUERY_LINES_HP          5000    /* 0x1388 */
  85.