Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

187 lines
5.0 KiB

  1. #define IDS_SPACE 0x0400
  2. #define IDS_PLUS 0x0401
  3. #define IDS_NONE 0x0402
  4. /* System MenuHelp
  5. */
  6. #define MH_SYSMENU (0x8000U - MINSYSCOMMAND)
  7. #define IDS_SYSMENU (MH_SYSMENU-16)
  8. #define IDS_HEADER (MH_SYSMENU-15)
  9. #define IDS_HEADERADJ (MH_SYSMENU-14)
  10. #define IDS_TOOLBARADJ (MH_SYSMENU-13)
  11. /* Cursor ID's
  12. */
  13. #define IDC_SPLIT 100
  14. #define IDC_MOVEBUTTON 102
  15. #define IDC_STOP 103
  16. #define IDC_COPY 104
  17. #define IDC_MOVE 105
  18. #define IDC_DIVIDER 106
  19. #define IDC_DIVOPEN 107
  20. /*
  21. * Cursor values 108 - 119 are used by
  22. * the ReaderMode cursors. They are defined
  23. * in commctrl.w
  24. *
  25. #define IDC_HAND_INTERNAL 108
  26. #define IDC_VERTICALONLY 109
  27. #define IDC_HORIZONTALONLY 110
  28. #define IDC_MOVE2D 111
  29. #define IDC_NORTH 112
  30. #define IDC_SOUTH 113
  31. #define IDC_EAST 114
  32. #define IDC_WEST 115
  33. #define IDC_NORTHEAST 116
  34. #define IDC_NORTHWEST 117
  35. #define IDC_SOUTHEAST 118
  36. #define IDC_SOUTHWEST 119
  37. */
  38. #define IDB_STDTB_SMALL_COLOR 120
  39. #define IDB_STDTB_LARGE_COLOR 121
  40. #define IDB_VIEWTB_SMALL_COLOR 124
  41. #define IDB_VIEWTB_LARGE_COLOR 125
  42. #define IDB_CAL_SPIRAL 126
  43. #define IDB_CAL_PAGETURN 127
  44. #define IDB_HISTTB_SMALL_COLOR 130
  45. #define IDB_HISTTB_LARGE_COLOR 131
  46. /*
  47. * Bitmap values 132-134 are used by
  48. * applications that use ReaderMode.
  49. * They are used for the "origin bitmap"
  50. * that is overlayed on the document they
  51. * are scrolling.
  52. #define IDB_2DSCROLL 132
  53. #define IDB_VSCROLL 133
  54. #define IDB_HSCROLL 134
  55. */
  56. #define IDC_DIVOPENV 135
  57. /* Image used by the filter bar */
  58. #define IDB_FILTERIMAGE 140
  59. /* Icon ID's
  60. */
  61. #define IDI_INSERT 150
  62. /* AdjustDlgProc stuff
  63. */
  64. #define ADJUSTDLG 200
  65. #define IDC_BUTTONLIST 201
  66. #define IDC_RESET 202
  67. #define IDC_CURRENT 203
  68. #define IDC_REMOVE 204
  69. #define IDC_APPHELP 205
  70. #define IDC_MOVEUP 206
  71. #define IDC_MOVEDOWN 207
  72. /// ================ WARNING: ====
  73. /// these ids are loaded directly by ISV's. do not change them.
  74. // property sheet stuff
  75. #define DLG_PROPSHEET 1006
  76. #define DLG_PROPSHEETTABS 1007
  77. #define DLG_PROPSHEET95 1008
  78. // wizard property sheet stuff
  79. #define DLG_WIZARD 1020
  80. #define DLG_WIZARD95 1021
  81. /// ================ WARNING: ====
  82. // if this id changes, it needs to change in shelldll as well.
  83. // we need to find a better way of dealing with this.
  84. #define IDS_CLOSE 0x1040
  85. #define IDS_OK 0x1041
  86. #define IDS_PROPERTIESFOR 0x1042
  87. // stuff for the moth/datetime pickers
  88. #define IDS_TODAY 0x1043
  89. #define IDS_GOTOTODAY 0x1044
  90. #define IDS_DELIMETERS 0x1045
  91. #define IDS_MONTHFMT 0x1046
  92. #define IDS_MONTHYEARFMT 0x1047
  93. // stuff used by filter bar in header
  94. #define IDS_ENTERTEXTHERE 0x1050
  95. #define IDS_PROPERTIES 0x1051
  96. #define IDD_PAGELIST 0x3020
  97. #define IDD_APPLYNOW 0x3021
  98. #define IDD_DLGFRAME 0x3022
  99. #define IDD_BACK 0x3023
  100. #define IDD_NEXT 0x3024
  101. #define IDD_FINISH 0x3025
  102. #define IDD_DIVIDER 0x3026
  103. #define IDD_TOPDIVIDER 0x3027
  104. // UxBehavior resources
  105. #define IDR_UXBEHAVIORFACTORY 0x6000
  106. #define IDR_UXCOMMANDSEARCH 0x6001
  107. // Edit control context menu
  108. #define ID_EC_PROPERTY_MENU 1
  109. // Language pack specific context menu IDs
  110. #define ID_CNTX_RTL 0x00008000L
  111. #define ID_CNTX_DISPLAYCTRL 0x00008001L
  112. #define ID_CNTX_INSERTCTRL 0x00008013L
  113. #define ID_CNTX_ZWJ 0x00008002L
  114. #define ID_CNTX_ZWNJ 0x00008003L
  115. #define ID_CNTX_LRM 0x00008004L
  116. #define ID_CNTX_RLM 0x00008005L
  117. #define ID_CNTX_LRE 0x00008006L
  118. #define ID_CNTX_RLE 0x00008007L
  119. #define ID_CNTX_LRO 0x00008008L
  120. #define ID_CNTX_RLO 0x00008009L
  121. #define ID_CNTX_PDF 0x0000800AL
  122. #define ID_CNTX_NADS 0x0000800BL
  123. #define ID_CNTX_NODS 0x0000800CL
  124. #define ID_CNTX_ASS 0x0000800DL
  125. #define ID_CNTX_ISS 0x0000800EL
  126. #define ID_CNTX_AAFS 0x0000800FL
  127. #define ID_CNTX_IAFS 0x00008010L
  128. #define ID_CNTX_RS 0x00008011L
  129. #define ID_CNTX_US 0x00008012L
  130. // Language pack specific string IDs
  131. #define IDS_IMEOPEN 0x1052
  132. #define IDS_IMECLOSE 0x1053
  133. #define IDS_SOFTKBDOPEN 0x1054
  134. #define IDS_SOFTKBDCLOSE 0x1055
  135. #define IDS_RECONVERTSTRING 0x1056
  136. // Hyperlink string resources
  137. #define IDS_LINKWINDOW_DEFAULTACTION 0x1060
  138. #define IDS_LINEBREAK_REMOVE 0x1061
  139. #define IDS_LINEBREAK_PRESERVE 0x1062
  140. // Group View
  141. #define IDS_ITEMS 0x1065
  142. // edit messages
  143. #define IDS_PASSWORDCUT_TITLE 0x1070
  144. #define IDS_PASSWORDCUT_MSG 0x1071
  145. #define IDS_NUMERIC_TITLE 0x1072
  146. #define IDS_NUMERIC_MSG 0x1073
  147. #define IDS_CAPSLOCK_TITLE 0x1074
  148. #define IDS_CAPSLOCK_MSG 0x1075
  149. #define IDS_PASSWORDCHAR 0x1076
  150. #define IDS_PASSWORDCHARFONT 0x1077
  151. // Tool Tip title icons
  152. #define IDI_TITLE_ERROR 0x5000
  153. #define IDI_TITLE_INFO 0x5001
  154. #define IDI_TITLE_WARNING 0x5002