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.

133 lines
3.3 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. // Tool Tip title icons
  105. #define IDI_TITLE_ERROR 0x5000
  106. #define IDI_TITLE_INFO 0x5001
  107. #define IDI_TITLE_WARNING 0x5002