Leaked source code of windows server 2003
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.

276 lines
11 KiB

  1. #define IDI_APP 1
  2. #define WARNSELECTWINDOW 103
  3. #define WARNSELECTAREA 104
  4. #define IDR_TOOLS 118
  5. #define ABOUTBOX 130
  6. #define PRINTCANCEL 131
  7. #define PAGESORTERDIALOG 132
  8. #define LOCKDIALOG 133
  9. #define INVISIBLEDIALOG 134
  10. #define QUERYSAVEDIALOG 135
  11. #define QUERYSAVEDIALOGCANCEL 136
  12. #define MAINMENU 137
  13. #define CONTEXTMENU 138
  14. #define GROBJMENU 139
  15. #define MAINACCELTABLE 140
  16. #define TEXTEDITACCELTABLE 141
  17. #define PAGESGROUPACCELTABLE 142
  18. #define REMOTEPOINTERANDMASK 143
  19. #define REMOTEPOINTERXORDATA 144
  20. #define LOCKCURSOR 145
  21. #define TEXTCURSOR 146
  22. #define PENCURSOR 147
  23. #define PENFREEHANDCURSOR 148
  24. #define HIGHLIGHTFREEHANDCURSOR 149
  25. #define GRABCURSOR 150
  26. #define DRAGPAGECURSOR 151
  27. #define DELETECURSOR 152
  28. #define IM_INITIALIZING 161
  29. #define WBMOVIE 162
  30. #define IDS_OBJECTSARELOCKED 716
  31. #define IDS_CANTCLOSE 875
  32. #define IDS_CANTGETBMP 876
  33. #define IDS_LOCKEDTITLE 884
  34. #define IDS_MSG_USERSMIGHTLOSE 885
  35. #define IDC_SWWARN_NOTAGAIN 1001
  36. #define IDC_SAWARN_NOTAGAIN 1002
  37. #define IDC_TOOLBAR 1003
  38. #define IDS_FONTOPTIONS 1004
  39. //
  40. // Page sorter dialog
  41. //
  42. #define IDC_PS_GOTO 300
  43. #define IDC_PS_DELETE 301
  44. #define IDC_PS_INSERT_BEFORE 302
  45. #define IDC_PS_INSERT_AFTER 303
  46. #define IDC_PS_THUMBNAILS 304
  47. #define IDC_ABOUTVERSION 1041
  48. #define IDC_INITIALIZING_ANIMATION 1042
  49. #define IDM_EDITCOLOR 40024
  50. #define IDM_SELECTALL 40025
  51. //
  52. // Accelerators
  53. //
  54. #define IDVK_HELP 50
  55. #define IDD_PRINT_PAGE 101
  56. #define IDD_DEVICE_NAME 102
  57. #define IDM_ABOUT 0x3000
  58. #define IDM_HELP 0x3001
  59. //
  60. // Tools menu ids
  61. //
  62. #define IDM_TOOLS_START 0x3100
  63. #define IDM_SELECT IDM_TOOLS_START
  64. #define IDM_ERASER 0x3101
  65. #define IDM_TEXT 0x3102
  66. #define IDM_HIGHLIGHT 0x3103
  67. #define IDM_PEN 0x3104
  68. #define IDM_LINE 0x3105
  69. #define IDM_BOX 0x3106
  70. #define IDM_FILLED_BOX 0x3107
  71. #define IDM_ELLIPSE 0x3108
  72. #define IDM_FILLED_ELLIPSE 0x3109
  73. #define IDM_TOOLS_MAX 0x310A
  74. #define IDM_COLOR 0x3300
  75. #define IDM_WIDTH 0x3400
  76. #define IDM_WIDTH_1 0x3401
  77. #define IDM_WIDTHS_START IDM_WIDTH_1
  78. #define IDM_WIDTH_2 0x3402
  79. #define IDM_WIDTH_3 0x3403
  80. #define IDM_WIDTH_4 0x3404
  81. #define IDM_WIDTHS_END 0x3405
  82. #define IDM_PAGE_FIRST 0x3500
  83. #define IDM_PAGE_PREV 0x3501
  84. #define IDM_PAGE_ANY 0x3502
  85. #define IDM_PAGE_NEXT 0x3503
  86. #define IDM_PAGE_LAST 0x3504
  87. #define IDM_PAGE_GOTO 0x3505
  88. #define IDM_EXIT 0x3600
  89. #define IDM_CLEAR_PAGE 0x3601
  90. #define IDM_FONT 0x3602
  91. #define IDM_SAVE 0x3604
  92. #define IDM_SAVE_AS 0x3605
  93. #define IDM_TOOL_BAR_TOGGLE 0x3606
  94. #define IDM_STATUS_BAR_TOGGLE 0x3608
  95. #define IDM_OPEN 0x360b
  96. #define IDM_CUT 0x360c
  97. #define IDM_COPY 0x360d
  98. #define IDM_PASTE 0x360e
  99. #define IDM_NEW 0x360f
  100. #define IDM_GRAB_AREA 0x3610
  101. #define IDM_GRAB_WINDOW 0x3611
  102. #define IDM_PRINT 0x3613
  103. #define IDM_BRING_TO_TOP 0x3614
  104. #define IDM_SEND_TO_BACK 0x3615
  105. #define IDM_PAGE_SORTER 0x3616
  106. #define IDM_DELETE 0x3617
  107. #define IDM_UNDELETE 0x3618
  108. #define IDM_PAGE_INSERT_BEFORE 0x361b
  109. #define IDM_PAGE_INSERT_AFTER 0x361c
  110. #define IDM_DELETE_PAGE 0x361d
  111. #define IDM_REMOTE 0x361e
  112. #define IDM_SYNC 0x361f
  113. #define IDM_LOCK 0x3620
  114. #define IDM_WIDTHS 0x3622
  115. #define IDM_PAGES 0x3623
  116. #define IDM_GOTO_USER_POSITION 0x3624
  117. #define IDM_GOTO_USER_POINTER 0x3625
  118. #define IDM_ZOOM 0x3626
  119. //
  120. // Scroll accelerators
  121. //
  122. #define IDM_PAGEUP 0x3700
  123. #define IDM_PAGEDOWN 0x3701
  124. #define IDM_SHIFTPAGEUP 0x3702
  125. #define IDM_SHIFTPAGEDOWN 0x3703
  126. #define IDM_LINEUP 0x3704
  127. #define IDM_HOME 0x3705
  128. #define IDM_END 0x3706
  129. #define IDM_LINEDOWN 0x3707
  130. #define IDM_SHIFTLINEUP 0x3708
  131. #define IDM_SHIFTLINEDOWN 0x3709
  132. #define IDM_SCROLL_END 0x370a
  133. #define IDM_NEXT_SHEET 0x370b
  134. #define IDM_PREV_SHEET 0x370c
  135. //
  136. // Text Edit accelerators
  137. //
  138. #define IDM_DELETECHAR 0x3800
  139. //
  140. // String table entry IDs
  141. //
  142. #define MAKE_STRING_ID(N) (700 + N)
  143. #define IDS_DEFAULT MAKE_STRING_ID( 1)
  144. #define IDS_MENU_SYSTEM MAKE_STRING_ID( 2)
  145. #define IDS_MENU_FILE MAKE_STRING_ID( 3)
  146. #define IDS_MENU_EDIT MAKE_STRING_ID( 4)
  147. #define IDS_MENU_VIEW MAKE_STRING_ID( 5)
  148. #define IDS_MENU_TOOLS MAKE_STRING_ID( 6)
  149. #define IDS_MENU_OPTIONS MAKE_STRING_ID( 7)
  150. #define IDS_MENU_HELP MAKE_STRING_ID( 8)
  151. #define IDS_MENU_WIDTH MAKE_STRING_ID( 9)
  152. #define IDS_CLEAR_CAPTION MAKE_STRING_ID( 13)
  153. #define IDS_CLEAR_MESSAGE MAKE_STRING_ID( 14)
  154. #define IDS_ERROR_CAPTION MAKE_STRING_ID( 15)
  155. #define IDS_WINDOW_CLOSED MAKE_STRING_ID( 16)
  156. #define IDS_PRINT_NAME MAKE_STRING_ID( 17)
  157. #define IDS_UNTITLED MAKE_STRING_ID( 21)
  158. #define IDS_IN_CALL MAKE_STRING_ID( 22)
  159. #define IDS_NOT_IN_CALL MAKE_STRING_ID( 23)
  160. #define IDS_TITLE_SEPARATOR MAKE_STRING_ID( 24)
  161. #define IDS_PASTE MAKE_STRING_ID( 29)
  162. #define IDS_PASTE_ERROR MAKE_STRING_ID( 30)
  163. #define IDS_SAVE MAKE_STRING_ID( 31)
  164. #define IDS_SAVE_ERROR MAKE_STRING_ID( 32)
  165. #define IDS_LOCK MAKE_STRING_ID( 33)
  166. #define IDS_LOCK_ERROR MAKE_STRING_ID( 34)
  167. #define IDS_DELETE_PAGE MAKE_STRING_ID( 35)
  168. #define IDS_DELETE_PAGE_MESSAGE MAKE_STRING_ID( 36)
  169. #define IDS_FONT_SAMPLE MAKE_STRING_ID( 42)
  170. #define IDS_COPY MAKE_STRING_ID( 48)
  171. #define IDS_COPY_ERROR MAKE_STRING_ID( 49)
  172. #define IDS_SAVE_READ_ONLY MAKE_STRING_ID( 50)
  173. #define IDS_JOINING MAKE_STRING_ID( 51)
  174. #define IDS_INITIALIZING MAKE_STRING_ID( 52)
  175. //
  176. // File extension filters
  177. //
  178. #define IDS_FILTER_ALL MAKE_STRING_ID(100)
  179. #define IDS_FILTER_ALL_SPEC MAKE_STRING_ID(101)
  180. #define IDS_FILTER_WHT MAKE_STRING_ID(102)
  181. #define IDS_FILTER_WHT_SPEC MAKE_STRING_ID(103)
  182. #define IDS_EXT_WHT MAKE_STRING_ID(104)
  183. //
  184. // Error and information messages
  185. //
  186. #define IDS_MSG_TOO_MANY_PAGES MAKE_STRING_ID(150)
  187. #define IDS_MSG_CAPTION MAKE_STRING_ID(151)
  188. #define IDS_MSG_DEFAULT MAKE_STRING_ID(152)
  189. #define IDS_MSG_JOIN_CALL_FAILED MAKE_STRING_ID(154)
  190. #define IDS_MSG_WINDOWS_RESOURCES MAKE_STRING_ID(158)
  191. #define IDS_MSG_LOCKED MAKE_STRING_ID(159)
  192. #define IDS_MSG_GRAPHIC_LOCKED MAKE_STRING_ID(160)
  193. #define IDS_MSG_NOT_LOCKED MAKE_STRING_ID(161)
  194. #define IDS_MSG_BAD_FILE_FORMAT MAKE_STRING_ID(163)
  195. #define IDS_MSG_BUSY MAKE_STRING_ID(165)
  196. #define IDS_MSG_CM_ERROR MAKE_STRING_ID(166)
  197. #define IDS_MSG_AL_ERROR MAKE_STRING_ID(167)
  198. #define IDS_MSG_PRINTER_ERROR MAKE_STRING_ID(169)
  199. #define IDS_MSG_LOAD_FAIL_NO_FP MAKE_STRING_ID(171)
  200. #define IDS_MSG_LOAD_FAIL_NO_EXE MAKE_STRING_ID(172)
  201. #define IDS_MSG_LOAD_FAIL_BAD_EXE MAKE_STRING_ID(173)
  202. #define IDS_MSG_LOAD_FAIL_LOW_MEM MAKE_STRING_ID(174)
  203. //
  204. // String IDs for hint windows associated with buttons
  205. //
  206. // TOOLBAR
  207. #define IDS_HINT_SELECT MAKE_STRING_ID(200)
  208. #define IDS_HINT_ERASER MAKE_STRING_ID(201)
  209. #define IDS_HINT_TEXT MAKE_STRING_ID(202)
  210. #define IDS_HINT_HIGHLIGHT MAKE_STRING_ID(203)
  211. #define IDS_HINT_PEN MAKE_STRING_ID(204)
  212. #define IDS_HINT_LINE MAKE_STRING_ID(205)
  213. #define IDS_HINT_BOX MAKE_STRING_ID(206)
  214. #define IDS_HINT_FBOX MAKE_STRING_ID(207)
  215. #define IDS_HINT_ELLIPSE MAKE_STRING_ID(208)
  216. #define IDS_HINT_FELLIPSE MAKE_STRING_ID(209)
  217. #define IDS_HINT_ZOOM_UP MAKE_STRING_ID(210)
  218. #define IDS_HINT_ZOOM_DOWN MAKE_STRING_ID(211)
  219. #define IDS_HINT_REMOTE_UP MAKE_STRING_ID(212)
  220. #define IDS_HINT_REMOTE_DOWN MAKE_STRING_ID(213)
  221. #define IDS_HINT_LOCK_UP MAKE_STRING_ID(214)
  222. #define IDS_HINT_LOCK_DOWN MAKE_STRING_ID(215)
  223. #define IDS_HINT_SYNC_UP MAKE_STRING_ID(216)
  224. #define IDS_HINT_SYNC_DOWN MAKE_STRING_ID(217)
  225. #define IDS_HINT_GRAB_AREA MAKE_STRING_ID(218)
  226. #define IDS_HINT_GRAB_WINDOW MAKE_STRING_ID(219)
  227. // WIDTHBAR
  228. #define IDS_HINT_WIDTH_1 MAKE_STRING_ID(230)
  229. #define IDS_HINT_WIDTH_2 MAKE_STRING_ID(231)
  230. #define IDS_HINT_WIDTH_3 MAKE_STRING_ID(232)
  231. #define IDS_HINT_WIDTH_4 MAKE_STRING_ID(233)
  232. // PAGEBAR
  233. #define IDS_HINT_PAGE_FIRST MAKE_STRING_ID(240)
  234. #define IDS_HINT_PAGE_PREVIOUS MAKE_STRING_ID(241)
  235. #define IDS_HINT_PAGE_ANY MAKE_STRING_ID(242)
  236. #define IDS_HINT_PAGE_NEXT MAKE_STRING_ID(243)
  237. #define IDS_HINT_PAGE_LAST MAKE_STRING_ID(244)
  238. #define IDS_HINT_PAGE_INSERT MAKE_STRING_ID(245)