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.

489 lines
20 KiB

  1. // --------------------------------------------------------------------------------
  2. // Resource.h
  3. // Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
  4. // --------------------------------------------------------------------------------
  5. #ifndef _RESOURCE_H
  6. #define _RESOURCE_H
  7. /////////////////////////////////////////////////////////////////////////////
  8. //
  9. // * * * RESOURCE NAMING CONVENTIONS * * *
  10. //
  11. /////////////////////////////////////////////////////////////////////////////
  12. //
  13. // Resource Type Prefix Comments
  14. // ------------- ------ --------
  15. //
  16. // String ids menu help strings should end in MH
  17. // Menu command idm
  18. // Menu resource idmr
  19. // Bitmap idb
  20. // Icon idi
  21. // Animation idan
  22. // Dialog idd
  23. // Dialog control idc
  24. // Cursor idcur
  25. // Raw RCDATA idr
  26. // Accelerator idac
  27. // Window idw
  28. //
  29. /////////////////////////////////////////////////////////////////////////////
  30. // --------------------------------------------------------------------------------
  31. // Types
  32. // --------------------------------------------------------------------------------
  33. #define RT_FILE 2110
  34. /////////////////////////////////////////////////////////////////////////////
  35. //
  36. // BEGIN String Resource IDs
  37. //
  38. #define IDS_FIRST 100
  39. #define IDS_APPNAME (IDS_FIRST + 1)
  40. #define IDS_MULTIPARTPROLOG (IDS_FIRST + 2)
  41. #define IDS_FROM (IDS_FIRST + 3)
  42. #define IDS_TO (IDS_FIRST + 4)
  43. #define IDS_CC (IDS_FIRST + 5)
  44. #define IDS_SUBJECT (IDS_FIRST + 6)
  45. #define IDS_DATE (IDS_FIRST + 7)
  46. #define IDS_UNKNOWN_ALG (IDS_FIRST + 8)
  47. // IMNXPORT Errors
  48. #define idsHostNotFoundFmt (IDS_FIRST + 1000)
  49. #define idsFailedToConnect (IDS_FIRST + 1001)
  50. #define idsFailedToConnectSecurely (IDS_FIRST + 1002)
  51. #define idsUnexpectedTermination (IDS_FIRST + 1003)
  52. #define idsNlogIConnect (IDS_FIRST + 1004)
  53. #define idsNegotiatingSSL (IDS_FIRST + 1005)
  54. #define idsErrConnLookup (IDS_FIRST + 1006)
  55. #define idsErrConnSelect (IDS_FIRST + 1007)
  56. #define idsNlogErrConnError (IDS_FIRST + 1008)
  57. #define idsNlogErrConnClosed (IDS_FIRST + 1009)
  58. #define idsNotConnected (IDS_FIRST + 1010)
  59. #define idsReconnecting (IDS_FIRST + 1011)
  60. #define idsFindingHost (IDS_FIRST + 1012)
  61. #define idsFoundHost (IDS_FIRST + 1013)
  62. #define idsConnecting (IDS_FIRST + 1014)
  63. #define idsConnected (IDS_FIRST + 1015)
  64. #define idsSecuring (IDS_FIRST + 1016)
  65. #define idsInvalidCertCN (IDS_FIRST + 1017)
  66. #define idsInvalidCertDate (IDS_FIRST + 1018)
  67. #define idsInvalidCert (IDS_FIRST + 1019)
  68. #define idsSecurityErr (IDS_FIRST + 1020)
  69. #define idsIgnoreSecureErr (IDS_FIRST + 1021)
  70. #define idsErrPeerClosed (IDS_FIRST + 1022)
  71. #define idsSvrRefusesConnection (IDS_FIRST + 1023)
  72. #define idsUnknownIMAPGreeting (IDS_FIRST + 1024)
  73. #define idsFailedIMAPCmdSend (IDS_FIRST + 1025)
  74. #define idsIMAPFailedCapability (IDS_FIRST + 1026)
  75. #define idsConnectError (IDS_FIRST + 1027)
  76. #define idsIMAPSicilyInitFail (IDS_FIRST + 1029)
  77. #define idsIMAPSicilyPkgFailure (IDS_FIRST + 1030)
  78. #define idsIMAPAuthNotPossible (IDS_FIRST + 1031)
  79. #define idsIMAPOutOfAuthMethods (IDS_FIRST + 1032)
  80. #define idsIMAPAbortAuth (IDS_FIRST + 1033)
  81. #define idsGeneral (IDS_FIRST + 1034)
  82. #define idsMemory (IDS_FIRST + 1035)
  83. #define idsFailedLogin (IDS_FIRST + 1036)
  84. #define idsIMAPAuthFailedFmt (IDS_FIRST + 1037)
  85. #define idsIMAPSocketReadError (IDS_FIRST + 1038)
  86. #define idsIMAPUnsolicitedBYE (IDS_FIRST + 1039)
  87. #define idsIMAPCmdNotSent (IDS_FIRST + 1040)
  88. #define idsIMAPCmdStillPending (IDS_FIRST + 1041)
  89. #define idsIMAPUIDChanged (IDS_FIRST + 1042)
  90. #define idsIMAPUIDOrder (IDS_FIRST + 1043)
  91. #define idsAppName (IDS_FIRST + 1044)
  92. #define idsSaveModifiedObject (IDS_FIRST + 1045)
  93. #define idsUserTypeApp (IDS_FIRST + 1046)
  94. #define idsUserTypeShort (IDS_FIRST + 1047)
  95. #define idsUserTypeFull (IDS_FIRST + 1048)
  96. #define idsInlineImagePlaceHolder (IDS_FIRST + 1049)
  97. #define idsInlineImageHeader (IDS_FIRST + 1050)
  98. #define idsPrintHeader (IDS_FIRST + 1051)
  99. #define idsPrintFooter (IDS_FIRST + 1052)
  100. #define idsFromField (IDS_FIRST + 1060)
  101. #define idsNewsgroupsField (IDS_FIRST + 1061)
  102. #define idsToField (IDS_FIRST + 1062)
  103. #define idsCcField (IDS_FIRST + 1063)
  104. #define idsDateField (IDS_FIRST + 1064)
  105. #define idsSubjectField (IDS_FIRST + 1065)
  106. #define idsReplySep (IDS_FIRST + 1066)
  107. #define idsReplyTextPrefix (IDS_FIRST + 1067)
  108. #define idsReplyFont (IDS_FIRST + 1068)
  109. #define idsAddToFavorites (IDS_FIRST + 1069)
  110. #define idsAddToWAB (IDS_FIRST + 1070)
  111. #define idsSaveAttachmentAs (IDS_FIRST + 1071)
  112. #define idsFilterAttSave (IDS_FIRST + 1072)
  113. #define idsAttachTitleBegin (IDS_FIRST + 1073)
  114. #define idsImagesOnly (IDS_FIRST + 1074)
  115. // Options Spelling dialog strings
  116. #define idsSpellClose (IDS_FIRST + 1104)
  117. #define idsSpellCaption (IDS_FIRST + 1105)
  118. #define idsSpellRepeatWord (IDS_FIRST + 1106)
  119. #define idsSpellWordNeedsCap (IDS_FIRST + 1107)
  120. #define idsSpellWordNotFound (IDS_FIRST + 1108)
  121. #define idsSpellNoSuggestions (IDS_FIRST + 1109)
  122. #define idsSpellDelete (IDS_FIRST + 1110)
  123. #define idsSpellDeleteAll (IDS_FIRST + 1111)
  124. #define idsSpellChange (IDS_FIRST + 1112)
  125. #define idsSpellChangeAll (IDS_FIRST + 1113)
  126. #define idsSpellMsgDone (IDS_FIRST + 1114)
  127. #define idsSpellMsgContinue (IDS_FIRST + 1115)
  128. #define idsSpellMsgConfirm (IDS_FIRST + 1116)
  129. #define idsSpellMsgSendOK (IDS_FIRST + 1117)
  130. #define idsErrSpellGenericSpell (IDS_FIRST + 1118)
  131. #define idsErrSpellGenericLoad (IDS_FIRST + 1119)
  132. #define idsErrSpellMainDictLoad (IDS_FIRST + 1120)
  133. #define idsErrSpellVersion (IDS_FIRST + 1121)
  134. #define idsErrSpellUserDictLoad (IDS_FIRST + 1122)
  135. #define idsErrSpellUserDictOpenRO (IDS_FIRST + 1123)
  136. #define idsErrSpellCacheWordLen (IDS_FIRST + 1124)
  137. #define idsPrefixReply (IDS_FIRST + 1125)
  138. #define idsPrefixForward (IDS_FIRST + 1126)
  139. #define idsErrCannotOpenMailMsg (IDS_FIRST + 1127)
  140. #define idsErrSpellLangChanged (IDS_FIRST + 1129)
  141. #define idsErrSpellWarnDictionary (IDS_FIRST + 1130)
  142. #define idsTTFormattingFont (IDS_FIRST + 1137)
  143. #define idsTTFormattingSize (IDS_FIRST + 1138)
  144. #define idsFontSize0 (IDS_FIRST + 1140)
  145. #define idsFontSize1 (IDS_FIRST + 1141)
  146. #define idsFontSize2 (IDS_FIRST + 1142)
  147. #define idsFontSize3 (IDS_FIRST + 1143)
  148. #define idsFontSize4 (IDS_FIRST + 1144)
  149. #define idsFontSize5 (IDS_FIRST + 1145)
  150. #define idsFontSize6 (IDS_FIRST + 1146)
  151. #define idsFontCacheError (IDS_FIRST + 1147)
  152. #define idsAutoColor (IDS_FIRST + 1150)
  153. #define idsColor1 (IDS_FIRST + 1151)
  154. #define idsColor2 (IDS_FIRST + 1152)
  155. #define idsColor3 (IDS_FIRST + 1153)
  156. #define idsColor4 (IDS_FIRST + 1154)
  157. #define idsColor5 (IDS_FIRST + 1155)
  158. #define idsColor6 (IDS_FIRST + 1156)
  159. #define idsColor7 (IDS_FIRST + 1157)
  160. #define idsColor8 (IDS_FIRST + 1158)
  161. #define idsColor9 (IDS_FIRST + 1159)
  162. #define idsColor10 (IDS_FIRST + 1160)
  163. #define idsColor11 (IDS_FIRST + 1161)
  164. #define idsColor12 (IDS_FIRST + 1162)
  165. #define idsColor13 (IDS_FIRST + 1163)
  166. #define idsColor14 (IDS_FIRST + 1164)
  167. #define idsColor15 (IDS_FIRST + 1165)
  168. #define idsColor16 (IDS_FIRST + 1166)
  169. #define idsTextOrHtmlFileFilter (IDS_FIRST + 1167)
  170. #define idsTextFileFilter (IDS_FIRST + 1168)
  171. #define idsDefTextExt (IDS_FIRST + 1169)
  172. #define idsInsertTextTitle (IDS_FIRST + 1170)
  173. #define idsSaveAsStationery (IDS_FIRST + 1171)
  174. #define idsHtmlFileFilter (IDS_FIRST + 1172)
  175. #define idsWarnFileExist (IDS_FIRST + 1173)
  176. #define idsWarnBoringStationery (IDS_FIRST + 1174)
  177. #define idsOpenAttachControl (IDS_FIRST + 1175)
  178. #define idsSaveAttachControl (IDS_FIRST + 1176)
  179. #define idsBtnBarTTList (IDS_FIRST + 1177)
  180. #define idsErrFolderInvalid (IDS_FIRST + 1178)
  181. #define idsSaveAttachments (IDS_FIRST + 1179)
  182. #define idsErrOneOrMoreAttachSaveFailed (IDS_FIRST + 1180)
  183. #define idsFileExistWarning (IDS_FIRST + 1181)
  184. #define idsPickAtachDir (IDS_FIRST + 1182)
  185. #define idsSaveAllAttach (IDS_FIRST + 1183)
  186. #define idsSaveAllAttachMH (IDS_FIRST + 1184)
  187. #define idsBgSound (IDS_FIRST + 1185)
  188. #define idsErrBgSoundFileBad (IDS_FIRST + 1186)
  189. #define idsFilterAudio (IDS_FIRST + 1187)
  190. #define idsPickBGSound (IDS_FIRST + 1188)
  191. #define idsErrBgSoundLoopRange (IDS_FIRST + 1189)
  192. #define idsEditTab (IDS_FIRST + 1190) // reorder and die
  193. #define idsHTMLTab (IDS_FIRST + 1191) // reorder and die
  194. #define idsPreviewTab (IDS_FIRST + 1192) // reorder and die
  195. #define idsSearchHLink (IDS_FIRST + 1193)
  196. #define idsSearchHLinkPC (IDS_FIRST + 1194)
  197. #define idsErrInsertFileHasFrames (IDS_FIRST + 1195)
  198. #define idsAttachField (IDS_FIRST + 1196)
  199. #define idsPrintTable_UserName (IDS_FIRST + 1197)
  200. #define idsPrintTable_Header (IDS_FIRST + 1198)
  201. #define idsPrintTable_HeaderRow (IDS_FIRST + 1199)
  202. #define idsReplyHeader_Html_SepBlock (IDS_FIRST + 1200)
  203. #define idsReplyHeader_SepBlock (IDS_FIRST + 1201)
  204. #define idsColorSourcePC (IDS_FIRST + 1202)
  205. #define TT_BASE (IDM_LAST + 1)
  206. //
  207. // END String Resource IDs
  208. //
  209. /////////////////////////////////////////////////////////////////////////////
  210. /////////////////////////////////////////////////////////////////////////////
  211. //
  212. // BEGIN Menu Resource IDs
  213. //
  214. #define idmrCtxtEditMode 1
  215. #define idmrCtxtBrowseMode 2
  216. #define idmrCtxtSpellSuggest 3
  217. #define idmrCtxtViewSrc 4
  218. //
  219. // END Menu Resource IDs
  220. //
  221. /////////////////////////////////////////////////////////////////////////////
  222. /////////////////////////////////////////////////////////////////////////////
  223. //
  224. // BEGIN Command IDs
  225. //
  226. #define IDM_FIRST 100
  227. #define idmCut (IDM_FIRST + 1)
  228. #define idmCopy (IDM_FIRST + 2)
  229. #define idmPaste (IDM_FIRST + 3)
  230. #define idmSelectAll (IDM_FIRST + 5)
  231. #define idmUndo (IDM_FIRST + 6)
  232. #define idmRedo (IDM_FIRST + 7)
  233. #define idmFindText (IDM_FIRST + 8)
  234. #define idmTab (IDM_FIRST + 9)
  235. #define idmProperties (IDM_FIRST + 20)
  236. #define idmSavePicture (IDM_FIRST + 21)
  237. #define idmSaveBackground (IDM_FIRST + 22)
  238. #define idmPopupFmtAlign (IDM_FIRST + 23)
  239. #define idmAddToFavorites (IDM_FIRST + 24)
  240. #define idmAddToWAB (IDM_FIRST + 25)
  241. #define idmFmtFontDlg (IDM_FIRST + 30)
  242. #define idmFmtLeft (IDM_FIRST + 31)
  243. #define idmFmtCenter (IDM_FIRST + 32)
  244. #define idmFmtRight (IDM_FIRST + 33)
  245. #define idmFmtJustify (IDM_FIRST + 34)
  246. #define idmFmtNumbers (IDM_FIRST + 35)
  247. #define idmFmtBullets (IDM_FIRST + 36)
  248. #define idmFmtIncreaseIndent (IDM_FIRST + 37)
  249. #define idmFmtDecreaseIndent (IDM_FIRST + 38)
  250. #define idmFmtBlockDirLTR (IDM_FIRST + 39)
  251. #define idmFmtBlockDirRTL (IDM_FIRST + 40)
  252. #define idmFmtBulletsNone (IDM_FIRST + 41)
  253. #define idmFmtParagraphDlg (IDM_FIRST + 42)
  254. // formatbar
  255. #define idmFmtFont (IDM_FIRST + 70)
  256. #define idmFmtSize (IDM_FIRST + 71)
  257. #define idmFmtColor (IDM_FIRST + 72)
  258. #define idmFmtColorAuto (IDM_FIRST + 73)
  259. #define idmFmtColor1 (IDM_FIRST + 74)
  260. #define idmFmtColor2 (IDM_FIRST + 75)
  261. #define idmFmtColor3 (IDM_FIRST + 76)
  262. #define idmFmtColor4 (IDM_FIRST + 77)
  263. #define idmFmtColor5 (IDM_FIRST + 78)
  264. #define idmFmtColor6 (IDM_FIRST + 79)
  265. #define idmFmtColor7 (IDM_FIRST + 80)
  266. #define idmFmtColor8 (IDM_FIRST + 81)
  267. #define idmFmtColor9 (IDM_FIRST + 82)
  268. #define idmFmtColor10 (IDM_FIRST + 83)
  269. #define idmFmtColor11 (IDM_FIRST + 84)
  270. #define idmFmtColor12 (IDM_FIRST + 85)
  271. #define idmFmtColor13 (IDM_FIRST + 86)
  272. #define idmFmtColor14 (IDM_FIRST + 87)
  273. #define idmFmtColor15 (IDM_FIRST + 88)
  274. #define idmFmtColor16 (IDM_FIRST + 89)
  275. #define idmFmtBold (IDM_FIRST + 90)
  276. #define idmFmtItalic (IDM_FIRST + 91)
  277. #define idmFmtUnderline (IDM_FIRST + 92)
  278. #define idmFmtInsertHLine (IDM_FIRST + 94)
  279. #define idmFmtBkgroundImage (IDM_FIRST + 95)
  280. #define idmFmtTag (IDM_FIRST + 96)
  281. #define idmEditLink (IDM_FIRST + 97)
  282. #define idmInsertImage (IDM_FIRST + 98)
  283. #define idmUnInsertLink (IDM_FIRST + 99)
  284. #define idmAccelIncreaseIndent (IDM_FIRST + 100)
  285. #define idmAccelDecreaseIndent (IDM_FIRST + 101)
  286. #define idmAccelBullets (IDM_FIRST + 102)
  287. #define idmAccelLeft (IDM_FIRST + 103)
  288. #define idmAccelCenter (IDM_FIRST + 104)
  289. #define idmAccelRight (IDM_FIRST + 105)
  290. #define idmAccelJustify (IDM_FIRST + 106)
  291. #define idmBkColorAuto (IDM_FIRST + 107)
  292. #define idmPaneBadSigning (IDM_FIRST + 108)
  293. #define idmPaneBadEncryption (IDM_FIRST + 109)
  294. #define idmPaneSigning (IDM_FIRST + 110)
  295. #define idmPaneEncryption (IDM_FIRST + 111)
  296. #define idmPanePaperclip (IDM_FIRST + 112)
  297. #define idmPaneVCard (IDM_FIRST + 113)
  298. #define idmSaveAllAttach (IDM_FIRST + 114)
  299. #define idmSuggest0 (IDM_FIRST + 115)
  300. #define idmSuggest1 (IDM_FIRST + 116)
  301. #define idmSuggest2 (IDM_FIRST + 117)
  302. #define idmSuggest3 (IDM_FIRST + 118)
  303. #define idmSuggest4 (IDM_FIRST + 119)
  304. #define idmIgnore (IDM_FIRST + 120)
  305. #define idmIgnoreAll (IDM_FIRST + 121)
  306. #define idmAdd (IDM_FIRST + 122)
  307. #define idmCopyShortcut (IDM_FIRST + 123)
  308. #define idmSaveTargetAs (IDM_FIRST + 124)
  309. #define idmOpenLink (IDM_FIRST + 125)
  310. #define IDM_LAST (IDM_FIRST + 5000)
  311. // reserve 50 id's for format bar style menu
  312. #define idmFmtTagFirst (IDM_LAST + 1)
  313. #define idmFmtTagLast (idmFmtTagFirst + 50)
  314. /////////////////////////////////////////////////////////////////////////////
  315. //
  316. // BEGIN Dialog Templates
  317. //
  318. #define IDD_RASCONNECT 100
  319. #define iddMsgSource 101
  320. #define iddSafeOpen 102
  321. #define iddSpelling 103
  322. #define iddSaveAttachments 104
  323. #define IDD_NTLMPROMPT 105
  324. #define iddBackSound 106
  325. #define iddFormatPara 107
  326. #define iddCSFormatPara 108
  327. //
  328. // END Dialog Templates
  329. //
  330. /////////////////////////////////////////////////////////////////////////////
  331. /////////////////////////////////////////////////////////////////////////////
  332. //
  333. // BEGIN Control ID's
  334. //
  335. // iddMsgSource
  336. #define idcTxtSource 100
  337. // Tools.Spelling dialog
  338. #define IDC_STATIC -1
  339. #define PSB_Spell_Ignore 101
  340. #define PSB_Spell_IgnoreAll 102
  341. #define PSB_Spell_Change 103
  342. #define PSB_Spell_ChangeAll 104
  343. #define PSB_Spell_Add 105
  344. #define PSB_Spell_Suggest 106
  345. #define PSB_Spell_UndoLast 107
  346. #define EDT_Spell_WrongWord 108
  347. #define TXT_Spell_Error 109
  348. #define PSB_Spell_Options 110
  349. #define TXT_Spell_Suggest 111
  350. #define LBX_Spell_Suggest 112
  351. #define EDT_Spell_ChangeTo 113
  352. #define TXT_Spell_ChangeTo 114
  353. #define CHK_AlwaysSuggest 202
  354. #define CHK_CheckSpellingOnSend 203
  355. #define CHK_IgnoreUppercase 204
  356. #define CHK_IgnoreNumbers 205
  357. #define CHK_IgnoreDBCS 206
  358. #define CHK_IgnoreOriginalMessage 207
  359. #define CHK_IgnoreURL 208
  360. #define idcSpellLanguages 209
  361. #define idcViewDictionary 210
  362. #define GRP_SpellOptions 511
  363. #define GRP_SpellIgnore 512
  364. #define idcFmtBar 600
  365. #define idcBtnBar 601
  366. #define idcSelectAllAttBtn 700
  367. #define idcAttachList 701
  368. #define idcPathEdit 702
  369. #define idcBrowseBtn 703
  370. #define IDE_USERNAME 705
  371. #define IDE_PASSWORD 706
  372. #define IDE_DOMAIN 707
  373. #define IDC_SPIN1 708
  374. #define IDC_STATIC1 750
  375. #define IDC_STATIC2 751
  376. #define IDC_STATIC3 752
  377. #define IDC_STATIC4 753
  378. // iddNext
  379. // iddBackgroundSound
  380. #define ideSoundLoc 800
  381. #define idbtnBrowseSound 801
  382. #define idrbPlayNTimes 802
  383. #define idePlayCount 803
  384. #define idrbPlayInfinite 804
  385. //
  386. // END Control ID's
  387. //
  388. /////////////////////////////////////////////////////////////////////////////
  389. /////////////////////////////////////////////////////////////////////////////
  390. //
  391. // BEGIN Bitmap ID's
  392. //
  393. #define idbFormatBar 1
  394. #define idbFormatBarFont 2
  395. #define idbPaneBar32 3
  396. #define idbPaneBar32Hot 4
  397. #define idbFormatBarHot 5
  398. //
  399. // END Bitmap ID's
  400. //
  401. /////////////////////////////////////////////////////////////////////////////
  402. /////////////////////////////////////////////////////////////////////////////
  403. //
  404. // BEGIN Bitmap indicies
  405. //
  406. enum {
  407. itbEncryption,
  408. itbSigning,
  409. itbBadEnc,
  410. itbBadSign,
  411. itbPaperclip,
  412. itbVCard,
  413. };
  414. //
  415. // END Bitmap indicies
  416. //
  417. /////////////////////////////////////////////////////////////////////////////
  418. /////////////////////////////////////////////////////////////////////////////
  419. //
  420. // BEGIN Icon ID's
  421. #define idiDefaultAtt 1
  422. #define idiSound 2
  423. //
  424. // END Icon ID's
  425. //
  426. /////////////////////////////////////////////////////////////////////////////
  427. /////////////////////////////////////////////////////////////////////////////
  428. //
  429. // BEGIN ACCEL ID's
  430. #define idacSrcView 1
  431. //
  432. // END ACCEL ID's
  433. //
  434. /////////////////////////////////////////////////////////////////////////////
  435. #endif //RESOURCE_H