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.

2801 lines
137 KiB

  1. //
  2. // resource.h
  3. //
  4. // contains global resource identifiers
  5. //
  6. #ifndef __RESOURCE_H_
  7. #define __RESOURCE_H_
  8. #define RT_FILE 2110
  9. /////////////////////////////////////////////////////////////////////////////
  10. //
  11. // * * * RESOURCE NAMING CONVENTIONS * * *
  12. //
  13. /////////////////////////////////////////////////////////////////////////////
  14. //
  15. // Resource Type Prefix Comments
  16. // ------------- ------ --------
  17. //
  18. // String ids menu help strings should end in MH
  19. // Menu command idm
  20. // Menu resource idmr
  21. // Bitmap idb
  22. // Icon idi
  23. // Animation idan
  24. // Dialog idd
  25. // Dialog control idc
  26. // Cursor idcur
  27. // Raw RCDATA idr
  28. // Accelerator idac
  29. // Window idw
  30. //
  31. /////////////////////////////////////////////////////////////////////////////
  32. /////////////////////////////////////////////////////////////////////////////
  33. //
  34. // BEGIN String Resource IDs
  35. //
  36. // MENU HELP strings
  37. #define MH_BASE 1
  38. #define idsNewMsgMH (idmNewMsg + MH_BASE)
  39. #define idsNewMsg2MH (idmNewMsg2 + MH_BASE)
  40. #define idsNewContactMH (idmNewContact + MH_BASE)
  41. #define idsHelpAboutMH (idmHelpAbout + MH_BASE)
  42. #define idsPrintMH (idmPrint + MH_BASE)
  43. #define idsCompactAllMH (idmCompactAll + MH_BASE)
  44. #define idsSpellingMH (idmSpelling + MH_BASE)
  45. #define idsOpenMH (idmOpen + MH_BASE)
  46. #define idsSaveAsMH (idmSaveAs + MH_BASE)
  47. #define idsSaveAttachMH (idmSaveAttach + MH_BASE)
  48. #define idsSubscribeNewsMH (idmSubscribeNews + MH_BASE)
  49. #define idsSubscribeGroupMH (idmSubscribeGroup + MH_BASE)
  50. #define idsConnectMH (idmConnect + MH_BASE)
  51. #define idsPropertiesMH (idmProperties + MH_BASE)
  52. #define idsUndoMH (idmUndo + MH_BASE)
  53. #define idsCutMH (idmCut + MH_BASE)
  54. #define idsCopyMH (idmCopy + MH_BASE)
  55. #define idsPasteMH (idmPaste + MH_BASE)
  56. #define idsSelectAllMH (idmSelectAll + MH_BASE)
  57. #define idsMarkReadMH (idmMarkRead + MH_BASE)
  58. #define idsMarkTopicReadMH (idmMarkTopicRead + MH_BASE)
  59. #define idsMarkAllReadMH (idmMarkAllRead + MH_BASE)
  60. #define idsMarkDownloadMH (idmMarkDownload + MH_BASE)
  61. #define idsMarkTopicDownloadMH (idmMarkTopicDownload + MH_BASE)
  62. #define idsFindMH (idmFind + MH_BASE)
  63. #define idsFindNextMH (idmFindNext + MH_BASE)
  64. #define idsViewDecryptMH (idmViewDecrypt + MH_BASE)
  65. #define idsColumnsMH (idmColumns + MH_BASE)
  66. #define idsNextMH (idmNext + MH_BASE)
  67. #define idsPreviousMH (idmPrevious + MH_BASE)
  68. #define idsNewArticleMH (idmNewArticle + MH_BASE)
  69. #define idsNewArticle2MH (idmNewArticle2 + MH_BASE)
  70. #define idsReplyPostMH (idmReplyPost + MH_BASE)
  71. #define idsReplyMailMH (idmReplyMail + MH_BASE)
  72. #define idsForwardMH (idmForward + MH_BASE)
  73. #define idsGetNextHeadersMH (idmGetNextHeaders + MH_BASE)
  74. #define idsHelpTopicsMH (idmHelpTopics + MH_BASE)
  75. #define idsGotoNewsgroupMH (idmGotoNewsgroup + MH_BASE)
  76. #define idsViewContactsMH (idmViewContacts + MH_BASE)
  77. #define idsPopupOfflineMH (idmPopupOffline + MH_BASE)
  78. #define idsPopupArrangeMH (idmPopupArrange + MH_BASE)
  79. #define idsFindTextMH (idmFindText + MH_BASE)
  80. #define idsReplyMH (idmReply + MH_BASE)
  81. #define idsReplyAllMH (idmReplyAll + MH_BASE)
  82. #define idsGotoInboxMH (idmGotoInbox + MH_BASE)
  83. #define idsDeliverMailMH (idmDeliverMail + MH_BASE)
  84. #define idsMoveToMH (idmMoveTo + MH_BASE)
  85. #define idsCopyToMH (idmCopyTo + MH_BASE)
  86. #define idsFldrCreateMH (idmFldrCreate + MH_BASE)
  87. #define idsFldrCreate2MH (idmFldrCreate2 + MH_BASE)
  88. #define idsFldrRenameMH (idmFldrRename + MH_BASE)
  89. #define idsFldrEmptyMH (idmFldrEmpty + MH_BASE)
  90. #define idsDeleteMH (idmDelete + MH_BASE)
  91. #define idsPopupImportMH (idmPopupImport + MH_BASE)
  92. #define idsPopupExportMH (idmPopupExport + MH_BASE)
  93. #define idsImportAddressBookMH (idmImportAddressBook + MH_BASE)
  94. #define idsImportMessagesMH (idmImportMessages + MH_BASE)
  95. #define idsImportAcctsMH (idmImportAccts + MH_BASE)
  96. #define idsExportAddressBookMH (idmExportAddressBook + MH_BASE)
  97. #define idsExportMessagesMH (idmExportMessages + MH_BASE)
  98. #define idsMarkUnreadMH (idmMarkUnread + MH_BASE)
  99. #define idsPopupPreviewMH (idmPopupPreview + MH_BASE)
  100. #define idsThreadArticlesMH (idmThreadArticles + MH_BASE)
  101. #define idsViewAllArticlesMH (idmViewAllArticles + MH_BASE)
  102. #define idsViewUnreadArticlesMH (idmViewUnreadArticles + MH_BASE)
  103. #define idsCombineAndDecodeMH (idmCombineAndDecode + MH_BASE)
  104. #define idsViewNewGroupsMH (idmViewNewGroups + MH_BASE)
  105. #define idsPrintNowMH (idmPrintNow + MH_BASE)
  106. #define idsForwardMsgAttachMH (idmForwardMsgAttach + MH_BASE)
  107. #define idsSortToggleMH (idmSortToggle + MH_BASE)
  108. #define idsFldrCompactMH (idmFldrCompact + MH_BASE)
  109. #define idsExpandThreadMH (idmExpandThread + MH_BASE)
  110. #define idsCollapseThreadMH (idmCollapseThread + MH_BASE)
  111. #define idsCancelArticleMH (idmCancelArticle + MH_BASE)
  112. #define idsAddToWABMH (idmAddrObj_AddToWAB + MH_BASE)
  113. #define idsReadmeMH (idmReadme + MH_BASE)
  114. #define idsLanguagePopupMH (idmLanguagePopup + MH_BASE)
  115. #define idsCleanUpFilesMH (idmCleanUpFiles + MH_BASE)
  116. #define idsCustomizeToolbarMH (idmCustomizeToolbar + MH_BASE)
  117. #define idsInboxRulesMH (idmInboxRules + MH_BASE)
  118. #define idsPostAndDownloadMH (idmPostAndDownload + MH_BASE)
  119. #define idsSaveMessageMH (idmSaveMessage + MH_BASE)
  120. #define idsMarkNewsgroupsMH (idmMarkNewsgroups + MH_BASE)
  121. #define idsMarkAllDownloadMH (idmMarkAllDownload + MH_BASE)
  122. #define idsUnmarkMH (idmUnmark + MH_BASE)
  123. #define idsReplyPostAndMailMH (idmReplyPostAndMail + MH_BASE)
  124. #define idsDisconnectMH (idmDisconnect + MH_BASE)
  125. #define idsHelpMSWebMH (idmHelpMSWeb + MH_BASE)
  126. #define idsViewNewsMH (idmViewNews + MH_BASE)
  127. #define idsViewMailMH (idmViewMail + MH_BASE)
  128. #define idsBrowseWebMH (idmBrowseWeb + MH_BASE)
  129. #define idsStopMH (idmStop + MH_BASE)
  130. #define idsViewTipOfTheDayMH (idmViewTipOfTheDay + MH_BASE)
  131. #define idsViewRefreshMH (idmViewRefresh + MH_BASE)
  132. #define idsUnDeleteMH (idmUnDelete + MH_BASE)
  133. #define idsExpungeMH (idmExpunge + MH_BASE)
  134. #define idsViewDeletedArticlesMH (idmViewDeletedArticles + MH_BASE)
  135. #define idsFoldersMH (idmFolders + MH_BASE)
  136. #define idsSubscribeFolderMH (idmSubscribeFolder + MH_BASE)
  137. #define idsDownloadAttachMH (idmDownloadAttach + MH_BASE)
  138. #define idsViewFilteredArticlesMH (idmViewFilteredArticles + MH_BASE)
  139. //#define idsDigSignMH (idmDigSign + MH_BASE)
  140. //#define idsEncryptMH (idmEncrypt + MH_BASE)
  141. #define idsSaveAttachAllMH (idmSaveAttachAll + MH_BASE)
  142. #define idsRefreshFoldersMH (idmRefreshFolders + MH_BASE)
  143. #define idsSpoolerWarningsMH (idmSpoolerWarnings + MH_BASE)
  144. #define idsSpoolerShowMH (idmSpoolerShow + MH_BASE)
  145. // TOOLTIP strings
  146. #define TT_BASE (IDM_LAST + MH_BASE + 1)
  147. #define idsNewMsg (idmNewMsg + TT_BASE)
  148. #define idsNewContactTT (idmNewContact + TT_BASE)
  149. #define idsPrint (idmPrint + TT_BASE)
  150. #define idsNextUnreadNewsgroup (idmNextUnreadNewsgroup + TT_BASE)
  151. #define idsNextUnreadArticle (idmNextUnreadArticle + TT_BASE)
  152. #define idsNextUnreadTopic (idmNextUnreadThread + TT_BASE)
  153. #define idsMarkRead (idmMarkRead + TT_BASE)
  154. #define idsConnect (idmConnect + TT_BASE)
  155. #define idsMarkDownload (idmMarkDownload + TT_BASE)
  156. #define idsFind (idmFind + TT_BASE)
  157. #define idsSpellingTT (idmSpelling + TT_BASE)
  158. #define idsNewArticleTT (idmNewArticle + TT_BASE)
  159. #define idsReplyPostTT (idmReplyPost + TT_BASE)
  160. #define idsReplyMailTT (idmReplyMail + TT_BASE)
  161. #define idsForwardTT (idmForward + TT_BASE)
  162. #define idsPrintNowTT (idmPrintNow + TT_BASE)
  163. #define idsReplyTT (idmReply + TT_BASE)
  164. #define idsReplyAllTT (idmReplyAll + TT_BASE)
  165. #define idsGotoInboxTT (idmGotoInbox + TT_BASE)
  166. #define idsDeliverMailTT (idmDeliverMail + TT_BASE)
  167. #define idsUndoTT (idmUndo + TT_BASE)
  168. #define idsDeleteTT (idmDelete + TT_BASE)
  169. #define idsSendMsgTT (idmSendMsg + TT_BASE)
  170. #define idsSaveTT (idmSave + TT_BASE)
  171. #define idsCutTT (idmCut + TT_BASE)
  172. #define idsCopyTT (idmCopy + TT_BASE)
  173. #define idsPasteTT (idmPaste + TT_BASE)
  174. #define idsCheckNamesTT (idmCheckNames + TT_BASE)
  175. #define idsPickRecipientsTT (idmPickRecipients + TT_BASE)
  176. #define idsInsertFileTT (idmInsertFile + TT_BASE)
  177. #define idsPreviousTT (idmPrevious + TT_BASE)
  178. #define idsNextTT (idmNext + TT_BASE)
  179. #define idsFindTextTT (idmFindText + TT_BASE)
  180. #define idsFmtSizeTT (idmFmtSize + TT_BASE)
  181. #define idsFmtColorTT (idmFmtColor + TT_BASE)
  182. #define idsFmtBoldTT (idmFmtBold + TT_BASE)
  183. #define idsFmtItalicTT (idmFmtItalic + TT_BASE)
  184. #define idsFmtUnderlineTT (idmFmtUnderline + TT_BASE)
  185. #define idsFmtBulletsTT (idmFmtBullets + TT_BASE)
  186. #define idsFmtDecreaseIndentTT (idmFmtDecreaseIndent + TT_BASE)
  187. #define idsFmtIncreaseIndentTT (idmFmtIncreaseIndent + TT_BASE)
  188. #define idsFmtLeftTT (idmFmtLeft + TT_BASE)
  189. #define idsFmtCenterTT (idmFmtCenter + TT_BASE)
  190. #define idsFmtRightTT (idmFmtRight + TT_BASE)
  191. #define idsPostMsgTT (idmPostMsg + TT_BASE)
  192. #define idsMarkAllReadTT (idmMarkAllRead + TT_BASE)
  193. #define idsMarkTopicReadTT (idmMarkTopicRead + TT_BASE)
  194. #define idsMarkTopicDownloadTT (idmMarkTopicDownload + TT_BASE)
  195. #define idsInsertSigTT (idmInsertSig + TT_BASE)
  196. #define idsViewContactsTT (idmViewContacts + TT_BASE)
  197. #define idsSaveAsTT (idmSaveAs + TT_BASE)
  198. #define idsUnDeleteTT (idmUnDelete + TT_BASE)
  199. #define idsExpungeTT (idmExpunge + TT_BASE)
  200. #define idsViewDeletedArticlesTT (idmViewDeletedArticles + TT_BASE)
  201. #define idsFoldersTT (idmFolders + TT_BASE)
  202. #define idsSubscribeFolderTT (idmSubscribeFolder + TT_BASE)
  203. #define idsDownloadAttachTT (idmDownloadAttach + TT_BASE)
  204. #define idsDigSignTT (idmDigSign + TT_BASE)
  205. #define idsEncryptTT (idmEncrypt + TT_BASE)
  206. #define idsLanguage (idmLangFirst + TT_BASE)
  207. #define idsFolderListTT (idmViewFolders + TT_BASE)
  208. #define idsSpoolerWarningsTT (idmSpoolerWarnings + TT_BASE)
  209. #define idsSpoolerShowTT (idmSpoolerShow + TT_BASE)
  210. #define idsDownloadAccountTT (idmSyncAccount + TT_BASE)
  211. #define idsDownloadNewsgroupTT (idmSyncSelected + TT_BASE)
  212. #define idsPostDefaultTT (idmPostDefault + TT_BASE)
  213. #define idsSendDefaultTT (idmSendDefault + TT_BASE)
  214. #define idsViewRefreshTT (idmViewRefresh + TT_BASE)
  215. #define idsPurgeTT (idmExpunge + TT_BASE)
  216. // regular strings (not tooltips and not menu help strings)
  217. #define STR_FIRST (IDM_LAST + TT_BASE + 1)
  218. #define idsAthena (STR_FIRST + 8)
  219. #define idsAthenaMail idsAthena
  220. #define idsAthenaNews idsAthena
  221. #define idsNlogErrConnClosed (STR_FIRST + 10)
  222. #define idsNlogIConnect (STR_FIRST + 11)
  223. #define idsNlogErrConnError (STR_FIRST + 12)
  224. #define idsTo (STR_FIRST + 13)
  225. #define idsFrom (STR_FIRST + 14)
  226. #define idsSubject (STR_FIRST + 15)
  227. #define idsReceived (STR_FIRST + 16)
  228. #define idsSent (STR_FIRST + 17)
  229. #define idsSize (STR_FIRST + 18)
  230. // keep the mailview column description string ids in sequence
  231. #define idsFromField (STR_FIRST + 21)
  232. #define idsToField (STR_FIRST + 22)
  233. #define idsCcField (STR_FIRST + 23)
  234. #define idsSubjectField (STR_FIRST + 24)
  235. #define idsTTFormattingFont (STR_FIRST + 25)
  236. #define idsTTFormattingSize (STR_FIRST + 27)
  237. #define idsAutoColor (STR_FIRST + 31)
  238. #define idsColor1 (STR_FIRST + 32)
  239. #define idsColor2 (STR_FIRST + 33)
  240. #define idsColor3 (STR_FIRST + 34)
  241. #define idsColor4 (STR_FIRST + 35)
  242. #define idsColor5 (STR_FIRST + 36)
  243. #define idsColor6 (STR_FIRST + 37)
  244. #define idsColor7 (STR_FIRST + 38)
  245. #define idsColor8 (STR_FIRST + 39)
  246. #define idsColor9 (STR_FIRST + 40)
  247. #define idsColor10 (STR_FIRST + 41)
  248. #define idsColor11 (STR_FIRST + 42)
  249. #define idsColor12 (STR_FIRST + 43)
  250. #define idsColor13 (STR_FIRST + 44)
  251. #define idsColor14 (STR_FIRST + 45)
  252. #define idsColor15 (STR_FIRST + 46)
  253. #define idsColor16 (STR_FIRST + 47)
  254. #define idsSmapiClose (STR_FIRST + 48)
  255. #define idsHideHotmailMenu (STR_FIRST + 49)
  256. #define idsNewsgroups (STR_FIRST + 52)
  257. #define idsDescription (STR_FIRST + 53)
  258. #define idsEmptyTo (STR_FIRST + 60)
  259. #define idsEmptyCc (STR_FIRST + 61)
  260. #define idsEmptySubject (STR_FIRST + 62)
  261. #define idsNoCcOrTo (STR_FIRST + 63)
  262. #define idsNoSubject (STR_FIRST + 64)
  263. #define idsTTTo (STR_FIRST + 65)
  264. #define idsTTCc (STR_FIRST + 66)
  265. #define idsTTSubject (STR_FIRST + 67)
  266. #define idsTTRecipients (STR_FIRST + 68)
  267. #define idsTTStampForSendnote (STR_FIRST + 69)
  268. #define idsSaveChangesMsg (STR_FIRST + 71)
  269. #define idsCantSaveMsg (STR_FIRST + 72)
  270. #define idsCantDeleteMsg (STR_FIRST + 73)
  271. #define idsNewsgroupsField (STR_FIRST + 81)
  272. #define idsEmptyNewsgroups (STR_FIRST + 82)
  273. #define idsDateField (STR_FIRST + 83)
  274. #define idsErrInvalidGroup (STR_FIRST + 84)
  275. #define idsWantToSubscribe (STR_FIRST + 85)
  276. #define idsWantToUnSubscribe (STR_FIRST + 89)
  277. #define idsUnsubscribeMenu (STR_FIRST + 90)
  278. #define idsSubscribeMenu (STR_FIRST + 91)
  279. #define idsErrNewsCantReply (STR_FIRST + 92)
  280. #define idsHTMLErrNewsCantOpen (STR_FIRST + 93)
  281. #define idsErrAttmanLoadFail (STR_FIRST + 94)
  282. #define idsSaveAttachmentAs (STR_FIRST + 97)
  283. #define idsNoFromField (STR_FIRST + 102)
  284. #define idsTTNewsgroups (STR_FIRST + 103)
  285. #define idsDownloadArtTitle (STR_FIRST + 104)
  286. #define idsDownloadArtMsg (STR_FIRST + 105)
  287. #define idsErrNoPoster (STR_FIRST + 106)
  288. #define idsDownloadingGroups (STR_FIRST + 110)
  289. #define idsSortingGroups (STR_FIRST + 111)
  290. #define idsDownloadingDesc (STR_FIRST + 112)
  291. #define idsWritingFile (STR_FIRST + 113)
  292. #define idsUnknown (STR_FIRST + 114)
  293. #define idsNewsLogon (STR_FIRST + 116)
  294. #define idsShowDetails (STR_FIRST + 117)
  295. #define idsHideDetails (STR_FIRST + 118)
  296. #define idsFilterAttSave (STR_FIRST + 129)
  297. #define idsCompose (STR_FIRST + 139)
  298. #define idsPostReply (STR_FIRST + 140)
  299. #define idsMailReply (STR_FIRST + 141)
  300. #define idsForward (STR_FIRST + 142)
  301. #define idsReply (STR_FIRST + 144)
  302. #define idsReplyAll (STR_FIRST + 145)
  303. #define idsDefMailExt (STR_FIRST + 148)
  304. #define idsDefNewsExt (STR_FIRST + 149)
  305. #define idsNewsSaveAsTitle (STR_FIRST + 150)
  306. #define idsMailSaveAsTitle (STR_FIRST + 151)
  307. #define idsUnableToSaveMessage (STR_FIRST + 152)
  308. #define idsDownloadingHeaders (STR_FIRST + 172)
  309. #define idsDownloadingArticle (STR_FIRST + 173)
  310. #define idsNewsStatus (STR_FIRST + 174)
  311. #define idsErrPeerClosed (STR_FIRST + 179)
  312. #define idsErrAuthenticate (STR_FIRST + 193)
  313. // Options Spelling dialog strings
  314. #define idsSpellClose (STR_FIRST + 201)
  315. #define idsSpellCaption (STR_FIRST + 202)
  316. #define idsSpellRepeatWord (STR_FIRST + 203)
  317. #define idsSpellWordNeedsCap (STR_FIRST + 204)
  318. #define idsSpellWordNotFound (STR_FIRST + 205)
  319. #define idsSpellNoSuggestions (STR_FIRST + 206)
  320. #define idsSpellDelete (STR_FIRST + 207)
  321. #define idsSpellDeleteAll (STR_FIRST + 208)
  322. #define idsSpellChange (STR_FIRST + 209)
  323. #define idsSpellChangeAll (STR_FIRST + 210)
  324. #define idsSpellMsgDone (STR_FIRST + 212)
  325. #define idsSpellMsgContinue (STR_FIRST + 213)
  326. #define idsSpellMsgConfirm (STR_FIRST + 214)
  327. #define idsSpellMsgSendOK (STR_FIRST + 215)
  328. #define idsErrSpellGenericSpell (STR_FIRST + 221)
  329. #define idsErrSpellGenericLoad (STR_FIRST + 222)
  330. #define idsErrSpellMainDictLoad (STR_FIRST + 223)
  331. #define idsErrSpellVersion (STR_FIRST + 224)
  332. #define idsErrSpellUserDictLoad (STR_FIRST + 226)
  333. #define idsErrSpellUserDictOpenRO (STR_FIRST + 227)
  334. #define idsErrSpellCacheWordLen (STR_FIRST + 230)
  335. #define idsPrefixReply (STR_FIRST + 231)
  336. #define idsPrefixForward (STR_FIRST + 232)
  337. #define idsErrCannotOpenMailMsg (STR_FIRST + 233)
  338. #define idsErrSpellLangChanged (STR_FIRST + 234)
  339. #define idsErrSpellWarnDictionary (STR_FIRST + 235)
  340. #ifdef WIN16 // Because Win16 don't have long file name support!!!
  341. #define idsInboxFile (STR_FIRST + 236)
  342. #define idsOutboxFile (STR_FIRST + 237)
  343. #define idsSentItemsFile (STR_FIRST + 238)
  344. #define idsDeletedItemsFile (STR_FIRST + 239)
  345. #define idsDraftFile (STR_FIRST + 240)
  346. #define idsNewsOutboxFile (STR_FIRST + 241)
  347. #endif
  348. // keep this contiguous please, or i'll kill you
  349. #define idsInbox (STR_FIRST + 242)
  350. #define idsOutbox (STR_FIRST + 243)
  351. #define idsSentItems (STR_FIRST + 244)
  352. #define idsDeletedItems (STR_FIRST + 245)
  353. #define idsDraft (STR_FIRST + 246)
  354. #define idsSharedInbox (STR_FIRST + 247)
  355. // keep this contiguous please, or i'll kill you
  356. #define idsAllFilesFilter (STR_FIRST + 248)
  357. #define idsTextFileFilter (STR_FIRST + 249)
  358. #define idsLinkExtension (STR_FIRST + 251)
  359. #define idsAttach (STR_FIRST + 252)
  360. #define idsInsertAttachment (STR_FIRST + 253)
  361. #define idsOverwriteFile (STR_FIRST + 254)
  362. #define idsDropLinkDirs (STR_FIRST + 255)
  363. #define idsAttConfirmDeletion (STR_FIRST + 256)
  364. #define idsTextOrHtmlFileFilter (STR_FIRST + 257)
  365. // leave a little space for addrview stuff...
  366. // end addrview strings
  367. #define idsErrCreateNewFld (STR_FIRST + 259)
  368. #define idsErrRenameFld (STR_FIRST + 260)
  369. #define idsErrDeleteFld (STR_FIRST + 261)
  370. #define idsWarnDeleteFolder (STR_FIRST + 262)
  371. #define idsErrRenameSpecialFld (STR_FIRST + 263)
  372. #define idsErrFolderNameConflict (STR_FIRST + 264)
  373. #define idsErrBadFolderName (STR_FIRST + 265)
  374. #define idsErrDeleteSpecialFolder (STR_FIRST + 266)
  375. #define idsWarnEmptyDeletedItems (STR_FIRST + 267)
  376. #define idsWarnPermDelete (STR_FIRST + 268)
  377. #define idsWarnPermDeleteSome (STR_FIRST + 269)
  378. #define idsErrStartupFailed (STR_FIRST + 270)
  379. #define idsDoYouWantToSave (STR_FIRST + 274)
  380. #define idsXMsgsYUnread (STR_FIRST + 277)
  381. #define idsXMsgs (STR_FIRST + 278)
  382. #define idsErrNoRecipients (STR_FIRST + 299)
  383. #define idsPropPageSecurity (STR_FIRST + 301)
  384. #define idsPropPageGeneral (STR_FIRST + 302)
  385. #define idsPropPageDetails (STR_FIRST + 303)
  386. #define idsErrReplyForward (STR_FIRST + 304)
  387. #define idsShowFavorites (STR_FIRST + 310)
  388. #define idsNewArticleTitle (STR_FIRST + 311)
  389. #define idsAttDefaultName (STR_FIRST + 313)
  390. #define idsErrNoGroupsFound (STR_FIRST + 314)
  391. #define idsErrCantResolveGroup (STR_FIRST + 315)
  392. #define idsEmptySubjectRO (STR_FIRST + 316)
  393. #define idsReplyTextPrefix (STR_FIRST + 318)
  394. #define idsMailRundllFailed (STR_FIRST + 319)
  395. #define idsNewsRundllFailed (STR_FIRST + 320)
  396. #define idsRecipient (STR_FIRST + 322)
  397. #define idsWarnMultipleOpens (STR_FIRST + 323)
  398. #define idsNoNewGroupsAvail (STR_FIRST + 328)
  399. #define idsNewGroups (STR_FIRST + 329)
  400. #define idsDllExpired (STR_FIRST + 332)
  401. #define idsErrNoSubject (STR_FIRST + 333)
  402. #define idsEmlFileFilter (STR_FIRST + 334)
  403. #define idsNwsFileFilter (STR_FIRST + 335)
  404. #define idsBase64 (STR_FIRST + 338)
  405. #define idsQuotedPrintable (STR_FIRST + 339)
  406. #define idsEnterPollTime (STR_FIRST + 342)
  407. #define idsEnterSigText (STR_FIRST + 345)
  408. #define idsEnterSigFile (STR_FIRST + 346)
  409. #define idsOptions (STR_FIRST + 347)
  410. #define idsWarnSigTruncated (STR_FIRST + 348)
  411. #define idsWarnSigNotFound (STR_FIRST + 350)
  412. #define idsWarnSigBinary (STR_FIRST + 351)
  413. #define idsDLChecking (STR_FIRST + 352)
  414. #define idsWarnUnsentMail (STR_FIRST + 355)
  415. #define idsErrRemoveServer (STR_FIRST + 358)
  416. #define idsEnterPreviewTime (STR_FIRST + 361)
  417. #define idsEnterDownloadChunks (STR_FIRST + 362)
  418. #define idsSBSending (STR_FIRST + 367)
  419. #define idsSBReceiving (STR_FIRST + 368)
  420. #define idsSBConnecting (STR_FIRST + 369)
  421. #define idsSBNoNewMsgs (STR_FIRST + 370)
  422. #define idsSBNewMsgsControl (STR_FIRST + 371)
  423. #define idsSBChecking (STR_FIRST + 372)
  424. #define idsPropAttachNone (STR_FIRST + 373)
  425. #define idsUnderComp (STR_FIRST + 375)
  426. #define idsSortAsc (STR_FIRST + 376)
  427. #define idsSortMenuHelpControl (STR_FIRST + 377)
  428. #define idsReplyTextAppend (STR_FIRST + 378)
  429. #define idsErrPreviewLoadFail (STR_FIRST + 379)
  430. #define idsCharsetMapChange (STR_FIRST + 380)
  431. #define idsDisplayFavoritesDlg (STR_FIRST + 383)
  432. #define idsNoNewsgroupParen (STR_FIRST + 384)
  433. #define idsNewsStatusNoServer (STR_FIRST + 385)
  434. #define idsNone (STR_FIRST + 387)
  435. #define idsAuthorizing (STR_FIRST + 389)
  436. #define idsPropNoSubject (STR_FIRST + 390)
  437. #define idsErrNoMailInstalled (STR_FIRST + 394)
  438. #define idsErrCantCompactFolder (STR_FIRST + 395)
  439. #define idsErrCantCompactInUse (STR_FIRST + 396)
  440. #define idsCompactStore (STR_FIRST + 397)
  441. #define idsRenameFolderTitle (STR_FIRST + 398)
  442. #define idsTabSubscribed (STR_FIRST + 399)
  443. #define idsTabAll (STR_FIRST + 400)
  444. #define idsTabNew (STR_FIRST + 401)
  445. #define idsFile (STR_FIRST + 402)
  446. #define idsVersion (STR_FIRST + 403)
  447. #define idsFollowupToField (STR_FIRST + 404)
  448. #define idsReplyToField (STR_FIRST + 405)
  449. #define idsOrgField (STR_FIRST + 406)
  450. #define idsDistributionField (STR_FIRST + 407)
  451. #define idsKeywordsField (STR_FIRST + 408)
  452. #define idsApprovedField (STR_FIRST + 409)
  453. // Address Book Strings
  454. #define idsPickNamesTitle (STR_FIRST + 410)
  455. #define idsGeneralWabError (STR_FIRST + 412)
  456. #define idsStartupError (STR_FIRST + 413)
  457. #define idsEmptyFollowupTo (STR_FIRST + 415)
  458. #define idsEmptyDistribution (STR_FIRST + 416)
  459. #define idsEmptyKeywords (STR_FIRST + 417)
  460. #define idsEmptyReplyTo (STR_FIRST + 418)
  461. #define idsNotSpecified (STR_FIRST + 419)
  462. #define idsVerifyCancel (STR_FIRST + 420)
  463. #define idsCantCancel (STR_FIRST + 421)
  464. #define idsCancelFailed (STR_FIRST + 422)
  465. #define idsErrRemoveServerInUse (STR_FIRST + 423)
  466. #define idsHTMLPressSpaceToDownload (STR_FIRST + 425)
  467. #define idsEnterAutoWrap (STR_FIRST + 427)
  468. #define idsLines (STR_FIRST + 428)
  469. #define idsReadingCachedHeaders (STR_FIRST + 436)
  470. #define idsErrEmptyMessage (STR_FIRST + 437)
  471. #define idsErrOnlyQuotedText (STR_FIRST + 438)
  472. #define idsErrLinesLongerThan80 (STR_FIRST + 439)
  473. #define idsErrTooMuchQuoted (STR_FIRST + 440)
  474. #define idsMsgRecipients (STR_FIRST + 441)
  475. #define idsErrAddToWAB (STR_FIRST + 442)
  476. #define idsErrAddrProps (STR_FIRST + 443)
  477. #define idsErrBadRecipients (STR_FIRST + 444)
  478. #define idsErrDeleteMsg (STR_FIRST + 445)
  479. #define idsErrPickNames (STR_FIRST + 446)
  480. #define idsErrAddrDupe (STR_FIRST + 447)
  481. #define idsControlField (STR_FIRST + 448)
  482. #define idsTTControl (STR_FIRST + 449)
  483. #define idsErrConfigureServer (STR_FIRST + 450)
  484. #define idsErrCantForward (STR_FIRST + 451)
  485. #define idsErrAddCertToWAB (STR_FIRST + 452)
  486. #define idsErrOpenManyMessages (STR_FIRST + 453)
  487. #define idsIgnoreResolveError (STR_FIRST + 458)
  488. #define idsErrSendMail (STR_FIRST + 473)
  489. #define idsErrStoreInit (STR_FIRST + 475)
  490. #define idsErrMailInit (STR_FIRST + 476)
  491. #define idsErrDelete (STR_FIRST + 478)
  492. #define idsErrImport (STR_FIRST + 480)
  493. #define idsErrImportLoad (STR_FIRST + 481)
  494. #define idsHTMLErrNewsExpired (STR_FIRST + 483)
  495. #define idsBack (STR_FIRST + 484)
  496. #define idsNext (STR_FIRST + 485)
  497. #define idsTTFollowup (STR_FIRST + 510)
  498. #define idsTTDistribution (STR_FIRST + 511)
  499. #define idsTTKeywords (STR_FIRST + 512)
  500. #define idsTTReplyTo (STR_FIRST + 513)
  501. #define idsTTApproved (STR_FIRST + 514)
  502. #define idsTTPickNewsgroups (STR_FIRST + 515)
  503. #define idsErrDeleteOnExit (STR_FIRST + 518)
  504. #define idsFolderLocked (STR_FIRST + 519)
  505. #define idsGenericError (STR_FIRST + 520)
  506. #define idsCcWell (STR_FIRST + 521)
  507. #define idsErrOnlyOneReplyTo (STR_FIRST + 522)
  508. #define idsReplyToWell (STR_FIRST + 523)
  509. #define idsErrMove (STR_FIRST + 525)
  510. #define idsErrCopy (STR_FIRST + 528)
  511. #define idsWarnMailEmptySubj (STR_FIRST + 531)
  512. #define idsEnterDays (STR_FIRST + 532)
  513. #define idsAllServers (STR_FIRST + 533)
  514. #define idsWastedKB (STR_FIRST + 536)
  515. #define idsEnterCompactPer (STR_FIRST + 538)
  516. #define idsDelete (STR_FIRST + 542)
  517. #define idsCantLoadMapi32Dll (STR_FIRST + 544)
  518. #define idsErrBadFindParams (STR_FIRST + 545)
  519. #define idsNoMoreMsgFound (STR_FIRST + 546)
  520. #define idsErrNewsgroupLineTooLong (STR_FIRST + 549)
  521. #define idsNoteLangTitle (STR_FIRST + 550)
  522. #define idsCompacting (STR_FIRST + 551)
  523. #define idsConfirmDelAll (STR_FIRST + 552)
  524. #define idsConfirmDelGroup (STR_FIRST + 553)
  525. #define idsConfirmDelServer (STR_FIRST + 554)
  526. // don't make me kill you for reordering the following ids...
  527. #define idsNotConnected (STR_FIRST + 556)
  528. #define idsReconnecting (STR_FIRST + 557)
  529. #define idsFindingHost (STR_FIRST + 558)
  530. #define idsFoundHost (STR_FIRST + 559)
  531. #define idsConnecting (STR_FIRST + 560)
  532. #define idsConnected (STR_FIRST + 561)
  533. #define idsSecuring (STR_FIRST + 562)
  534. // don't make me kill you for reordering the preceding ids...
  535. #define idsBCcField (STR_FIRST + 563)
  536. #define idsEmptyBCc (STR_FIRST + 564)
  537. #define idsTTBCc (STR_FIRST + 565)
  538. #define idsErrCompactAll (STR_FIRST + 566)
  539. #define idsMemory (STR_FIRST + 567)
  540. #define idsDiskFull (STR_FIRST + 568)
  541. #define idsErrExport (STR_FIRST + 574)
  542. #define idsCleaningUp (STR_FIRST + 575)
  543. #define idsErrBadRecips (STR_FIRST + 576)
  544. #define idsSaveAs (STR_FIRST + 577)
  545. #define idsCancelArticle (STR_FIRST + 578)
  546. #define idsMarkAllRead (STR_FIRST + 579)
  547. #define idsMarkUnread (STR_FIRST + 580)
  548. #define idsGotoOutbox (STR_FIRST + 581)
  549. #define idsGotoPosted (STR_FIRST + 582)
  550. #define idsMarkNewsgroups (STR_FIRST + 583)
  551. #define idsMarkThreadDownload (STR_FIRST + 584)
  552. #define idsMarkAllDownload (STR_FIRST + 585)
  553. #define idsMarkThreadRead (STR_FIRST + 586)
  554. #define idsHelp (STR_FIRST + 587)
  555. #define idsProgDLPost (STR_FIRST + 588)
  556. #define idsProgDLMessage (STR_FIRST + 589)
  557. #define idsProgDLGetLines (STR_FIRST + 593)
  558. #define idsPostedItems (STR_FIRST + 596)
  559. #define idsGoToSentItems (STR_FIRST + 598)
  560. #define idsMarkReadTT (STR_FIRST + 599)
  561. #define idsErrSelectGroup (STR_FIRST + 602)
  562. #define idsSavedItems (STR_FIRST + 605)
  563. #define idsActionMoveTo (STR_FIRST + 606)
  564. #define idsActionCopyTo (STR_FIRST + 607)
  565. #define idsActionDontDownload (STR_FIRST + 608)
  566. #define idsIf (STR_FIRST + 609)
  567. #define idsSubjectContains (STR_FIRST + 610)
  568. #define idsFromContains (STR_FIRST + 611)
  569. #define idsToContains (STR_FIRST + 612)
  570. #define idsCCContains (STR_FIRST + 613)
  571. #define idsAnd (STR_FIRST + 614)
  572. #define idsMaxCoolbarBtnWidth (STR_FIRST + 619)
  573. #define idsProgCombiningMsgs (STR_FIRST + 620)
  574. #define idsProgCopyMessages (STR_FIRST + 621)
  575. #define idsProgMoveMessages (STR_FIRST + 622)
  576. #define idsProgDeleteMessages (STR_FIRST + 623)
  577. #define idsMaxOutbarBtnWidth (STR_FIRST + 624)
  578. #define idshrRasInitFailure (STR_FIRST + 625)
  579. #define idshrRasDialFailure (STR_FIRST + 626)
  580. #define idshrRasServerNotFound (STR_FIRST + 627)
  581. #define idsRasError (STR_FIRST + 628)
  582. #define idshrGetDialParamsFailed (STR_FIRST + 630)
  583. #define idsEndOfListReached (STR_FIRST + 631)
  584. #define idsMime (STR_FIRST + 632)
  585. #define idsUUEncode (STR_FIRST + 633)
  586. #define idsPriLow (STR_FIRST + 634)
  587. #define idsPriHigh (STR_FIRST + 635)
  588. #define idsPriNormal (STR_FIRST + 636)
  589. #define idsWarnHTMLToPlain (STR_FIRST + 638)
  590. #define idsMoveTo (STR_FIRST + 647)
  591. #define idsCopyTo (STR_FIRST + 648)
  592. #define idsDisconnect (STR_FIRST + 649)
  593. #define IDS_BROWSE_FOLDER (STR_FIRST + 650)
  594. #define idsRasErrorGeneral (STR_FIRST + 651)
  595. #define idsRas_Dialing (STR_FIRST + 652)
  596. #define idsRas_Authentication (STR_FIRST + 653)
  597. #define idsErrorText (STR_FIRST + 654)
  598. #define idsRas_Authenticated (STR_FIRST + 655)
  599. #define idsRASCS_OpenPort (STR_FIRST + 657)
  600. #define idsRASCS_PortOpened (STR_FIRST + 658)
  601. #define idsRASCS_ConnectDevice (STR_FIRST + 659)
  602. #define idsRASCS_DeviceConnected (STR_FIRST + 660)
  603. #define idsRASCS_AuthNotify (STR_FIRST + 661)
  604. #define idsRASCS_AuthRetry (STR_FIRST + 662)
  605. #define idsRASCS_AuthCallback (STR_FIRST + 663)
  606. #define idsRASCS_AuthChangePassword (STR_FIRST + 664)
  607. #define idsRASCS_AuthProject (STR_FIRST + 665)
  608. #define idsRASCS_AuthLinkSpeed (STR_FIRST + 666)
  609. #define idsRASCS_AuthAck (STR_FIRST + 667)
  610. #define idsRASCS_Authenticated (STR_FIRST + 669)
  611. #define idsRASCS_PrepareForCallback (STR_FIRST + 670)
  612. #define idsRASCS_WaitForModemReset (STR_FIRST + 671)
  613. #define idsRASCS_WaitForCallback (STR_FIRST + 672)
  614. #define idsRASCS_Projected (STR_FIRST + 673)
  615. #define idsRASCS_Connected (STR_FIRST + 674)
  616. #define idsRASCS_Disconnected (STR_FIRST + 675)
  617. #define idshrSetDialParamsFailed (STR_FIRST + 676)
  618. #define idsOK (STR_FIRST + 677)
  619. #define idsRASCS_AllDevicesConnected (STR_FIRST + 678)
  620. #define idsErrCouldntCopyMessage (STR_FIRST + 679)
  621. #define idsErrMailBombHtml (STR_FIRST + 680)
  622. #define idsDefault (STR_FIRST + 681)
  623. #define idsFailACacheCompact (STR_FIRST + 682)
  624. #define idsFailACacheCompactReason (STR_FIRST + 683)
  625. // For the HTML Welcome message
  626. #define idsWelcomeMessageSubj (STR_FIRST + 686)
  627. #define idsSecWelcomeMessageSubj (STR_FIRST + 687)
  628. #define idsSpoolerDisconnect (STR_FIRST + 696)
  629. #define idsHTMLErrArticleNotCached (STR_FIRST + 699)
  630. #define idsStopTT (STR_FIRST + 701)
  631. #define idsSecurityWarning (STR_FIRST + 702)
  632. #define idsErrServerNotConnected (STR_FIRST + 703)
  633. #define idsCacheRemovingReadArts (STR_FIRST + 704)
  634. #define idsCacheRemovingExpired (STR_FIRST + 705)
  635. #define idsProgDLPostTo (STR_FIRST + 707)
  636. #define idsCacheRemovingBody (STR_FIRST + 708) // Bug# 51180 (v-snatar)
  637. #define idsHelpMSWebFirst (STR_FIRST + 710)
  638. #define idsHelpMSWebFree (STR_FIRST + 711)
  639. #define idsHelpMSWebProductNews (STR_FIRST + 712)
  640. #define idsHelpMSWebFaq (STR_FIRST + 713)
  641. #define idsHelpMSWebSupport (STR_FIRST + 714)
  642. #define idsHelpMSWebFeedback (STR_FIRST + 715)
  643. #define idsHelpMSWebBest (STR_FIRST + 716)
  644. #define idsHelpMSWebSearch (STR_FIRST + 717)
  645. #define idsHelpMSWebHome (STR_FIRST + 718)
  646. #define idsHelpMSWebOutlook (STR_FIRST + 719)
  647. #define idsHelpMSWebIE (STR_FIRST + 720)
  648. #define idsHelpMSWebCert (STR_FIRST + 721)
  649. #define idsHelpMSWebCertSubName (STR_FIRST + 722)
  650. #define idsHelpMSWebHotmail (STR_FIRST + 723)
  651. #define idsHelpMSWebLast (STR_FIRST + 730)
  652. #define idsCombineAndDecodeTT (STR_FIRST + 732)
  653. #define idsPostAndDownloadTT (STR_FIRST + 733)
  654. #define idsGetNextTT (STR_FIRST + 734)
  655. #define idsUnscrambleTT (STR_FIRST + 735)
  656. #define idsUnmarkTT (STR_FIRST + 736)
  657. #define idsErrCantCombineNotConnected (STR_FIRST + 737)
  658. #define idsDefTextExt (STR_FIRST + 738)
  659. #define idsInsertTextTitle (STR_FIRST + 739)
  660. #define idsErrHTMLInNewsIsBad (STR_FIRST + 740)
  661. #define idsRasPromptDisconnect (STR_FIRST + 741)
  662. #define idsProgReceivedLines (STR_FIRST + 743)
  663. #define idsErrServerNotCongured (STR_FIRST + 744)
  664. #define idsErrSendDownloadFail (STR_FIRST + 745)
  665. #define idsErrSaveDownloadFail (STR_FIRST + 746)
  666. #define idsHTMLErrNewsDLCancelled (STR_FIRST + 781)
  667. #define idsErrGrpListDL (STR_FIRST + 782)
  668. #define idsNewMailNotify (STR_FIRST + 794)
  669. #define idsXMsgsYUnreadZonServ (STR_FIRST + 795)
  670. #define idsGetHeaderFmt (STR_FIRST + 796)
  671. #define idsPassReqd (STR_FIRST + 798)
  672. #define idsHTMLDiskOutOfSpace (STR_FIRST + 799) // Bug# 50704 (v-snatar)
  673. #define idsToWell (STR_FIRST + 822)
  674. #define idsFromWell (STR_FIRST + 823)
  675. #define idsFolder (STR_FIRST + 829)
  676. #define idsErrCantRepairInUse (STR_FIRST + 832)
  677. #define idsRulesNoActions (STR_FIRST + 833)
  678. #define idsRulesNoCriteria (STR_FIRST + 834)
  679. #define idsRuleNoForwardTo (STR_FIRST + 835)
  680. #define idsActionForwardTo (STR_FIRST + 836)
  681. #define idsIn (STR_FIRST + 838)
  682. #define idsOn (STR_FIRST + 839)
  683. #define idsForAllMessages (STR_FIRST + 840)
  684. #define idsMessagePostedMoreThan (STR_FIRST + 841)
  685. #define idsDaysAgo (STR_FIRST + 842)
  686. #define idsMessageSizeGreaterThan (STR_FIRST + 843)
  687. #define idsKB (STR_FIRST + 844)
  688. #define idsActionReplyWith (STR_FIRST + 845)
  689. #define idsActionDeleteOffServer (STR_FIRST + 846)
  690. #define idsDontShowMessages (STR_FIRST + 847)
  691. #define idsInAnyGroup (STR_FIRST + 848)
  692. #define idsRulesPickGroup (STR_FIRST + 850)
  693. #define idsRuleNoReplyWithFile (STR_FIRST + 851)
  694. #define idsRulePickFrom (STR_FIRST + 852)
  695. #define idsRulePickTo (STR_FIRST + 853)
  696. #define idsRulePickForwardTo (STR_FIRST + 854)
  697. #define idsRulePickCC (STR_FIRST + 855)
  698. #define idsReasonMoveTo (STR_FIRST + 856)
  699. #define idsReasonCopyTo (STR_FIRST + 857)
  700. #define idsReasonForwardTo (STR_FIRST + 858)
  701. #define idsReasonReplyWith (STR_FIRST + 859)
  702. #define idsReasonActions (STR_FIRST + 860)
  703. #define idsNameCol (STR_FIRST + 861)
  704. #define idsUnread (STR_FIRST + 862)
  705. #define idsNew (STR_FIRST + 863)
  706. #define idsLastUpdated (STR_FIRST + 864)
  707. #define idsWastedSpace (STR_FIRST + 865)
  708. #define idsTotal (STR_FIRST + 866)
  709. #define idsErrDDFileNotFound (STR_FIRST + 867)
  710. #define idsGroupPropStatusDef (STR_FIRST + 871)
  711. #define idsFolderPropStatusDef (STR_FIRST + 872)
  712. #define idsGroupPropStatus (STR_FIRST + 873)
  713. #define idsFolderPropStatus (STR_FIRST + 874)
  714. #define idsTipOfTheDay (STR_FIRST + 875)
  715. #define idsNextTip (STR_FIRST + 876)
  716. #define idsEmptyControl (STR_FIRST + 878)
  717. #define idsEmptyApproved (STR_FIRST + 879)
  718. #define idshrCantOpenOutbox (STR_FIRST + 908)
  719. #define idsUrlDetecting (STR_FIRST + 909)
  720. #define idshrAuthFailed (STR_FIRST + 912)
  721. #define idsInetMailConnectingHost (STR_FIRST + 923)
  722. #define idsInetMailRecvStatus (STR_FIRST + 932)
  723. #define idsReplySep (STR_FIRST + 933)
  724. #define idsReplyFont (STR_FIRST + 934)
  725. #define idsDetail_Account (STR_FIRST + 941)
  726. #define idsDetail_Server (STR_FIRST + 942)
  727. #define idsDetail_UserName (STR_FIRST + 943)
  728. #define idsDetail_Protocol (STR_FIRST + 944)
  729. #define idsDetail_Port (STR_FIRST + 945)
  730. #define idsDetail_Secure (STR_FIRST + 946)
  731. #define idsDetail_ErrorNumber (STR_FIRST + 947)
  732. #define idsDetail_HRESULT (STR_FIRST + 948)
  733. #define idsDetails_Config (STR_FIRST + 949)
  734. #define idshrLockUidCacheFailed (STR_FIRST + 986)
  735. #define idshrCantLeaveOnServer (STR_FIRST + 988)
  736. #define idsNewsRulesTitle (STR_FIRST + 989)
  737. #define idsUpOneLevel (STR_FIRST + 990)
  738. #define idsAccount (STR_FIRST + 997)
  739. #define idsSendMsgUsing (STR_FIRST + 999)
  740. #define idsSendMsgAccelTip (STR_FIRST + 1000)
  741. #define idsDefaultAccount (STR_FIRST + 1001)
  742. #define idsConnection (STR_FIRST + 1002)
  743. #define idsConnectionLAN (STR_FIRST + 1003)
  744. #define idsConnectionManual (STR_FIRST + 1004)
  745. #define idsGroupFilters (STR_FIRST + 1007)
  746. #define idsSendMsgOneAccount (STR_FIRST + 1008)
  747. #define idsErrNoSendAccounts (STR_FIRST + 1009)
  748. #define idshrErrNoSmtpResponse (STR_FIRST + 1011)
  749. #define idshrErrNoPop3Response (STR_FIRST + 1012)
  750. #define idsWarnDeleteAccount (STR_FIRST + 1014)
  751. #define idsPollAllAccounts (STR_FIRST + 1015)
  752. #define idsSecurityField (STR_FIRST + 1017)
  753. #define idsStitchingMessages (STR_FIRST + 1018)
  754. #define idsRuleReplyWithFilter (STR_FIRST + 1019)
  755. #define idsCopy (STR_FIRST + 1020)
  756. #define idsCopyCaption (STR_FIRST + 1021)
  757. #define idsMove (STR_FIRST + 1022)
  758. #define idsMoveCaption (STR_FIRST + 1023)
  759. #define idsNoMoveDestinationFolder (STR_FIRST + 1024)
  760. #define idsNoCopyDestinationFolder (STR_FIRST + 1025)
  761. #define idsErrFolderMove (STR_FIRST + 1026)
  762. #define idsErrCantMoveIntoSubfolder (STR_FIRST + 1027)
  763. #define idsErrURLExec (STR_FIRST + 1028)
  764. #define idsErrNoteDeferedInit (STR_FIRST + 1029)
  765. #define idsErrCannotMoveSpecial (STR_FIRST + 1030)
  766. #define idsErrLoadingHtmlEdit (STR_FIRST + 1031)
  767. #define idsErrLoadingWAB (STR_FIRST + 1032)
  768. #define idsErrWAB (STR_FIRST + 1033)
  769. #define idsErrWABNotFound (STR_FIRST + 1034)
  770. // Languages for purposes of spelling
  771. #define idsSpellLangAmerican (STR_FIRST + 1035)
  772. #define idsSpellLangAustralian (STR_FIRST + 1036)
  773. #define idsSpellLangBritish (STR_FIRST + 1037)
  774. #define idsSpellLangCatalan (STR_FIRST + 1038)
  775. #define idsSpellLangCzecheslovakian (STR_FIRST + 1039)
  776. #define idsSpellLangDanish (STR_FIRST + 1040)
  777. #define idsSpellLangDutch (STR_FIRST + 1041)
  778. #define idsSpellLangFinnish (STR_FIRST + 1042)
  779. #define idsSpellLangFrench (STR_FIRST + 1043)
  780. #define idsSpellLangFrenchCanadian (STR_FIRST + 1044)
  781. #define idsSpellLangGerman (STR_FIRST + 1045)
  782. #define idsSpellLangGreek (STR_FIRST + 1046)
  783. #define idsSpellLangHungarian (STR_FIRST + 1047)
  784. #define idsSpellLangItalian (STR_FIRST + 1048)
  785. #define idsSpellLangNorskBokmal (STR_FIRST + 1049)
  786. #define idsSpellLangNorskNynorsk (STR_FIRST + 1050)
  787. #define idsSpellLangPolish (STR_FIRST + 1051)
  788. #define idsSpellLangPortBrazil (STR_FIRST + 1052)
  789. #define idsSpellLangPortIberian (STR_FIRST + 1053)
  790. #define idsSpellLangRussian (STR_FIRST + 1054)
  791. #define idsSpellLangSpanish (STR_FIRST + 1055)
  792. #define idsSpellLangSwedish (STR_FIRST + 1056)
  793. #define idsSpellLangTurkish (STR_FIRST + 1057)
  794. #define idsSpellLangDefault (STR_FIRST + 1058)
  795. #define idsErrCantDeleteFolderWithSub (STR_FIRST + 1060)
  796. #define idsIMAP (STR_FIRST + 1064)
  797. #define idsErrResetSubList (STR_FIRST + 1065)
  798. #define idsMessagesOn (STR_FIRST + 1069)
  799. #define idsWarnDeleteManyFolders (STR_FIRST + 1070)
  800. #define idsErrMsgURLNotFound (STR_FIRST + 1071)
  801. #define idsDownloadingImapFldrs (STR_FIRST + 1072)
  802. #define idsColLines (STR_FIRST + 1073)
  803. #define idsNewFolder (STR_FIRST + 1074)
  804. #define idsNewFolderNumber (STR_FIRST + 1075)
  805. #define idsImapLogon (STR_FIRST + 1076)
  806. #define idsFontSize0 (STR_FIRST + 1079)
  807. #define idsFontSize1 (STR_FIRST + 1080)
  808. #define idsFontSize2 (STR_FIRST + 1081)
  809. #define idsFontSize3 (STR_FIRST + 1082)
  810. #define idsFontSize4 (STR_FIRST + 1083)
  811. #define idsFontSize5 (STR_FIRST + 1084)
  812. #define idsFontSize6 (STR_FIRST + 1085)
  813. #define idsErrLoadWinMM (STR_FIRST + 1086)
  814. #define idsErrInetcplLoad (STR_FIRST + 1087)
  815. #define idsErrSicilyFailedToLoad (STR_FIRST + 1089)
  816. #define idsErrSicilyLogonFailed (STR_FIRST + 1090)
  817. #define idsOui (STR_FIRST + 1101)
  818. #define idsNon (STR_FIRST + 1102)
  819. #define idsBit (STR_FIRST + 1103)
  820. #define idsMaybe (STR_FIRST + 1104)
  821. #define idsMessageSizeLessThan (STR_FIRST + 1106)
  822. #define idsLogCouldNotConnect (STR_FIRST + 1110)
  823. #define idsErrCoCreateTrident (STR_FIRST + 1122)
  824. #define idsLogErrorGroup (STR_FIRST + 1123)
  825. #define idsLogErrorConnection (STR_FIRST + 1124)
  826. #define idsLogCheckingNewMessages (STR_FIRST + 1125)
  827. #define idsErrNotSaveUntilDownloadDone (STR_FIRST + 1126)
  828. #define idsLogErrorSwitchGroup (STR_FIRST + 1127)
  829. #define idsSendBeforeFullyDisplayed (STR_FIRST + 1128)
  830. #define idsLogStartDownloadAll (STR_FIRST + 1132)
  831. #define idsDetails (STR_FIRST + 1145)
  832. #define idsIMAPCmdCompletionError (STR_FIRST + 1149)
  833. #define idsIMAPFolderListFailed (STR_FIRST + 1150)
  834. #define idsIMAPCreateFailed (STR_FIRST + 1151)
  835. #define idsIMAPCreateListFailed (STR_FIRST + 1152)
  836. #define idsIMAPCreateSubscribeFailed (STR_FIRST + 1153)
  837. #define idsIMAPFolderCacheTitle (STR_FIRST + 1154)
  838. #define idsIMAPFolderCacheError (STR_FIRST + 1155)
  839. #define idsIMAPSendNextOpErrTitle (STR_FIRST + 1157)
  840. #define idsIMAPSendNextOpErrText (STR_FIRST + 1158)
  841. #define idsIMAPFmgrInitErrTitle (STR_FIRST + 1159)
  842. #define idsIMAPFmgrInitErrText (STR_FIRST + 1160)
  843. #define idsIMAPCreateFldrErrorTitle (STR_FIRST + 1161)
  844. #define idsIMAPCreateFldrErrorText (STR_FIRST + 1162)
  845. #define idsIMAPFldrInitHdrsErrTitle (STR_FIRST + 1163)
  846. #define idsIMAPFldrInitHdrsErrText (STR_FIRST + 1164)
  847. #define idsIMAPServerAlertTitle (STR_FIRST + 1165)
  848. #define idsIMAPServerAlertIntro (STR_FIRST + 1166)
  849. #define idsIMAPServerParseErrTitle (STR_FIRST + 1167)
  850. #define idsIMAPServerParseErrIntro (STR_FIRST + 1168)
  851. #define idsIMAPOutOfSyncTitle (STR_FIRST + 1169)
  852. #define idsWarnChangeSecurity (STR_FIRST + 1170)
  853. #define idsIMAPNewHdrErrTitle (STR_FIRST + 1171)
  854. #define idsIMAPNewHdrErrText (STR_FIRST + 1172)
  855. #define idsIMAPNewBodyErrTitle (STR_FIRST + 1173)
  856. #define idsIMAPNewBodyErrText (STR_FIRST + 1174)
  857. #define idsIMAPNewFlagsErrTitle (STR_FIRST + 1175)
  858. #define idsIMAPNewFlagsErrText (STR_FIRST + 1176)
  859. #define idsIMAPErrorNotificationText (STR_FIRST + 1177)
  860. #define idsIMAPAuthFailureText (STR_FIRST + 1178)
  861. #define idsIMAPMsgDeleteSyncErrTitle (STR_FIRST + 1179)
  862. #define idsIMAPMsgDeleteSyncErrText (STR_FIRST + 1180)
  863. #define idsIMAPSelectFailureTitle (STR_FIRST + 1181)
  864. #define idsIMAPSelectFailureTextFmt (STR_FIRST + 1182)
  865. #define idsIMAPNewMsgDLErrTitle (STR_FIRST + 1183)
  866. #define idsIMAPNewMsgDLErrText (STR_FIRST + 1184)
  867. #define idsIMAPOldMsgUpdateFailure (STR_FIRST + 1185)
  868. #define idsIMAPFldrDeleteSyncErrTitle (STR_FIRST + 1186)
  869. #define idsIMAPFldrDeleteSyncErrText (STR_FIRST + 1187)
  870. #define idsErrNewsgroupBlocked (STR_FIRST + 1188)
  871. #define idsErrNewsgroupNoPosting (STR_FIRST + 1189)
  872. #define idsNewsOutbox (STR_FIRST + 1190)
  873. #define idsIMAP_HCFCouldNotDelete (STR_FIRST + 1191)
  874. #define idsIMAPNoHierarchy (STR_FIRST + 1192)
  875. #define idsIMAPNoHierarchyLosePrefix (STR_FIRST + 1193)
  876. #define idsIMAPPrefixCreateFailedFmt (STR_FIRST + 1194)
  877. #define idsSaveAttachControl (STR_FIRST + 1196)
  878. #define idsOpenAttachControl (STR_FIRST + 1197)
  879. #define idsAll (STR_FIRST + 1198)
  880. #define idsSaveAllBrowse (STR_FIRST + 1199)
  881. #define idsErrCmdFailed (STR_FIRST + 1200)
  882. #define idsEmptyFolderMenuCommand (STR_FIRST + 1201)
  883. #define idsIMAPDeleteFldrFailed (STR_FIRST + 1203)
  884. #define idsIMAPDeleteFldrUnsubFailed (STR_FIRST + 1204)
  885. #define idsIMAPUnselectFailed (STR_FIRST + 1205)
  886. #define idsIMAPDeleteFldrErrorTitle (STR_FIRST + 1206)
  887. #define idsIMAPDeleteFldrErrorText (STR_FIRST + 1207)
  888. #define idsIMAPUpldProgressFmt (STR_FIRST + 1208)
  889. #define idsIMAPAppendFailed (STR_FIRST + 1209)
  890. #define idsIMAPUploadMsgFailedTitle (STR_FIRST + 1211)
  891. #define idsIMAPUploadMsgStoreFail (STR_FIRST + 1212)
  892. #define idsIMAPUploadMsgMoveDelFail (STR_FIRST + 1213)
  893. #define idsIMAPUploadMsgNoRootLvl (STR_FIRST + 1214)
  894. #define idsIMAPUploadMsgErrorText (STR_FIRST + 1215)
  895. #define idsInlineImageHeader (STR_FIRST + 1216)
  896. #define idsInlineImagePlaceHolder (STR_FIRST + 1217)
  897. #define idsBccWell (STR_FIRST + 1218)
  898. #define idsErrNewsCantOpen (STR_FIRST + 1219)
  899. #define idsErrNewsExpired (STR_FIRST + 1220)
  900. #define idsPrintHeader (STR_FIRST + 1221)
  901. #define idsIMAPImapCopyMoveNYI (STR_FIRST + 1223)
  902. #define idsIMAPCopyMsgsFailed (STR_FIRST + 1224)
  903. #define idsIMAPMoveMsgsFailed (STR_FIRST + 1225)
  904. #define idsIMAPCopyMsgProgressFmt (STR_FIRST + 1226)
  905. #define idsIMAPMoveMsgProgressFmt (STR_FIRST + 1227)
  906. #define idsIMAPCopyDlgTitleFmt (STR_FIRST + 1228)
  907. #define idsIMAPMoveDlgTitleFmt (STR_FIRST + 1229)
  908. #define idsButtonReadNews (STR_FIRST + 1231)
  909. #define idsButtonReadMail (STR_FIRST + 1232)
  910. #define idsButtonCompose (STR_FIRST + 1233)
  911. #define idsButtonUpdate (STR_FIRST + 1234)
  912. #define idsButtonFind (STR_FIRST + 1235)
  913. #define idsAthenaTitle (STR_FIRST + 1236)
  914. #define idsIMAPDnldDlgErrorTitle (STR_FIRST + 1238)
  915. #define idsIMAPDnldProgressFmt (STR_FIRST + 1239)
  916. #define idsIMAPDnldDlgDLFailed (STR_FIRST + 1240)
  917. #define idsIMAPDnldDlgAbort (STR_FIRST + 1241)
  918. #define idsIMAPDnldDlgHeaderFailure (STR_FIRST + 1242)
  919. #define idsIMAPDnldDlgGetMsgFailure (STR_FIRST + 1243)
  920. #define idsIMAPDnldDlgSaveFailure (STR_FIRST + 1244)
  921. #define idsIMAPBodyFetchFailed (STR_FIRST + 1245)
  922. #define idsIMAPDeleteFailed (STR_FIRST + 1246)
  923. #define idsIMAPDnldDlgInitFailure (STR_FIRST + 1247)
  924. #define idsSecurityLineDigSign (STR_FIRST + 1249)
  925. #define idsSecurityLineSignGood (STR_FIRST + 1250)
  926. #define idsSecurityLineSignBad (STR_FIRST + 1251)
  927. #define idsSecurityLineSignUnsure (STR_FIRST + 1252)
  928. #define idsSecurityLineBreakStr (STR_FIRST + 1253)
  929. #define idsSecurityLineEncryption (STR_FIRST + 1254)
  930. #define idsSecurityLineEncGood (STR_FIRST + 1255)
  931. #define idsSecurityLineEncBad (STR_FIRST + 1256)
  932. #define idsPerformingRepair (STR_FIRST + 1257)
  933. #define idsErrViewLanguage (STR_FIRST + 1258)
  934. #define idsReplaceContents (STR_FIRST + 1259)
  935. #define idsFromAccount (STR_FIRST + 1260)
  936. #define idsErrorPickAccount (STR_FIRST + 1261)
  937. #define idsSpellingOptions (STR_FIRST + 1264)
  938. #define idsErrSecurityNoSigningCert (STR_FIRST + 1265)
  939. #define idsIMAPNoHierarchyCharsFmt (STR_FIRST + 1266)
  940. #define idsIMAPRenameFldrErrorTitle (STR_FIRST + 1267)
  941. #define idsIMAPRenameFldrErrorText (STR_FIRST + 1268)
  942. #define idsIMAPRenameFailed (STR_FIRST + 1269)
  943. #define idsIMAPRenameFCUpdateFailure (STR_FIRST + 1270)
  944. #define idsIMAPReconnectFailed (STR_FIRST + 1271)
  945. #define idsIMAPRenameSubscribeFailed (STR_FIRST + 1272)
  946. #define idsIMAPRenameUnsubscribeFailed (STR_FIRST + 1273)
  947. #define idsIMAPRenameINBOX (STR_FIRST + 1274)
  948. #define idsIMAPAtomicRenameFailed (STR_FIRST + 1275)
  949. #define idsIMAPFldrInitError (STR_FIRST + 1276)
  950. #define idsEmptyStr (STR_FIRST + 1277)
  951. #define idsIMAPTurnOnPolling (STR_FIRST + 1278)
  952. #define idsIMAPUIDValidityError (STR_FIRST + 1279)
  953. #define idsErrSecurityBadSigningPrint (STR_FIRST + 1280)
  954. #define idsSecurityLineSignPreProblem (STR_FIRST + 1281)
  955. #define idsSecurityLineEncExpired (STR_FIRST + 1282)
  956. #define idsSecurityLineSignDistrusted (STR_FIRST + 1283)
  957. #define idsSecurityLineSignExpired (STR_FIRST + 1284)
  958. #define idsSecurityLineListStr (STR_FIRST + 1285)
  959. #ifdef ATHENA_RTM_RELEASE
  960. #error Need to remove beta1 strings
  961. #else
  962. // NYI strings for beta1 - pull these out before RTM!!
  963. #define idsNYIGeneral (STR_FIRST + 1289)
  964. #define idsNYITitle (STR_FIRST + 1290)
  965. // NYI strings for beta1 - pull these out before RTM!!
  966. #endif
  967. #define idsViewLangMimeDBBad (STR_FIRST + 1301)
  968. #define idsIMAPViewInitFldrErr (STR_FIRST + 1302)
  969. #define idsIMAPViewInitFldrMgrErr (STR_FIRST + 1303)
  970. // standard warning -- reorder and die vvv
  971. #define idsSecurityCertMissing (STR_FIRST + 1305)
  972. #define idsSecurityCertExpired (STR_FIRST + 1306)
  973. #define idsSecurityCertChainTooLong (STR_FIRST + 1307)
  974. #define idsSecurityCertNoIssuer (STR_FIRST + 1308)
  975. #define idsSecurityCertRevoked (STR_FIRST + 1309)
  976. #define idsSecurityCertNotTrusted (STR_FIRST + 1310)
  977. #define idsSecurityCertInvalid (STR_FIRST + 1311)
  978. #define idsSecurityCertError (STR_FIRST + 1312)
  979. #define idsSecurityCertNoPrint (STR_FIRST + 1313)
  980. #define idsSecurityCertUnknown (STR_FIRST + 1314)
  981. // standard warning -- reorder and die ^^^
  982. #define idsErrFailedNavigate (STR_FIRST + 1330)
  983. #define idsAthenaStoreDir (STR_FIRST + 1331)
  984. #define idsIMAPMustBeConnectedFmt (STR_FIRST + 1332)
  985. #define idsDisconnecting (STR_FIRST + 1333)
  986. #define idsWrnSecurityNoCertForEnc (STR_FIRST + 1334)
  987. #define idsErrSecurityNoPrivateKey (STR_FIRST + 1335)
  988. #define idsErrSecurityNoChosenCert (STR_FIRST + 1336)
  989. #define idsErrSecurityNoCertForDecrypt (STR_FIRST + 1338)
  990. #define idsNYIMail (STR_FIRST + 1339)
  991. #define idsIMAPNoInferiorsFmt (STR_FIRST + 1343)
  992. #define idsViewLanguageGeneralHelp (STR_FIRST + 1344)
  993. #define idsErrDuplicateAccount (STR_FIRST + 1345)
  994. #define idsErrRenameAccountFailed (STR_FIRST + 1346)
  995. #define idsSecurityLineSignUntrusted (STR_FIRST + 1350)
  996. #define idsCtxtAddToWab (STR_FIRST + 1351)
  997. #define idsCtxtAddToFavorites (STR_FIRST + 1352)
  998. #define idsErrNewsServerTimeout (STR_FIRST + 1353)
  999. #define idsNNTPErrUnknownResponse (STR_FIRST + 1354)
  1000. #define idsNNTPErrNewgroupsFailed (STR_FIRST + 1355)
  1001. #define idsNNTPErrListFailed (STR_FIRST + 1356)
  1002. #define idsNNTPErrListGroupFailed (STR_FIRST + 1357)
  1003. #define idsNNTPErrGroupFailed (STR_FIRST + 1358)
  1004. #define idsNNTPErrGroupNotFound (STR_FIRST + 1359)
  1005. #define idsNNTPErrArticleFailed (STR_FIRST + 1360)
  1006. #define idsNNTPErrHeadFailed (STR_FIRST + 1361)
  1007. #define idsNNTPErrBodyFailed (STR_FIRST + 1362)
  1008. #define idsNNTPErrPostFailed (STR_FIRST + 1363)
  1009. #define idsNNTPErrNextFailed (STR_FIRST + 1364)
  1010. #define idsNNTPErrDateFailed (STR_FIRST + 1365)
  1011. #define idsNNTPErrHeadersFailed (STR_FIRST + 1366)
  1012. #define idsNNTPErrXhdrFailed (STR_FIRST + 1367)
  1013. #define idsDetail_ServerResponse (STR_FIRST + 1368)
  1014. #define idsFavoritesFromOutlook (STR_FIRST + 1369)
  1015. #define idsErrFavorites (STR_FIRST + 1370)
  1016. #define idsErrSendWebPageUrl (STR_FIRST + 1371)
  1017. #define idsTasks (STR_FIRST + 1374)
  1018. #define idsErrors (STR_FIRST + 1375)
  1019. #define idsStatusCol (STR_FIRST + 1377)
  1020. #define idsErrCantFindHost (STR_FIRST + 1378)
  1021. #define idsFmtTagGeneralHelp (STR_FIRST + 1379)
  1022. #define idsHtmlNoFrames (STR_FIRST + 1380)
  1023. #define idsErrPostWithoutNewsgroup (STR_FIRST + 1381)
  1024. #define idsNewsTaskPost (STR_FIRST + 1382)
  1025. #define idsStateExecuting (STR_FIRST + 1384)
  1026. #define idsStateCompleted (STR_FIRST + 1385)
  1027. #define idsStateFailed (STR_FIRST + 1386)
  1028. #define idsErrNewMsgsFailed (STR_FIRST + 1387)
  1029. #define idsCheckingNewMsgsServer (STR_FIRST + 1388)
  1030. #define idsCheckNewMsgsServer (STR_FIRST + 1389)
  1031. #define idsChooseName (STR_FIRST + 1390)
  1032. #define idsVCFName (STR_FIRST + 1391)
  1033. #define idsRasErrorGeneralWithName (STR_FIRST + 1392)
  1034. #define idsErrFindWAB (STR_FIRST + 1393)
  1035. #define idsErrAttachVCard (STR_FIRST + 1394)
  1036. #define idsErrInsertVCard (STR_FIRST + 1395)
  1037. #define idsNewsTaskPostError (STR_FIRST + 1396)
  1038. #define idsSyncAccountFmt (STR_FIRST + 1397)
  1039. #define idsDLHeaders (STR_FIRST + 1398)
  1040. #define idsDLHeadersAndMarked (STR_FIRST + 1399)
  1041. #define idsDLNewMsgs (STR_FIRST + 1400)
  1042. #define idsDLNewMsgsAndMarked (STR_FIRST + 1401)
  1043. #define idsDLAllMsgs (STR_FIRST + 1402)
  1044. #define idsDLMarkedMsgs (STR_FIRST + 1403)
  1045. #define idsSpoolerIdleErrors (STR_FIRST + 1404)
  1046. #define idsSpoolerIdle (STR_FIRST + 1405)
  1047. #define idsStateWarnings (STR_FIRST + 1406)
  1048. #define idsNewsTaskArticleError (STR_FIRST + 1407)
  1049. #define idsForwardMessage (STR_FIRST + 1408)
  1050. #define idsColPriority (STR_FIRST + 1409)
  1051. #define idsColAttach (STR_FIRST + 1410)
  1052. #define idsServerErrorNumber (STR_FIRST + 1411)
  1053. #define idsSocketErrorNumber (STR_FIRST + 1412)
  1054. #define idsOtherInformation (STR_FIRST + 1413)
  1055. #define IDS_IXP_E_TIMEOUT (STR_FIRST + 1414)
  1056. #define IDS_IXP_E_USER_CANCEL (STR_FIRST + 1415)
  1057. #define IDS_IXP_E_INVALID_ACCOUNT (STR_FIRST + 1416)
  1058. #define IDS_IXP_E_WINSOCK_WSAVERNOTSUPPORTED (STR_FIRST + 1417)
  1059. #define IDS_IXP_E_SOCKET_CONNECT_ERROR (STR_FIRST + 1418)
  1060. #define IDS_IXP_E_SOCKET_INIT_ERROR (STR_FIRST + 1419)
  1061. #define IDS_IXP_E_SOCKET_WRITE_ERROR (STR_FIRST + 1420)
  1062. #define IDS_IXP_E_SOCKET_READ_ERROR (STR_FIRST + 1421)
  1063. #define IDS_IXP_E_CONNECTION_DROPPED (STR_FIRST + 1422)
  1064. #define IDS_IXP_E_WINSOCK_FAILED_WSASTARTUP (STR_FIRST + 1423)
  1065. #define IDS_IXP_E_LOAD_SICILY_FAILED (STR_FIRST + 1424)
  1066. #define IDS_IXP_E_INVALID_CERT_CN (STR_FIRST + 1425)
  1067. #define IDS_IXP_E_INVALID_CERT_DATE (STR_FIRST + 1426)
  1068. #define IDS_IXP_E_CONN (STR_FIRST + 1427)
  1069. #define IDS_IXP_E_CANT_FIND_HOST (STR_FIRST + 1428)
  1070. #define IDS_IXP_E_SICILY_LOGON_FAILED (STR_FIRST + 1429)
  1071. #define IDS_IXP_E_FAILED_TO_CONNECT (STR_FIRST + 1430)
  1072. #define IDS_IXP_E_SMTP_RESPONSE_ERROR (STR_FIRST + 1431)
  1073. #define IDS_IXP_E_SMTP_UNKNOWN_RESPONSE_CODE (STR_FIRST + 1432)
  1074. #define IDS_E_OUTOFMEMORY (STR_FIRST + 1433)
  1075. #define IDS_IXP_E_UNKNOWN (STR_FIRST + 1434)
  1076. #define IDS_IXP_E_SMTP_REJECTED_SENDER (STR_FIRST + 1435)
  1077. #define IDS_SP_E_SENDINGSPLITGROUP (STR_FIRST + 1436)
  1078. #define IDS_SP_E_SMTP_CANTOPENMESSAGE (STR_FIRST + 1437)
  1079. #define IDS_SP_E_SMTP_CANTAUTOFORWARD (STR_FIRST + 1438)
  1080. #define IDS_IXP_E_SMTP_NO_RECIPIENTS (STR_FIRST + 1439)
  1081. #define IDS_IXP_E_SMTP_NO_SENDER (STR_FIRST + 1440)
  1082. #define IDS_IXP_E_SMTP_REJECTED_RECIPIENTS (STR_FIRST + 1441)
  1083. #define IDS_SPS_SMTPEVENT (STR_FIRST + 1442)
  1084. #define IDS_SPS_POP3EVENT (STR_FIRST + 1443)
  1085. #define IDS_SPS_SMTPPROGRESS (STR_FIRST + 1444)
  1086. #define IDS_SPS_SMTPPROGRESS_SPLIT (STR_FIRST + 1445)
  1087. #define IDS_SPS_SMTPPROGGEN (STR_FIRST + 1446)
  1088. #define IDS_SPS_POP3CHECKING (STR_FIRST + 1447)
  1089. #define IDS_SPS_POP3STAT (STR_FIRST + 1448)
  1090. #define IDS_SPS_POP3DELE (STR_FIRST + 1449)
  1091. #define IDS_SPS_POP3UIDL_TOP (STR_FIRST + 1450)
  1092. #define IDS_SPS_POP3UIDL_UIDL (STR_FIRST + 1451)
  1093. #define IDS_SPS_PREDOWNRULES (STR_FIRST + 1452)
  1094. #define IDS_IXP_E_POP3_RESPONSE_ERROR (STR_FIRST + 1453)
  1095. #define IDS_IXP_E_POP3_INVALID_USER_NAME (STR_FIRST + 1454)
  1096. #define IDS_IXP_E_POP3_INVALID_PASSWORD (STR_FIRST + 1455)
  1097. #define idsNNTPErrPasswordFailed (STR_FIRST + 1456)
  1098. #define idsStateCanceled (STR_FIRST + 1457)
  1099. #define idsSBCheckingNews (STR_FIRST + 1458)
  1100. #define idsSBSendingNews (STR_FIRST + 1459)
  1101. #define idsSBReceivingNews (STR_FIRST + 1460)
  1102. #define idsLogStartDownloadMarked (STR_FIRST + 1461)
  1103. #define idsTTSecurityCircSign (STR_FIRST + 1462)
  1104. #define idsTTSecurityCircEnc (STR_FIRST + 1463)
  1105. #define idsTTStampForReadnote (STR_FIRST + 1464)
  1106. // standard warning -- reorder and die vvv
  1107. //NOTE: some of the Ok ids are referenced by offset only
  1108. #define OFFSET_SMIMEOK 20
  1109. #define idsWrnSecurityMsgTamper (STR_FIRST + 1465)
  1110. #define idsOkSecurityMsgTamper (idsWrnSecurityMsgTamper + OFFSET_SMIMEOK)
  1111. #define idsUnkSecurityMsgTamper (STR_FIRST + 1466)
  1112. #define idsWrnSecurityTrustNotTrusted (STR_FIRST + 1467)
  1113. #define idsOkSecurityTrustNotTrusted (idsWrnSecurityTrustNotTrusted + OFFSET_SMIMEOK)
  1114. #define idsUnkSecurityTrust (STR_FIRST + 1468)
  1115. #ifdef N_NEST
  1116. #define idsWrnSigningValidity (STR_FIRST + 1469)
  1117. #define idsOkSigningValidity (idsWrnSigningValidity + OFFSET_SMIMEOK)
  1118. #endif
  1119. #define idsWrnSecurityTrustAddress (STR_FIRST + 1470)
  1120. #define idsOkSecurityTrustAddress (idsWrnSecurityTrustAddress + OFFSET_SMIMEOK)
  1121. #define idsWrnSecurityCertRevoked (STR_FIRST + 1471)
  1122. #define idsOkSecurityCertRevoked (idsWrnSecurityCertRevoked + OFFSET_SMIMEOK)
  1123. #define idsWrnSecurityOtherValidity (STR_FIRST + 1472)
  1124. #define idsOkSecurityOtherValidity (idsWrnSecurityOtherValidity + OFFSET_SMIMEOK)
  1125. #define idsWrnSecurityTrustExpired (STR_FIRST + 1480)
  1126. #define idsOkSecurityTrustExpired (idsWrnSecurityTrustExpired + OFFSET_SMIMEOK)
  1127. // standard warning -- reorder and die ^^^
  1128. #define idsAbortMessageLoad (STR_FIRST + 1505)
  1129. #define idsConnNoDial (STR_FIRST + 1506)
  1130. #define idsRASWarnDidntDialConn (STR_FIRST + 1507)
  1131. #define idsNonePicture (STR_FIRST + 1508)
  1132. #define idsStationery (STR_FIRST + 1509)
  1133. #define idsCaptionMail (STR_FIRST + 1510)
  1134. #define idsCaptionNews (STR_FIRST + 1511)
  1135. #define idsImageFileFilter (STR_FIRST + 1512)
  1136. #define idsMoreStationery (STR_FIRST + 1513)
  1137. #define idsErrNewStationery (STR_FIRST + 1514)
  1138. #define idsHtmlFileFilter (STR_FIRST + 1515)
  1139. #define idsErrVCardProperties (STR_FIRST + 1516)
  1140. #define idsRSListGeneralHelp (STR_FIRST + 1517)
  1141. #define idsTTVCardStamp (STR_FIRST + 1518)
  1142. #define idsChoosePicture (STR_FIRST + 1519)
  1143. #define idsInvalidPicture (STR_FIRST + 1520)
  1144. // begin tip of the day strings
  1145. #define IDS_TIP_FIRST_GENERAL (STR_FIRST + 1521)
  1146. #define idsTipGen01 (STR_FIRST + 1521)
  1147. #define idsTipGen02 (STR_FIRST + 1522)
  1148. #define idsTipGen03 (STR_FIRST + 1523)
  1149. #define idsTipGen04 (STR_FIRST + 1524)
  1150. #define idsTipGen05 (STR_FIRST + 1525)
  1151. #define idsTipGen06 (STR_FIRST + 1526)
  1152. #define idsTipGen07 (STR_FIRST + 1527)
  1153. #define idsTipGen08 (STR_FIRST + 1528)
  1154. #define idsTipGen09 (STR_FIRST + 1529)
  1155. #define idsTipGen10 (STR_FIRST + 1530)
  1156. #define idsTipGen11 (STR_FIRST + 1531)
  1157. #define idsTipGen12 (STR_FIRST + 1532)
  1158. #define idsTipGen13 (STR_FIRST + 1533)
  1159. #define idsTipGen14 (STR_FIRST + 1534)
  1160. #define IDS_TIP_LAST_GENERAL (STR_FIRST + 1534)
  1161. //
  1162. #define IDS_TIP_FIRST_POP (STR_FIRST + 1535)
  1163. #define idsTipPop01 (STR_FIRST + 1535)
  1164. #define idsTipPop02 (STR_FIRST + 1536)
  1165. #define idsTipPop03 (STR_FIRST + 1537)
  1166. #define idsTipPop04 (STR_FIRST + 1538)
  1167. #define idsTipPop05 (STR_FIRST + 1539)
  1168. #define idsTipPop06 (STR_FIRST + 1540)
  1169. #define idsTipPop07 (STR_FIRST + 1541)
  1170. #define idsTipPop08 (STR_FIRST + 1542)
  1171. #define idsTipPop09 (STR_FIRST + 1543)
  1172. #define idsTipPop10 (STR_FIRST + 1544)
  1173. #define idsTipPop11 (STR_FIRST + 1545)
  1174. #define IDS_TIP_LAST_POP (STR_FIRST + 1545)
  1175. //
  1176. #define IDS_TIP_FIRST_NEWS (STR_FIRST + 1546)
  1177. #define idsTipNews01 (STR_FIRST + 1546)
  1178. #define idsTipNews02 (STR_FIRST + 1547)
  1179. #define idsTipNews03 (STR_FIRST + 1548)
  1180. #define idsTipNews04 (STR_FIRST + 1549)
  1181. #define idsTipNews05 (STR_FIRST + 1550)
  1182. #define idsTipNews06 (STR_FIRST + 1551)
  1183. #define idsTipNews07 (STR_FIRST + 1552)
  1184. #define idsTipNews08 (STR_FIRST + 1553)
  1185. #define idsTipNews09 (STR_FIRST + 1554)
  1186. #define idsTipNews10 (STR_FIRST + 1555)
  1187. #define idsTipNews11 (STR_FIRST + 1556)
  1188. #define IDS_TIP_LAST_NEWS (STR_FIRST + 1556)
  1189. //
  1190. #define IDS_TIP_FIRST_IMAP (STR_FIRST + 1557)
  1191. #define idsTipIMAP01 (STR_FIRST + 1557)
  1192. #define idsTipIMAP02 (STR_FIRST + 1558)
  1193. #define idsTipIMAP03 (STR_FIRST + 1559)
  1194. #define idsTipIMAP04 (STR_FIRST + 1560)
  1195. #define idsTipIMAP05 (STR_FIRST + 1561)
  1196. #define idsTipIMAP06 (STR_FIRST + 1562)
  1197. #define idsTipIMAP07 (STR_FIRST + 1563)
  1198. #define IDS_TIP_LAST_IMAP (STR_FIRST + 1563)
  1199. // end tip of the day strings
  1200. #define idsSendRecvOneAccount (STR_FIRST + 1600)
  1201. #define idsSendRecvUsing (STR_FIRST + 1601)
  1202. #define idsFPStatInbox (STR_FIRST + 1602)
  1203. #define idsFPStatDraft (STR_FIRST + 1603)
  1204. #define idsFPStatOutbox (STR_FIRST + 1604)
  1205. #define idsFPStatNews (STR_FIRST + 1605)
  1206. #define idsBold (STR_FIRST + 1606)
  1207. #define idsItalic (STR_FIRST + 1607)
  1208. #define idsComposeFontFace (STR_FIRST + 1608)
  1209. #define IDS_SP_E_RETRFAILED (STR_FIRST + 1609)
  1210. #define IDS_SPS_POP3TOTAL (STR_FIRST + 1610)
  1211. #define IDS_SPS_POP3NEW (STR_FIRST + 1611)
  1212. #define IDS_IXP_E_SMTP_553_MAILBOX_NAME_SYNTAX (STR_FIRST + 1612)
  1213. #define IDS_SPS_SMTPUSEDEFAULT (STR_FIRST + 1613)
  1214. #define idsNNTPErrServerTimeout (STR_FIRST + 1614)
  1215. #define idsPictureTitle (STR_FIRST + 1615)
  1216. #define idsErrNoSubscribedGroups (STR_FIRST + 1616)
  1217. #define idsWarnErrorUnsentMail (STR_FIRST + 1617)
  1218. #define idsClose (STR_FIRST + 1618)
  1219. #define idsSelectFolder (STR_FIRST + 1619)
  1220. #define idsApplyRulesCaption (STR_FIRST + 1620)
  1221. #define idsLeftOnServerWarning (STR_FIRST + 1621)
  1222. #define idsReplyForwardLoop (STR_FIRST + 1622)
  1223. #define idsDeleteOnServerWarning (STR_FIRST + 1623)
  1224. #define idsNotDefNewsClient (STR_FIRST + 1624)
  1225. #define idsFontSample (STR_FIRST + 1625)
  1226. #define idsSelectStationery (STR_FIRST + 1626)
  1227. #define idsShopMoreStationery (STR_FIRST + 1627)
  1228. #define idsFontFolderLarge (STR_FIRST + 1628)
  1229. #define idsFontFolderSmall (STR_FIRST + 1629)
  1230. #define idsFontViewTextLarge (STR_FIRST + 1630)
  1231. #define idsFontViewTextSmall (STR_FIRST + 1631)
  1232. #define idsEmptyEmailWarning (STR_FIRST + 1632)
  1233. #define idsIMAPUnsubSubscribeErrTitle (STR_FIRST + 1633)
  1234. #define idsIMAPUnsubSubscribeErrText (STR_FIRST + 1634)
  1235. #define idsIMAPSubscribeFailedFmt (STR_FIRST + 1635)
  1236. #define idsIMAPUnsubscribeFailedFmt (STR_FIRST + 1636)
  1237. #define idsIMAPSubscribeAllFailed (STR_FIRST + 1637)
  1238. #define idsSubscribingIMAPFldrs (STR_FIRST + 1638)
  1239. #define idsUnsubscribingIMAPFldrs (STR_FIRST + 1639)
  1240. #define idsSubscribingAllIMAPFldrs (STR_FIRST + 1640)
  1241. #define idsUnsubscribingAllIMAPFldrs (STR_FIRST + 1641)
  1242. #define idsIMAPSubscribeCountFmt (STR_FIRST + 1642)
  1243. #define idsIMAPUnsubscribeCountFmt (STR_FIRST + 1643)
  1244. #define idsIMAPSubscribeErrors (STR_FIRST + 1644)
  1245. #define idsIMAPUnsubscrRemovalErrorFmt (STR_FIRST + 1645)
  1246. #define idsIMAPSubscrAddErrorFmt (STR_FIRST + 1646)
  1247. #define idsIMAPSubscribeAllSureFmt (STR_FIRST + 1647)
  1248. #define idsIMAPUnsubscribeAllSureFmt (STR_FIRST + 1648)
  1249. #define idsAreYouSureContinue (STR_FIRST + 1649)
  1250. #define idsSyncThisAccount (STR_FIRST + 1650)
  1251. #define idsModerated (STR_FIRST + 1651)
  1252. #define idsBlocked (STR_FIRST + 1652)
  1253. #define idsNoPosting (STR_FIRST + 1653)
  1254. #define idsWindowLayout (STR_FIRST + 1654)
  1255. #define IDS_IXP_E_SMTP_552_STORAGE_OVERFLOW (STR_FIRST + 1655)
  1256. #define idsSigningCertProperties (STR_FIRST + 1656)
  1257. #define idsRas_Dialing_Param (STR_FIRST + 1657)
  1258. #define idsFormatK (STR_FIRST + 1658)
  1259. #define idsIMAPRules (STR_FIRST + 1659)
  1260. #define idsGoToFolderTitle (STR_FIRST + 1660)
  1261. #define idsGoToFolderText (STR_FIRST + 1661)
  1262. #define idsMicrosoft (STR_FIRST + 1662)
  1263. #define idsComposeFontStyle (STR_FIRST + 1663)
  1264. #define idsSendLaterUsing (STR_FIRST + 1664)
  1265. #define idsSendLaterOneAccount (STR_FIRST + 1665)
  1266. #define idsConfirmResetServer (STR_FIRST + 1666)
  1267. #define idsConfirmResetGroup (STR_FIRST + 1667)
  1268. #define idsNotApplicable (STR_FIRST + 1668)
  1269. #define idsIMAPPollUnreadFailuresFmt (STR_FIRST + 1670)
  1270. #define idsIMAPPollUnreadIMAP4Fmt (STR_FIRST + 1671)
  1271. #define idsLameStatus (STR_FIRST + 1672)
  1272. #define idsNoAccountsFound (STR_FIRST + 1673)
  1273. #define idsErrSecurityCertDisappeared (STR_FIRST + 1674)
  1274. #define idsErrSecuritySendExpiredSign (STR_FIRST + 1675)
  1275. #define idsErrSecuritySendTrust (STR_FIRST + 1676)
  1276. #define idsErrSecuritySendExpiredEnc (STR_FIRST + 1677)
  1277. #define idsNoNewsAccountsFound (STR_FIRST + 1679)
  1278. #define idsSpoolerTackTT (STR_FIRST + 1678)
  1279. // Strings used in Simple MAPI - vsnatar
  1280. #define idsAttachedFiles (STR_FIRST + 1700)
  1281. #define idsBlank (STR_FIRST + 1701)
  1282. #define idsIMAPFolderReadOnly (STR_FIRST + 1702)
  1283. #define idsFolderPropStatusIMAP (STR_FIRST + 1703)
  1284. #define idsFileExistWarning (STR_FIRST + 1704)
  1285. #define idsIMAPDeleteFldrTitleFmt (STR_FIRST + 1705)
  1286. #define idsThen (STR_FIRST + 1710)
  1287. #define idsRulesLocal1 (STR_FIRST + 1711)
  1288. #define idsRulesLocal2 (STR_FIRST + 1712)
  1289. #define idsRulesLocal3 (STR_FIRST + 1713)
  1290. #define idsIMAPNoFldrsRefreshPrompt (STR_FIRST + 1714)
  1291. #define idsIMAPDirtyFldrsRefreshPrompt (STR_FIRST + 1715)
  1292. #define idsIMAPNewAcctRefreshPrompt (STR_FIRST + 1716)
  1293. #define idsLogOffUser (STR_FIRST + 1717)
  1294. #define idsErrBadMHTMLLinks (STR_FIRST + 1718)
  1295. #define idsAbortDownload (STR_FIRST + 1719)
  1296. #define idsErrWorkingOffline (STR_FIRST + 1720)
  1297. #define idsSyncCacheWithSvr (STR_FIRST + 1721)
  1298. #define idsLogOffTitle (STR_FIRST + 1722)
  1299. #define idsLogOffPrompt (STR_FIRST + 1723)
  1300. #define idsIMAPSubscrAllMemory (STR_FIRST + 1724)
  1301. #ifdef WIN16
  1302. #define idsOE16NotSupportNews (STR_FIRST + 1725)
  1303. #define idsFileTooBig (STR_FIRST + 1726)
  1304. #endif
  1305. #define idsNewAthenaUser (STR_FIRST + 1727)
  1306. #define idsStatusTipConnectedDUN (STR_FIRST + 1728)
  1307. #define idsStatusTipWorkOffline (STR_FIRST + 1729)
  1308. #define idsPickStationery (STR_FIRST + 1730)
  1309. #define idsSearching (STR_FIRST + 1731)
  1310. #define idsWarnBoringStationery (STR_FIRST + 1732)
  1311. #define idsWarnSMapi (STR_FIRST + 1733)
  1312. #define idsWelcomeFromDisplay (STR_FIRST + 1734)
  1313. #define idsWelcomeFromEmail (STR_FIRST + 1735)
  1314. #define idsOutlookNews (STR_FIRST + 1736)
  1315. #define idsNewsgroupsMenu (STR_FIRST + 1737)
  1316. #define idsNewsgroupFiltersMenu (STR_FIRST + 1738)
  1317. #define idsNotDefOutNewsClient (STR_FIRST + 1739)
  1318. #define idsAlwaysCheckOutNews (STR_FIRST + 1740)
  1319. #define idsApplyStationeryGeneralHelp (STR_FIRST + 1741)
  1320. #define idsCantSaveIMAPMsgFmt (STR_FIRST + 1742)
  1321. #define idsUploadingIMAPDraftFmt (STR_FIRST + 1743)
  1322. #define idsIMAPNoDraftsFolder (STR_FIRST + 1744)
  1323. #define idsIMAPNoSentItemsFolder (STR_FIRST + 1745)
  1324. #define idsIMAPCreatingSpecialFldrFmt (STR_FIRST + 1746)
  1325. #define idsAboutOutlookNewsTitle (STR_FIRST + 1747)
  1326. #define idsIMAPUpldSentItemsEventFmt (STR_FIRST + 1748)
  1327. #define idsIMAPUpldSentItemsFailureFmt (STR_FIRST + 1749)
  1328. #define IDS_ERROR_PREFIX1 (STR_FIRST + 1750)
  1329. #define IDS_ERROR_CREATE_INSTMUTEX (STR_FIRST + 1751)
  1330. #define IDS_ERROR_MIMEOLE_ALLOCATOR (STR_FIRST + 1752)
  1331. #define IDS_ERROR_FIRST_TIME_ICW (STR_FIRST + 1753)
  1332. #define IDS_ERROR_INITSTORE_DIRECTORY (STR_FIRST + 1754)
  1333. #define IDS_ERROR_REGCREATE_ROOT (STR_FIRST + 1755)
  1334. #define IDS_ERROR_CREATE_HDRHEAP (STR_FIRST + 1756)
  1335. #define IDS_ERROR_REG_WNDCLASS (STR_FIRST + 1757)
  1336. #define IDS_ERROR_CREATEWINDOW (STR_FIRST + 1758)
  1337. #define IDS_ERROR_INIT_GOPTIONS (STR_FIRST + 1759)
  1338. #define IDS_ERROR_OPTNOTIFY_REG (STR_FIRST + 1760)
  1339. #define IDS_ERROR_INITSTORE (STR_FIRST + 1761)
  1340. #define IDS_ERROR_ALLOC_SUBMAN (STR_FIRST + 1762)
  1341. #define IDS_ERROR_CREATE_ACCTMAN (STR_FIRST + 1763)
  1342. #define IDS_ERROR_ALLOC_MIGRATESRV (STR_FIRST + 1764)
  1343. #define IDS_ERROR_INIT_MIGRATESRV (STR_FIRST + 1765)
  1344. #define IDS_ERROR_ALLOC_ACCTADVISE (STR_FIRST + 1766)
  1345. #define IDS_ERROR_INIT_ACCTADVISE (STR_FIRST + 1767)
  1346. #define IDS_ERROR_INIT_ACCTMAN (STR_FIRST + 1768)
  1347. #define IDS_ERROR_ADVISE_ACCTMAN (STR_FIRST + 1769)
  1348. #define IDS_ERROR_ALLOC_CONMAN (STR_FIRST + 1770)
  1349. #define IDS_ERROR_INIT_CONMAN (STR_FIRST + 1771)
  1350. #define IDS_ERROR_CREATE_SPOOLER (STR_FIRST + 1772)
  1351. #define IDS_ERROR_CREATE_FONTCACHE (STR_FIRST + 1773)
  1352. #define IDS_ERROR_REASON1 (STR_FIRST + 1774)
  1353. #define IDS_ERROR_REASON2 (STR_FIRST + 1775)
  1354. #define IDS_ERROR_START_HELP (STR_FIRST + 1776)
  1355. #define IDS_ERROR_UNKNOWN (STR_FIRST + 1777)
  1356. #define IDS_ERROR_FILE_NOEXIST (STR_FIRST + 1778)
  1357. #define idsOperationAborted (STR_FIRST + 1779)
  1358. #define idsIMAPUpldSentItemsDeleteFail (STR_FIRST + 1780)
  1359. #define idsIMAPUpldSentItemsMoveFail (STR_FIRST + 1781)
  1360. #define idsConfirmChangeStoreLocation (STR_FIRST + 1782)
  1361. #define idsCantMoveStoreToSubfolder (STR_FIRST + 1783)
  1362. #define idsMoveStoreProgress (STR_FIRST + 1784)
  1363. #define idsResNameEmailAddress (STR_FIRST + 1786)
  1364. #define idsResNamePerInfo (STR_FIRST + 1787)
  1365. #define idsResNameAddress (STR_FIRST + 1788)
  1366. #define idsResNameBusInfo (STR_FIRST + 1789)
  1367. #define idsResNameTitle (STR_FIRST + 1790)
  1368. #define idsResNameDept (STR_FIRST + 1791)
  1369. #define idsResNameOff (STR_FIRST + 1792)
  1370. #define idsResNameComp (STR_FIRST + 1793)
  1371. #define idsResNameNotes (STR_FIRST + 1794)
  1372. #define idsResNamePhone (STR_FIRST + 1795)
  1373. #define idsResNameFax (STR_FIRST + 1796)
  1374. #define idsResNameCellular (STR_FIRST + 1797)
  1375. #define idsResNameWeb (STR_FIRST + 1798)
  1376. #define idsResNamePager (STR_FIRST + 1799)
  1377. #define idsSavedToLocalDraftsInstead (STR_FIRST + 1800)
  1378. #define idsSaveNowUploadLater (STR_FIRST + 1801)
  1379. #define idsSavedToIMAPDraftFmt (STR_FIRST + 1802)
  1380. #define idsSpoolerUserCancel (STR_FIRST + 1803)
  1381. #define idsGrpDlgEmtpyList (STR_FIRST + 1804)
  1382. #define idsEmptyFolder (STR_FIRST + 1805)
  1383. #define idsEmptyFolderFilter (STR_FIRST + 1806)
  1384. #define idsEmptyNewsgroup (STR_FIRST + 1807)
  1385. #define idsEmptyNewsgroupFilter (STR_FIRST + 1808)
  1386. #define idsNoFindResults (STR_FIRST + 1809)
  1387. #define IDS_ERROR_PREFIX2 (STR_FIRST + 1810)
  1388. #define IDS_ERROR_GETPROCSTART (STR_FIRST + 1811)
  1389. #define IDS_ERROR_MISSING_DLL (STR_FIRST + 1812)
  1390. #define idsDefaultSignature (STR_FIRST + 1813)
  1391. #define idsSigNameFmt (STR_FIRST + 1814)
  1392. #define IDS_SP_E_CANT_MOVETO_SENTITEMS (STR_FIRST + 1815)
  1393. #define idsType (STR_FIRST + 1816)
  1394. #define idsMail (STR_FIRST + 1817)
  1395. #define idsNews (STR_FIRST + 1818)
  1396. #define idsSearchingNews (STR_FIRST + 1819)
  1397. #define idsSearchingIMAP (STR_FIRST + 1820)
  1398. #define idsUnreadText (STR_FIRST + 1821)
  1399. #define idsIMAPCloseFailed (STR_FIRST + 1822)
  1400. #define idsPapFBarFont (STR_FIRST + 1823)
  1401. #define idsPapFBarText (STR_FIRST + 1824)
  1402. #define idsErrSelectOneColumn (STR_FIRST + 1825)
  1403. #define idsWorkOffline (STR_FIRST + 1826)
  1404. #define idsConfigServer (STR_FIRST + 1827)
  1405. #define idsIMAPSearchSettingsFail (STR_FIRST + 1828)
  1406. #define idsIMAPCouldNotConnectFmt (STR_FIRST + 1829)
  1407. #define idsIMAPUploadSettingsFailFmt (STR_FIRST + 1830)
  1408. #define idsIMAPDownloadSettingsFailFmt (STR_FIRST + 1831)
  1409. #define idsIMAPDLSettingsTitle (STR_FIRST + 1832)
  1410. #define idsIMAPULSettingsTitle (STR_FIRST + 1833)
  1411. #define idsCouldNotSelectFldr (STR_FIRST + 1834)
  1412. #define idsIMAPUploadingSettings (STR_FIRST + 1835)
  1413. #define idsIMAPDownloadingSettings (STR_FIRST + 1836)
  1414. #define idsIMAPSelectingSettingsFldr (STR_FIRST + 1837)
  1415. #define idsIMAPSearchingForSettings (STR_FIRST + 1838)
  1416. #define idsIMAPCreatingSettingsFldr (STR_FIRST + 1839)
  1417. #define idsIMAPDeletingOldSettings (STR_FIRST + 1840)
  1418. #define idsConfigSvrLogin (STR_FIRST + 1841)
  1419. #define idsConfigServerAcct (STR_FIRST + 1842)
  1420. #define idsConfigDataMsgText (STR_FIRST + 1843)
  1421. #define idsColumnDlgTitle (STR_FIRST + 1844)
  1422. #define idsMailSig (STR_FIRST + 1845)
  1423. #define idsNewsSig (STR_FIRST + 1846)
  1424. #define idsMigrateFolder (STR_FIRST + 1847)
  1425. #define idsLocalStore (STR_FIRST + 1848)
  1426. //
  1427. // end string Resource IDs
  1428. //
  1429. /////////////////////////////////////////////////////////////////////////////
  1430. /////////////////////////////////////////////////////////////////////////////
  1431. //
  1432. // BEGIN Menu Command IDs (commands, not MENU resources!)
  1433. //
  1434. // NOTE: toolbar cmd ids for DefView must be between
  1435. // 0 and (SFVIDM_CLIENT_LAST-SFVIDM_CLIENT_LAST)!!!
  1436. // all the commands between IDM_FIRST and IDM_LAST have
  1437. // a tooltip string and/or a status bar string associated with them
  1438. #define IDM_FIRST 100
  1439. #define idmNewMsg (IDM_FIRST + 0)
  1440. #define idmNewContact (IDM_FIRST + 1)
  1441. #define idmHelpAbout (IDM_FIRST + 2)
  1442. #define idmPrint (IDM_FIRST + 3)
  1443. #define idmCompactAll (IDM_FIRST + 4)
  1444. #define idmCloseFind (IDM_FIRST + 5)
  1445. #define idmOpenContainer (IDM_FIRST + 6)
  1446. #define idmOpen (IDM_FIRST + 9)
  1447. #define idmSaveAs (IDM_FIRST + 10)
  1448. #define idmFind (IDM_FIRST + 11)
  1449. #define idmRedo (IDM_FIRST + 12)
  1450. #define idmHelpTopics (IDM_FIRST + 13)
  1451. #define idmSaveAttach (IDM_FIRST + 15)
  1452. #define idmProperties (IDM_FIRST + 16)
  1453. #define idmUndo (IDM_FIRST + 17)
  1454. #define idmCut (IDM_FIRST + 18)
  1455. #define idmCopy (IDM_FIRST + 19)
  1456. #define idmPaste (IDM_FIRST + 20)
  1457. #define idmDelete (IDM_FIRST + 21)
  1458. #define idmSelectAll (IDM_FIRST + 22)
  1459. #define idmMarkRead (IDM_FIRST + 23)
  1460. #define idmMarkUnread (IDM_FIRST + 24)
  1461. #define idmMarkTopicRead (IDM_FIRST + 25)
  1462. #define idmMarkAllRead (IDM_FIRST + 26)
  1463. #define idmMarkDownload (IDM_FIRST + 27)
  1464. #define idmMarkTopicDownload (IDM_FIRST + 28)
  1465. #define idmViewDecrypt (IDM_FIRST + 35)
  1466. #define idmColumns (IDM_FIRST + 37)
  1467. #define idmPopupArrange (IDM_FIRST + 38)
  1468. #define idmNext (IDM_FIRST + 39)
  1469. #define idmPrevious (IDM_FIRST + 40)
  1470. #define idmNewArticle (IDM_FIRST + 41)
  1471. #define idmReply (IDM_FIRST + 42)
  1472. #define idmReplyAll (IDM_FIRST + 43)
  1473. #define idmReplyPost (IDM_FIRST + 44)
  1474. #define idmReplyMail (IDM_FIRST + 45)
  1475. #define idmForward (IDM_FIRST + 46)
  1476. #define idmGetNextHeaders (IDM_FIRST + 47)
  1477. #define idmNextUnreadNewsgroup (IDM_FIRST + 50)
  1478. #define idmNextUnreadArticle (IDM_FIRST + 51)
  1479. #define idmSubscribeNews (IDM_FIRST + 52)
  1480. #define idmDeliverMail (IDM_FIRST + 54)
  1481. #define idmGotoInbox (IDM_FIRST + 55)
  1482. #define idmMoveTo (IDM_FIRST + 57)
  1483. #define idmCopyTo (IDM_FIRST + 58)
  1484. #define idmSortAsc (IDM_FIRST + 60)
  1485. #define idmSortDesc (IDM_FIRST + 61)
  1486. #define idmFldrCreate (IDM_FIRST + 63)
  1487. #define idmFldrRename (IDM_FIRST + 64)
  1488. #define idmFldrEmpty (IDM_FIRST + 65)
  1489. #define idmFldrCreate2 (IDM_FIRST + 66)
  1490. #define idmPrintNow (IDM_FIRST + 68)
  1491. #define idmFmtFont (IDM_FIRST + 70)
  1492. #define idmFmtSize (IDM_FIRST + 71)
  1493. #define idmFmtColor (IDM_FIRST + 72)
  1494. #define idmFmtColorAuto (IDM_FIRST + 73)
  1495. #define idmFmtColor1 (IDM_FIRST + 74)
  1496. #define idmFmtColor2 (IDM_FIRST + 75)
  1497. #define idmFmtColor3 (IDM_FIRST + 76)
  1498. #define idmFmtColor4 (IDM_FIRST + 77)
  1499. #define idmFmtColor5 (IDM_FIRST + 78)
  1500. #define idmFmtColor6 (IDM_FIRST + 79)
  1501. #define idmFmtColor7 (IDM_FIRST + 80)
  1502. #define idmFmtColor8 (IDM_FIRST + 81)
  1503. #define idmFmtColor9 (IDM_FIRST + 82)
  1504. #define idmFmtColor10 (IDM_FIRST + 83)
  1505. #define idmFmtColor11 (IDM_FIRST + 84)
  1506. #define idmFmtColor12 (IDM_FIRST + 85)
  1507. #define idmFmtColor13 (IDM_FIRST + 86)
  1508. #define idmFmtColor14 (IDM_FIRST + 87)
  1509. #define idmFmtColor15 (IDM_FIRST + 88)
  1510. #define idmFmtColor16 (IDM_FIRST + 89)
  1511. #define idmFmtBold (IDM_FIRST + 90)
  1512. #define idmFmtItalic (IDM_FIRST + 91)
  1513. #define idmFmtUnderline (IDM_FIRST + 92)
  1514. #define idmFmtBullets (IDM_FIRST + 93)
  1515. #define idmFmtDecreaseIndent (IDM_FIRST + 94)
  1516. #define idmFmtIncreaseIndent (IDM_FIRST + 95)
  1517. #define idmFmtLeft (IDM_FIRST + 96)
  1518. #define idmFmtCenter (IDM_FIRST + 97)
  1519. #define idmFmtRight (IDM_FIRST + 98)
  1520. #define idmFmtFontDlg (IDM_FIRST + 101)
  1521. #define idmPriLow (IDM_FIRST + 102)
  1522. #define idmPriNormal (IDM_FIRST + 103)
  1523. #define idmPriHigh (IDM_FIRST + 104)
  1524. #define idmFmtParagraph (IDM_FIRST + 105)
  1525. #define idmSave (IDM_FIRST + 106)
  1526. #define idmSendMsg (IDM_FIRST + 107)
  1527. #define idmCheckNames (IDM_FIRST + 108)
  1528. #define idmPickRecipients (IDM_FIRST + 109)
  1529. #define idmInsertFile (IDM_FIRST + 110)
  1530. #define idmToolbar (IDM_FIRST + 111)
  1531. #define idmFormatBar (IDM_FIRST + 112)
  1532. #define idmClose (IDM_FIRST + 113)
  1533. #define idmPopupPri (IDM_FIRST + 114)
  1534. #define idmPopupFormat (IDM_FIRST + 115)
  1535. #define idmAccelCycleBkColor (IDM_FIRST + 117)
  1536. #define idmSubscribeGroup (IDM_FIRST + 119)
  1537. #define idmConnect (IDM_FIRST + 120)
  1538. #define idmPopupPreview (IDM_FIRST + 126)
  1539. #define idmNextUnreadThread (IDM_FIRST + 127)
  1540. #define idmSpelling (IDM_FIRST + 128)
  1541. #define idmGotoNewsgroup (IDM_FIRST + 129)
  1542. #define idmCancelArticle (IDM_FIRST + 130)
  1543. #define idmViewContacts (IDM_FIRST + 131)
  1544. #define idmPopupOffline (IDM_FIRST + 132)
  1545. #define idmFindText (IDM_FIRST + 133)
  1546. #define idmPostMsg (IDM_FIRST + 134)
  1547. #define idmPickGroups (IDM_FIRST + 135)
  1548. #define idmPopupImport (IDM_FIRST + 136)
  1549. #define idmPopupExport (IDM_FIRST + 137)
  1550. #define idmImportAddressBook (IDM_FIRST + 138)
  1551. #define idmImportMessages (IDM_FIRST + 139)
  1552. #define idmExportAddressBook (IDM_FIRST + 140)
  1553. #define idmExportMessages (IDM_FIRST + 141)
  1554. #define idmImportAccts (IDM_FIRST + 142)
  1555. #define idmThreadArticles (IDM_FIRST + 149)
  1556. #define idmViewNewGroups (IDM_FIRST + 152)
  1557. #define idmCombineAndDecode (IDM_FIRST + 153)
  1558. #define idmInsertSig (IDM_FIRST + 154)
  1559. #define idmNotePopupInsert (IDM_FIRST + 158)
  1560. #define idmForwardMsgAttach (IDM_FIRST + 161)
  1561. #define idmExpandThread (IDM_FIRST + 162)
  1562. #define idmCollapseThread (IDM_FIRST + 163)
  1563. #define idmSortToggle (IDM_FIRST + 164)
  1564. #define idmFldrCompact (IDM_FIRST + 165)
  1565. #define idmSaveAttachAll (IDM_FIRST + 167)
  1566. // Ole Object Verbs
  1567. //
  1568. #define idmNoteOle_First (IDM_FIRST + 168)
  1569. #define idmNoteOle_Last (IDM_FIRST + 200)
  1570. // brettm: reserved a block of extra verbs for ole objects
  1571. // please don't reassign these, without talking to me.
  1572. // AddrObject:
  1573. #define idmAddrObj_Props (idmNoteOle_First)
  1574. #define idmAddrObj_AddToWAB (idmNoteOle_First+1)
  1575. #define idmAddrObj_Find (idmNoteOle_First+2)
  1576. // End: Ole Object Verbs
  1577. //
  1578. #define idmFillPreview (IDM_FIRST + 201)
  1579. #define idmViewFullHeaders (IDM_FIRST + 202)
  1580. #define idmSep1 (IDM_FIRST + 203)
  1581. #define idmSep2 (IDM_FIRST + 204)
  1582. // reserved block of cmds for add to WAB dynamic menu
  1583. #define idmAddRecipToWAB_First (IDM_FIRST + 207)
  1584. #define idmAddRecipToWAB_Last (IDM_FIRST + 230)
  1585. // reserved block of cmds for add to WAB dynamic menu
  1586. #define idmPopupAddToWAB (IDM_FIRST + 231)
  1587. #define idmAddSenderToWAB (IDM_FIRST + 232)
  1588. #define idmReadme (IDM_FIRST + 233)
  1589. #define idmFindNext (IDM_FIRST + 234)
  1590. //-------------------------------------------------------
  1591. // Language Command Ids
  1592. #define idmLanguagePopup (IDM_FIRST + 237)
  1593. #define idmUSASCII (IDM_FIRST + 238)
  1594. #define idmLangFirst idmUSASCII
  1595. #define idmWesternEuropean (IDM_FIRST + 239)
  1596. #define idmCentralEuropeanISO (IDM_FIRST + 240)
  1597. #define idmCentralEuropeanWindows (IDM_FIRST + 241)
  1598. #define idmRussianKOI8R (IDM_FIRST + 242)
  1599. #define idmRussianWindows (IDM_FIRST + 243)
  1600. #define idmBalticISO (IDM_FIRST + 244)
  1601. #define idmBalticWindows (IDM_FIRST + 245)
  1602. #define idmGreekISO (IDM_FIRST + 246)
  1603. #define idmGreekWindows (IDM_FIRST + 247)
  1604. #define idmTurkishISO (IDM_FIRST + 248)
  1605. #define idmTurkishWindows (IDM_FIRST + 249)
  1606. #define idmJapaneseJisAuto (IDM_FIRST + 250)
  1607. #define idmJapaneseJis (IDM_FIRST + 251)
  1608. #define idmJapaneseSJisAuto (IDM_FIRST + 252)
  1609. #define idmJapaneseSJis (IDM_FIRST + 253)
  1610. #define idmJapaneseEucAuto (IDM_FIRST + 254)
  1611. #define idmJapaneseEuc (IDM_FIRST + 255)
  1612. #define idmSimpChineseCnGb (IDM_FIRST + 256)
  1613. #define idmSimpChineseHzGb (IDM_FIRST + 257)
  1614. #define idmSimpChineseGbk (IDM_FIRST + 258)
  1615. #define idmTradChineseCnBig5 (IDM_FIRST + 259)
  1616. #define idmTradChineseBig5 (IDM_FIRST + 260)
  1617. #define idmKoreanKsc (IDM_FIRST + 261)
  1618. #define idmLangLast (IDM_FIRST + 280)
  1619. #define idmLanguage (IDM_FIRST + 281)
  1620. //-------------------------------------------------------
  1621. #define idmCleanUpFiles (IDM_FIRST + 282)
  1622. #define idmCustomizeToolbar (IDM_FIRST + 283)
  1623. #define idmCoolbarTop (IDM_FIRST + 284)
  1624. #define idmCoolbarLeft (IDM_FIRST + 285)
  1625. #define idmCoolbarBottom (IDM_FIRST + 286)
  1626. #define idmCoolbarRight (IDM_FIRST + 287)
  1627. #define idmPostAndDownload (IDM_FIRST + 288)
  1628. #define idmMarkNewsgroups (IDM_FIRST + 289)
  1629. #define idmMarkAllDownload (IDM_FIRST + 290)
  1630. #define idmUnmark (IDM_FIRST + 291)
  1631. #define idmDisconnect (IDM_FIRST + 292)
  1632. #define idmGotoOutbox (IDM_FIRST + 293)
  1633. #define idmInboxRules (IDM_FIRST + 295)
  1634. #define idmReplyPostAndMail (IDM_FIRST + 296)
  1635. #define idmPopupFmtAlign (IDM_FIRST + 297)
  1636. #define idmFmtSettings (IDM_FIRST + 298)
  1637. #define idmFmtHTML (IDM_FIRST + 299)
  1638. #define idmFmtPlain (IDM_FIRST + 300)
  1639. #define idmIconsWithText (IDM_FIRST + 301)
  1640. #define idmSaveMessage (IDM_FIRST + 303)
  1641. #define idmDebugCoolbar (IDM_FIRST + 304)
  1642. #define idmWebNewsFind (IDM_FIRST + 305)
  1643. #define idmStop (IDM_FIRST + 307)
  1644. #define idmHelpMSWeb (IDM_FIRST + 308)
  1645. #define idmHelpMSWebFree (IDM_FIRST + 309)
  1646. #define idmHelpMSWebProductNews (IDM_FIRST + 310)
  1647. #define idmHelpMSWebFaq (IDM_FIRST + 311)
  1648. #define idmHelpMSWebSupport (IDM_FIRST + 312)
  1649. #define idmHelpMSWebFeedback (IDM_FIRST + 313)
  1650. #define idmHelpMSWebBest (IDM_FIRST + 314)
  1651. #define idmHelpMSWebSearch (IDM_FIRST + 315)
  1652. #define idmHelpMSWebHome (IDM_FIRST + 316)
  1653. #define idmHelpMSWebOutlook (IDM_FIRST + 317)
  1654. #define idmHelpMSWebHotmail (IDM_FIRST + 321)
  1655. #define idmHelpMSWebLast (IDM_FIRST + 328)
  1656. #define idmViewNews (IDM_FIRST + 329)
  1657. #define idmViewMail (IDM_FIRST + 330)
  1658. #define idmBrowseWeb (IDM_FIRST + 331)
  1659. #define idmInsertText (IDM_FIRST + 332)
  1660. #define idmPopupFilter (IDM_FIRST + 338)
  1661. #define idmViewAllArticles (IDM_FIRST + 339)
  1662. #define idmViewUnreadArticles (IDM_FIRST + 340)
  1663. #define idmViewBodiedArticles (IDM_FIRST + 341)
  1664. #define idmGroupFilters (IDM_FIRST + 342)
  1665. #define idmViewTipOfTheDay (IDM_FIRST + 343)
  1666. #define idmNewsNewServer (IDM_FIRST + 344)
  1667. #define idmNewsRemoveServer (IDM_FIRST + 345)
  1668. #define idmNewsSetDefaultServer (IDM_FIRST + 346)
  1669. #define idmAccounts (IDM_FIRST + 348)
  1670. #define idmGetNewHeaders (IDM_FIRST + 349)
  1671. #define idmGetNewMsgs (IDM_FIRST + 350)
  1672. #define idmGetAllMsgs (IDM_FIRST + 351)
  1673. #define idmCatchUp (IDM_FIRST + 352)
  1674. #define idmGetMarkedMsgs (IDM_FIRST + 353)
  1675. #define idmDigSign (IDM_FIRST + 360)
  1676. #define idmEncrypt (IDM_FIRST + 361)
  1677. #define idmViewFolders (IDM_FIRST + 362)
  1678. #define idmViewRefresh (IDM_FIRST + 365)
  1679. #define idmViewOptions (IDM_FIRST + 366)
  1680. #define idmGoBack (IDM_FIRST + 368)
  1681. #define idmGoForward (IDM_FIRST + 369)
  1682. #define idmGoUpOneLevel (IDM_FIRST + 370)
  1683. #define idmGoNextUnreadMsg (IDM_FIRST + 371)
  1684. #define idmGoNextUnreadFolder (IDM_FIRST + 372)
  1685. #define idmFavoritesAddToFavorites (IDM_FIRST + 373)
  1686. #define idmFavoritesOrganizeFavorites (IDM_FIRST + 374)
  1687. #define idmPopupGo (IDM_FIRST + 375)
  1688. #define idmPopupFavorites (IDM_FIRST + 376)
  1689. #define idmLanguageDelay (IDM_FIRST + 377)
  1690. #define idmSendImages (IDM_FIRST + 379)
  1691. // why are these in the 400s?
  1692. #define idmReceiveFrom (IDM_FIRST + 450)
  1693. #define idmSendOutbox (IDM_FIRST + 451)
  1694. #define idmMarkNewHeaderDownload (IDM_FIRST + 452)
  1695. #define idmMarkAllMsgDownload (IDM_FIRST + 453)
  1696. #define idmMarkNewMsgDownload (IDM_FIRST + 454)
  1697. #define idmInsertImage (IDM_FIRST + 458)
  1698. #ifdef BETA2_MENU
  1699. #define idmInsertLink (IDM_FIRST + 459)
  1700. #endif
  1701. #define idmUnDelete (IDM_FIRST + 460)
  1702. #define idmExpunge (IDM_FIRST + 461)
  1703. #define idmViewDeletedArticles (IDM_FIRST + 462)
  1704. #define idmFolders (IDM_FIRST + 463)
  1705. #define idmSubscribeFolder (IDM_FIRST + 464)
  1706. #define idmDownloadAttach (IDM_FIRST + 465)
  1707. #define idmStatusbar (IDM_FIRST + 466)
  1708. #define idmUnInsertLink (IDM_FIRST + 467)
  1709. #define idmRefreshFolders (IDM_FIRST + 469)
  1710. #define idmViewFilteredArticles (IDM_FIRST + 471)
  1711. #define idmSyncAll (IDM_FIRST + 472)
  1712. #define idmSyncSelected (IDM_FIRST + 473)
  1713. #define idmMarkDownloadMenu (IDM_FIRST + 474)
  1714. #define idmFmtNumbers (IDM_FIRST + 475)
  1715. #define idmFmtInsertHLine (IDM_FIRST + 476)
  1716. #define idmPopupFmtBkground (IDM_FIRST + 480)
  1717. #define idmFmtBkgroundImage (IDM_FIRST + 481)
  1718. #define idmPopupFmtBkgroundColor (IDM_FIRST + 482)
  1719. #define idmBkColorAuto (IDM_FIRST + 490)
  1720. #define idmBkColor1 (IDM_FIRST + 491)
  1721. #define idmBkColor2 (IDM_FIRST + 492)
  1722. #define idmBkColor3 (IDM_FIRST + 493)
  1723. #define idmBkColor4 (IDM_FIRST + 494)
  1724. #define idmBkColor5 (IDM_FIRST + 495)
  1725. #define idmBkColor6 (IDM_FIRST + 496)
  1726. #define idmBkColor7 (IDM_FIRST + 497)
  1727. #define idmBkColor8 (IDM_FIRST + 498)
  1728. #define idmBkColor9 (IDM_FIRST + 499)
  1729. #define idmBkColor10 (IDM_FIRST + 500)
  1730. #define idmBkColor11 (IDM_FIRST + 501)
  1731. #define idmBkColor12 (IDM_FIRST + 502)
  1732. #define idmBkColor13 (IDM_FIRST + 503)
  1733. #define idmBkColor14 (IDM_FIRST + 504)
  1734. #define idmBkColor15 (IDM_FIRST + 505)
  1735. #define idmBkColor16 (IDM_FIRST + 506)
  1736. #define idmBodyViewSource (IDM_FIRST + 507)
  1737. #define idmMarkAllHeaderDownload (IDM_FIRST + 508)
  1738. #define idmPopupCompose (IDM_FIRST + 509)
  1739. #define idmPopupFolder (IDM_FIRST + 510)
  1740. #define idmPopupFonts (IDM_FIRST + 511)
  1741. #define idmPopupNew (IDM_FIRST + 512)
  1742. #define idmPopupNext (IDM_FIRST + 513)
  1743. #define idmPopupSynchronize (IDM_FIRST + 514)
  1744. #define idmPopupToolbar (IDM_FIRST + 515)
  1745. #define idmPopupTools (IDM_FIRST + 516)
  1746. #define idmGotoMeeting (IDM_FIRST + 517)
  1747. #define idmViewNewWindow (IDM_FIRST + 518)
  1748. #define idmFldrMove (IDM_FIRST + 519)
  1749. #define idmFldrCopy (IDM_FIRST + 520)
  1750. #define idmFldrDelete (IDM_FIRST + 521)
  1751. #define idmGotoChat (IDM_FIRST + 522)
  1752. #define idmFontSmallest (IDM_FIRST + 523)
  1753. #define idmFontSmaller (IDM_FIRST + 524)
  1754. #define idmFontMedium (IDM_FIRST + 525)
  1755. #define idmFontLarger (IDM_FIRST + 526)
  1756. #define idmFontLargest (IDM_FIRST + 527)
  1757. #define idmGotoFolder (IDM_FIRST + 528)
  1758. #define idmGotoNews (IDM_FIRST + 529)
  1759. #ifdef BETA2_MENU
  1760. #define idmEditPicture (IDM_FIRST + 530)
  1761. #endif
  1762. #define idmEditLink (IDM_FIRST + 531)
  1763. #define idmTridentProps (IDM_FIRST + 532)
  1764. #define idmNewMsg2 (IDM_FIRST + 533)
  1765. #define idmNewArticle2 (IDM_FIRST + 534)
  1766. #define idmPopupFile (IDM_FIRST + 535)
  1767. #define idmPopupEdit (IDM_FIRST + 536)
  1768. #define idmPopupView (IDM_FIRST + 537)
  1769. #define idmPopupHelp (IDM_FIRST + 538)
  1770. #define idmBodyViewMsgSource (IDM_FIRST + 539)
  1771. #define idmCtxtAddToWab (IDM_FIRST + 541)
  1772. #define idmCtxtAddToFavorites (IDM_FIRST + 542)
  1773. #define idmSendWebPage (IDM_FIRST + 543)
  1774. #define idmPopupFmtTag (IDM_FIRST + 544)
  1775. #define idmFmtTag (IDM_FIRST + 545)
  1776. #define idmViewReplyArticles (IDM_FIRST + 546)
  1777. #define idmInsertVCard (IDM_FIRST + 547)
  1778. #define idmSyncAccount (IDM_FIRST + 548)
  1779. #define idmMarkThisNewsgroup (IDM_FIRST + 549)
  1780. #define idmStationery (IDM_FIRST + 550)
  1781. #define idmFindPeople (IDM_FIRST + 551)
  1782. #define idmRSList0 (IDM_FIRST + 552)
  1783. #define idmRSList1 (IDM_FIRST + 553)
  1784. #define idmRSList2 (IDM_FIRST + 554)
  1785. #define idmRSList3 (IDM_FIRST + 555)
  1786. #define idmRSList4 (IDM_FIRST + 556)
  1787. #define idmRSList5 (IDM_FIRST + 557)
  1788. #define idmRSList6 (IDM_FIRST + 558)
  1789. #define idmRSList7 (IDM_FIRST + 559)
  1790. #define idmRSList8 (IDM_FIRST + 560)
  1791. #define idmRSList9 (IDM_FIRST + 561)
  1792. #define idmMoreStationery (IDM_FIRST + 562)
  1793. #define idmNewPopup (IDM_FIRST + 563)
  1794. #define idmVCardDelete (IDM_FIRST + 564)
  1795. #define idmVCardProperties (IDM_FIRST + 565)
  1796. #define idmGotoDraft (IDM_FIRST + 566)
  1797. #define idmSpoolerWarnings (IDM_FIRST + 567)
  1798. #define idmSpoolerShow (IDM_FIRST + 568)
  1799. #define idmCloseBrowser (IDM_FIRST + 569)
  1800. #define idmSubscribeAllFldrs (IDM_FIRST + 570)
  1801. #define idmUnsubscribeAllFldrs (IDM_FIRST + 571)
  1802. #define idmUnsubscribeFolder (IDM_FIRST + 572)
  1803. #define idmSendLater (IDM_FIRST + 574)
  1804. #define idmPostLater (IDM_FIRST + 575)
  1805. #define idmNoStationery (IDM_FIRST + 576)
  1806. #define idmSavePicture (IDM_FIRST + 577)
  1807. #define idmSendDefault (IDM_FIRST + 578)
  1808. #define idmPostDefault (IDM_FIRST + 579)
  1809. #define idmPaneSigning (IDM_FIRST + 580)
  1810. #define idmPaneEncryption (IDM_FIRST + 581)
  1811. #define idmPanePaperclip (IDM_FIRST + 582)
  1812. #define idmPaneVCard (IDM_FIRST + 583)
  1813. #define idmDSPViewProp (IDM_FIRST + 584)
  1814. #define idmDSPViewCert (IDM_FIRST + 585)
  1815. #define idmDSPTrust (IDM_FIRST + 586)
  1816. #define idmDSPHelp (IDM_FIRST + 587)
  1817. #define idmEPViewProp (IDM_FIRST + 588)
  1818. #define idmEPViewCert (IDM_FIRST + 589)
  1819. #define idmEPHelp (IDM_FIRST + 590)
  1820. #define idmLogOffUser (IDM_FIRST + 591)
  1821. #define idmWorkOffline (IDM_FIRST + 592)
  1822. #define idmIMAPDeliverMail (IDM_FIRST + 593)
  1823. #define idmSaveBackground (IDM_FIRST + 594)
  1824. #define idmSaveAsStationery (IDM_FIRST + 595)
  1825. #define idmFmtApplyStationeryPopup (IDM_FIRST + 596)
  1826. #define idmApplyMoreStationery (IDM_FIRST + 597)
  1827. #define idmApplyNoStationery (IDM_FIRST + 598)
  1828. #define idmApplyStationery0 (IDM_FIRST + 599)
  1829. #define idmApplyStationery1 (IDM_FIRST + 600)
  1830. #define idmApplyStationery2 (IDM_FIRST + 601)
  1831. #define idmApplyStationery3 (IDM_FIRST + 602)
  1832. #define idmApplyStationery4 (IDM_FIRST + 603)
  1833. #define idmApplyStationery5 (IDM_FIRST + 604)
  1834. #define idmApplyStationery6 (IDM_FIRST + 605)
  1835. #define idmApplyStationery7 (IDM_FIRST + 606)
  1836. #define idmApplyStationery8 (IDM_FIRST + 607)
  1837. #define idmApplyStationery9 (IDM_FIRST + 608)
  1838. #define idmImportNewsAcct (IDM_FIRST + 609)
  1839. #define idmSetPriority (IDM_FIRST + 610)
  1840. #define idmClearSelection (IDM_FIRST + 611)
  1841. // DO NOT CHANGE IDM_LAST unless you have a really
  1842. // good reason. when IDM_LAST changes, all the string ids
  1843. // change and the localizers get really upset because they
  1844. // have to re-localize everything.
  1845. #define IDM_LAST (IDM_FIRST + 2000)
  1846. // command ID's after IDM_LAST have no tooltip assoc.
  1847. #define idmAccelBold (IDM_LAST + 5)
  1848. #define idmAccelItalic (IDM_LAST + 6)
  1849. #define idmAccelUnderline (IDM_LAST + 7)
  1850. #define idmAccelIncreaseIndent (IDM_LAST + 8)
  1851. #define idmAccelDecreaseIndent (IDM_LAST + 9)
  1852. #define idmAccelBullets (IDM_LAST + 10)
  1853. #define idmAccelLeft (IDM_LAST + 11)
  1854. #define idmAccelCenter (IDM_LAST + 12)
  1855. #define idmAccelRight (IDM_LAST + 13)
  1856. #define idmAccelColor (IDM_LAST + 14)
  1857. #define idmAccelFont (IDM_LAST + 15)
  1858. #define idmAccelSize (IDM_LAST + 16)
  1859. #define idmAccelNextCtl (IDM_LAST + 17)
  1860. #define idmAccelPrevCtl (IDM_LAST + 18)
  1861. //AttachWell context menu's
  1862. #define idmAttCtxLI (IDM_LAST + 19)
  1863. #define idmAttCtxSI (IDM_LAST + 21)
  1864. #define idmAttCtxRemove (IDM_LAST + 23)
  1865. #define idmAttCtxOpen (IDM_LAST + 24)
  1866. #define idmAttCtxQuickView (IDM_LAST + 25)
  1867. #define idmAttCtxSave (IDM_LAST + 26)
  1868. #define idmAttCtxRename (IDM_LAST + 27)
  1869. #define idmAttCtxPrint (IDM_LAST + 28)
  1870. #define idmAttCtxInsertFile (IDM_LAST + 29)
  1871. #define idmAttCtxProps (IDM_LAST + 30)
  1872. #define idmAttCtxPopupView (IDM_LAST + 31)
  1873. #define idmAttDragMove (IDM_LAST + 32)
  1874. #define idmAttDragCopy (IDM_LAST + 33)
  1875. #define idmAttDragLink (IDM_LAST + 34)
  1876. // reserve 50 id's for sort menus
  1877. #define idmSortMenuBase (IDM_LAST + 36)
  1878. #define idmSortMenuLast (idmSortMenuBase + 50)
  1879. #define idmSentItems (idmSortMenuLast +1) // Justin told me to put this id here. So don't blame me! Ann
  1880. // Send Using Account Ranges.... (Allowing up to 100 Send Accounts)
  1881. #define idmAccountMenuFirst (idmSentItems + 1)
  1882. #define idmAccountMenuLast (idmAccountMenuFirst + 100)
  1883. #define idmDebugMenuFirst (idmAccountMenuLast + 1)
  1884. #define idmTridentTest1 (idmDebugMenuFirst)
  1885. #define idmTridentTest2 (idmDebugMenuFirst + 1)
  1886. #define idmTridentTest3 (idmDebugMenuFirst + 2)
  1887. #define idmTridentTest4 (idmDebugMenuFirst + 3)
  1888. #define idmTridentTest5 (idmDebugMenuFirst + 4)
  1889. #define idmMessageSource (idmDebugMenuFirst + 5)
  1890. #define idmAsyncTest (idmDebugMenuFirst + 6)
  1891. #define idmRangeTest (idmDebugMenuFirst + 7)
  1892. #define idmURLTest (idmDebugMenuFirst + 8)
  1893. #define idmUUENCODETest (idmDebugMenuFirst + 9)
  1894. #define idmIMAPTest (idmDebugMenuFirst + 10)
  1895. #define idmPropTreeTest (idmDebugMenuFirst + 11)
  1896. #define idmNewsNNTXTest (idmDebugMenuFirst + 12)
  1897. #define idmStoreTest (idmDebugMenuFirst + 13)
  1898. #define idmOfflineTest (idmDebugMenuFirst + 14)
  1899. #define idmSpoolerStart (idmDebugMenuFirst + 15)
  1900. #define idmUploadConfig (idmDebugMenuFirst + 16)
  1901. #define idmDebugMenuLast (idmDebugMenuFirst + 16)
  1902. // reserve 50 id's for SaveAttachments menu
  1903. #define idmSaveAttachFirst (idmTridentTest5 + 35)
  1904. #define idmSaveAttachLast (idmSaveAttachFirst + 50)
  1905. #define CONNECT_MENU_BASE (idmSaveAttachLast + 1)
  1906. #define CONNECT_MENU_LAST (CONNECT_MENU_BASE + 100)
  1907. // reserve 50 id's for format bar style menu
  1908. #define idmFmtTagFirst (CONNECT_MENU_LAST + 1)
  1909. #define idmFmtTagLast (idmFmtTagFirst + 50)
  1910. // Reserve 100 for send later accounts
  1911. #define idmAccountLaterFirst (idmFmtTagLast + 1)
  1912. #define idmAccountLaterLast (idmAccountLaterFirst + 100)
  1913. // Reserve 100 for OE Extension
  1914. #define idmExtensionFirst (idmAccountLaterLast + 1)
  1915. #define idmExtensionLast (idmExtensionFirst + 100)
  1916. #define idmSignatureFirst (idmExtensionLast + 1)
  1917. #define idmSignatureLast (idmSignatureFirst + 100)
  1918. // ------------------------------------------------------
  1919. //
  1920. /////////////////////////////////////////////////////////////////////////////
  1921. /////////////////////////////////////////////////////////////////////////////
  1922. //
  1923. // BEGIN Bitmap Resource IDs
  1924. //
  1925. #define idbToolbarBtns 1
  1926. #define idb16x16 2
  1927. #define idb16x16st 4
  1928. #define idbSplash 5
  1929. #define idbFormatBar 8
  1930. #define idbFormatBarFont 9
  1931. #define idbStamps 11
  1932. #define idbBtns 12
  1933. #define idbFolders 16
  1934. #define idbHorzStrip 17
  1935. #define idbSecurity 19
  1936. #define idbFoldersLarge 20
  1937. // Don't change the order of these - SteveSer
  1938. #define idbCoolbar 27
  1939. #define idbCoolbarHot 28
  1940. #define idbOfflineHot 30
  1941. // Don't change the order of these - SteveSer
  1942. #define idbBrand 31
  1943. #define idbSBrand 32
  1944. #define idbSpooler 36
  1945. #define idbStatusBar 37
  1946. // Don't change the order of these - SteveSer
  1947. #define idb256Coolbar 38
  1948. #define idb256CoolbarHot 39
  1949. #define idbSmCoolbar 40
  1950. #define idbSmCoolbarHot 41
  1951. // Don't change the order of these - SteveSer
  1952. // Don't change the order of these vvv (t-erikne)
  1953. #define idbPaneBar32 42
  1954. #define idbPaneBar32Hot 43
  1955. #define idbPaneBar16 44
  1956. #define idbPaneBar16Hot 45
  1957. // Don't change the order of these ^^^ (t-erikne)
  1958. #define idbPapLeft 46
  1959. #define idbPapRight 47
  1960. //
  1961. // END Bitmap Resource IDs
  1962. //
  1963. /////////////////////////////////////////////////////////////////////////////
  1964. /////////////////////////////////////////////////////////////////////////////
  1965. //
  1966. // BEGIN Icon Resource IDs
  1967. //
  1968. #define idiMail 2
  1969. #define idiMailNews idiMail
  1970. #define idiNews 3
  1971. #define idiOEDocument 5
  1972. #define idiPasswordKeys 6
  1973. #define idiNewsServer 7
  1974. #define idiNewsGroup 8
  1975. #define idiFileAtt 9
  1976. #define idiMessageAtt 12
  1977. #define idiDefaultAtt 13
  1978. #define idiMsgPropSent 14
  1979. #define idiMsgPropUnSent 15
  1980. #define idiError 16
  1981. #define idiUpArrow 17
  1982. #define idiDownArrow 18
  1983. #define idiArtPropPost 19
  1984. #define idiArtPropUnpost 20
  1985. #define idiPhone 21
  1986. #define idiNewMailNotify 23
  1987. #define idiPickRecip 24
  1988. #define idiFolder 25
  1989. #define idiNewsFolder 27
  1990. #define idiDLNews 42
  1991. #define idiSecure 43
  1992. #define idiNoSecure 44
  1993. #define idiSendReceive 45
  1994. #define idiWindowLayout 46
  1995. #define idiToolbarLayout 47
  1996. #define idiPrePaneLayout 48
  1997. #define idiOfflineIcon 49
  1998. #define idiPapLargeIcon 50
  1999. #define idiPapSmallIcon 51
  2000. //
  2001. // END Icon Resource IDs
  2002. //
  2003. /////////////////////////////////////////////////////////////////////////////
  2004. /////////////////////////////////////////////////////////////////////////////
  2005. //
  2006. // BEGIN Animation Resource IDs
  2007. //
  2008. #define idanInbox 1
  2009. #define idanOutbox 2
  2010. #define idanMiniOut 4
  2011. #define idanMiniIn 5
  2012. #define idanDecode 6
  2013. #define idanCompact 7
  2014. #define idanDownloadNews 8
  2015. #define idanCopyMsgs 9
  2016. //
  2017. // END Animation Resource IDs
  2018. //
  2019. /////////////////////////////////////////////////////////////////////////////
  2020. /////////////////////////////////////////////////////////////////////////////
  2021. //
  2022. // BEGIN Dialog Resource IDs (DIALOG resource ids, not control ids!)
  2023. //
  2024. #define iddVersion 1
  2025. #define iddSubscribe 2
  2026. #define iddSubscribeOneServer 3
  2027. #define iddAdvSecurity 4
  2028. #define iddPerformingRepair 5
  2029. #define iddAthenaDefault 6
  2030. #define iddStoreLocation 7
  2031. #define iddAdvSig 8
  2032. #define iddAthPropSheet 9
  2033. #define iddSortBy 11
  2034. #define iddPassword 16
  2035. #define iddInsertFile 21
  2036. #define iddFileExists 24
  2037. #define iddFileExistsMult 25
  2038. #define iddSafeOpen 26
  2039. #define iddRasLogon 27
  2040. #define iddWebPage 28
  2041. #define iddBkImage 29
  2042. #define iddSpelling 30
  2043. #define iddRangeTest 39
  2044. #define iddPickGroup 40
  2045. #define iddDownloadGroups 41
  2046. #define iddURLTest 42
  2047. #define iddInboxRulesManager 43
  2048. #define iddInboxRulesEdit 44
  2049. #define iddNewFolder 45
  2050. #define iddRasCloseConn 46
  2051. #define iddOpt_Security 47
  2052. #define iddOpt_Spelling 48
  2053. #define iddOpt_DialUp 49
  2054. #define iddOpt_Read 50
  2055. #define iddOpt_General 51
  2056. #define iddOpt_Send 52
  2057. #define iddOpt_Advanced 53
  2058. #define iddOpt_Signature 54
  2059. #define iddMsgProp_General 58
  2060. #define iddMsgProp_Details 60
  2061. #define iddMsgSource 61
  2062. #define iddRasProgress 62
  2063. #define iddDetailedError 63
  2064. #define iddOrderMessages 69
  2065. #define iddArtProp_General 74
  2066. #define iddStoreTest 78
  2067. #define iddPlainRecipWarning 79
  2068. #define iddIMAPTest 80
  2069. #define iddArticleCacheTest 81
  2070. #define iddAsyncTest 83
  2071. #define iddCacheMan 85
  2072. #define iddProgress 87
  2073. #define iddFindMsg 88
  2074. #define iddFindNNTPMsg 89
  2075. #define iddNNTXTest 90
  2076. #define iddCombineAndDecode 92
  2077. #define iddDownloadImapFldrs 94
  2078. #define iddMsgProp_Security_Msg 95
  2079. #define iddMsgProp_Security_WIP 96
  2080. #define iddMsgProp_Security_Sent 97
  2081. #define iddSecCerificateErr 98
  2082. #define iddIMAPSubscribe 99
  2083. // "don't show me again" dialogs
  2084. // kept in (dontshow.dlg)
  2085. // these dialogs are message-box style with a checkbox
  2086. // of id==idchkDontShowMeAgain
  2087. #define iddDSSendMail 100
  2088. #define iddDSSendNews 101
  2089. #define iddDSWarnDeleteThread 102
  2090. #define iddDSCancelNews 103
  2091. #define iddDSAskSubscribe 104
  2092. #define iddHTMLSettings 105
  2093. #define iddPlainSettings 106
  2094. #define iddDSPostInOutbox 107
  2095. #define iddDSSavedInSavedItems 108
  2096. #define iddDSErrHTMLInNewsIsBad 109
  2097. #define iddDSNoteLost 110
  2098. #define iddFolderProp_General 115
  2099. #define iddGroupProp_General 116
  2100. #define iddDSDefSubList 117 //Bug# 6473 (v-snatar)
  2101. #define iddNewsProp_Cache 121
  2102. #define iddGroupFilterEdit 125
  2103. #define iddInetMailError 126
  2104. #define iddFindNewsMsg 128
  2105. #define iddFindIMAPMsg 129
  2106. #define iddInsertLink 130
  2107. #define iddDSGroupFilters 131
  2108. #define iddDSTooMuchQuoted 132
  2109. #define iddCreateFolder 133
  2110. #define iddSelectFolder 134
  2111. #define iddImapUploadProgress 135
  2112. #define iddImapCopyProgress 136
  2113. #define iddImapDownloadProgress 137
  2114. #define iddTransportErrorDlg 138
  2115. #define iddSpoolerDlg 140
  2116. #define iddFrameWarning 141
  2117. #define iddUpdateNewsgroup 142
  2118. #define iddGroupProp_Update 143
  2119. #define iddRasStartup 144
  2120. #define iddStationery 145
  2121. #define iddIntlSetting 146
  2122. #define iddCharsetConflict 147
  2123. #define iddCharsetChange 148
  2124. #define iddTimeout 149
  2125. #define iddSelectStationery 150
  2126. #define iddViewLayout 152
  2127. #define iddImapDeleteFldr 153
  2128. #ifdef WIN16
  2129. #define iddFontSettings 154
  2130. #endif
  2131. #define iddErrSecurityNoSigningCert 155
  2132. #define iddImapUploadDraft 156
  2133. #define iddDSIMAPDeletedMessagesWarning 158
  2134. #define iddColumns 160
  2135. //
  2136. // END Dialog Resource IDs (DIALOG resource ids, not control ids!)
  2137. //
  2138. /////////////////////////////////////////////////////////////////////////////
  2139. /////////////////////////////////////////////////////////////////////////////
  2140. //
  2141. // BEGIN Dialog Control IDs (control ids, not DIALOG resource ids!)
  2142. //
  2143. // These only need to be unique within a single dialog.
  2144. //
  2145. // universal dialog stuff
  2146. #define IDC_STATIC -1
  2147. #define idcStatic1 3500
  2148. #define idcStatic2 3501
  2149. #define idcStatic3 3502
  2150. #define idcStatic4 3503
  2151. #define idcStatic5 3504
  2152. #define idchkDontShowMeAgain 3505
  2153. // charset conflict dialog
  2154. #define idcSendAsUnicode 100
  2155. // version dialog
  2156. #define idcVerFirst 101
  2157. #define idcVerLast 103
  2158. #define idcVerList 104
  2159. // WebPage dialog
  2160. #define idTxtWebPage 1000
  2161. // header and note controls
  2162. #define NOTE_FIRST 1000
  2163. #define idREBody (NOTE_FIRST + 0)
  2164. #define idADTo (NOTE_FIRST + 1)
  2165. #define idADNewsgroups (NOTE_FIRST + 2)
  2166. #define idADCc (NOTE_FIRST + 3)
  2167. #define idTXTSubject (NOTE_FIRST + 4)
  2168. #define idADFrom (NOTE_FIRST + 5)
  2169. #define idbtnTo (NOTE_FIRST + 7)
  2170. #define idbtnCc (NOTE_FIRST + 8)
  2171. #define idtbNoteWnd (NOTE_FIRST + 9)
  2172. #define idTTWnd (NOTE_FIRST + 10)
  2173. #define idStamp (NOTE_FIRST + 11)
  2174. #define idAttach (NOTE_FIRST + 12)
  2175. #define idREFmtbar (NOTE_FIRST + 13)
  2176. #define idNoteToolbar (NOTE_FIRST + 14)
  2177. #define idcNoteHdr (NOTE_FIRST + 15)
  2178. #define idTXTDate (NOTE_FIRST + 16)
  2179. #define idAttNoteBody (NOTE_FIRST + 17)
  2180. #define idTXTFollowupTo (NOTE_FIRST + 18)
  2181. #define idADReplyTo (NOTE_FIRST + 19)
  2182. #define idTXTOrg (NOTE_FIRST + 20)
  2183. #define idTXTDistribution (NOTE_FIRST + 21)
  2184. #define idTXTKeywords (NOTE_FIRST + 22)
  2185. #define idADApproved (NOTE_FIRST + 23)
  2186. #define idbtnFollowup (NOTE_FIRST + 24)
  2187. #define idbtnReplyTo (NOTE_FIRST + 25)
  2188. #define idADBCc (NOTE_FIRST + 26)
  2189. #define idbtnBCc (NOTE_FIRST + 27)
  2190. #define idSecurity (NOTE_FIRST + 28)
  2191. #define idStatusbar (NOTE_FIRST + 29)
  2192. #define idTxtBkImage (NOTE_FIRST + 30)
  2193. #define idTxtControl (NOTE_FIRST + 31)
  2194. #define idCheckSendPicture (NOTE_FIRST + 32)
  2195. #define idBrowsePicture (NOTE_FIRST + 33)
  2196. #define idVCardStamp (NOTE_FIRST + 34)
  2197. #define idNoteRebar (NOTE_FIRST + 35)
  2198. // dialog
  2199. #define idbtnSendPlain 101
  2200. #define idbtnSendHTML 102
  2201. // Tools.Spelling dialog
  2202. #define PSB_Spell_Ignore 101
  2203. #define PSB_Spell_IgnoreAll 102
  2204. #define PSB_Spell_Change 103
  2205. #define PSB_Spell_ChangeAll 104
  2206. #define PSB_Spell_Add 105
  2207. #define PSB_Spell_Suggest 106
  2208. #define PSB_Spell_UndoLast 107
  2209. #define EDT_Spell_WrongWord 108
  2210. #define TXT_Spell_Error 109
  2211. #define PSB_Spell_Options 110
  2212. #define TXT_Spell_Suggest 111
  2213. #define LBX_Spell_Suggest 112
  2214. #define EDT_Spell_ChangeTo 113
  2215. #define TXT_Spell_ChangeTo 114
  2216. #define CHK_AlwaysSuggest 202
  2217. #define CHK_CheckSpellingOnSend 203
  2218. #define CHK_IgnoreUppercase 204
  2219. #define CHK_IgnoreNumbers 205
  2220. #define CHK_IgnoreDBCS 206
  2221. #define CHK_IgnoreOriginalMessage 207
  2222. #define CHK_IgnoreURL 208
  2223. #define idcSpellLanguages 209
  2224. #define idcViewDictionary 210
  2225. #define GRP_SpellOptions 511
  2226. #define GRP_SpellIgnore 512
  2227. #define idtxtFolderName 101
  2228. #define IDC_CAPTION 1049
  2229. #define IDC_TREEVIEW 1050
  2230. #define IDC_NEWFOLDER_BTN 1051
  2231. #define IDE_URL 1052
  2232. //Mail Options
  2233. // now stored in mail/mailopt.h
  2234. // Folder dialogs
  2235. // message property sheets:
  2236. // now stored in inc/mpropdlg.h
  2237. #define idcTxtSubject 125
  2238. #define idcTxtBody 126
  2239. #define idcAttachCheck 127
  2240. #define idcTxtFrom 132
  2241. #define idcTxtRecip 151
  2242. #define idcDateFrom 153
  2243. #define idcDateTo 154
  2244. #define idcFindNow 155
  2245. #define idcStop 156
  2246. #define idcReset 157
  2247. #define idcFindCombo 158
  2248. #define idcSubFolders 159
  2249. // Certificate error dlg
  2250. #define idcCertList 1234
  2251. #define idGetDigitalIDs 1235
  2252. #ifdef WIN16
  2253. #define IDC_UNUSED 1300
  2254. #define IDC_FONTS_SCRIPTS_GROUPBOX 1301
  2255. #define IDC_FONTS_CODE_PAGES_LIST 1302
  2256. #define IDC_FONTS_PROP_FONT_COMBO 1303
  2257. #define IDC_FONTS_FIXED_FONT_COMBO 1304
  2258. #define IDC_FONTS_MIME_FONT_COMBO 1305
  2259. #define IDC_FONTS_SIZE_FONT_COMBO 1306
  2260. #define IDC_FONTS_SETDEFAULT_BUTTON 1307
  2261. #define IDC_FONTS_DEFAULT_LANG_TEXT 1308
  2262. #endif
  2263. //
  2264. // END Dialog Control IDs (control ids, not DIALOG resource ids!)
  2265. //
  2266. /////////////////////////////////////////////////////////////////////////////
  2267. /////////////////////////////////////////////////////////////////////////////
  2268. //
  2269. // BEGIN Menu Resource IDs (MENU resources, not commands!)
  2270. //
  2271. #define idmrMailContext 4
  2272. #define idmrColumnSort 5
  2273. #define idmrFindPopContext 6
  2274. #define idmrStampPriority 7
  2275. #define idmrCtxtEdit 8
  2276. #define idmrCtxtReadonly 9
  2277. #define idmrMailReadNote 10
  2278. #define idmrMailSendNote 11
  2279. #define idmrCtxtWell 12
  2280. #define idmrNewsContext 13
  2281. #define idmrFind 14
  2282. #define idmrAttCtxSend 16
  2283. #define idmrAttCtxRead 17
  2284. #define idmrAttCtxNoSel 18
  2285. #define idmrAttPopupDrapDrop 19
  2286. #define idmrNewsReadNote 20
  2287. #define idmrNewsSendNote 21
  2288. #define idmrAddrObjCtx 23
  2289. #define idmrCoolbarContext 24
  2290. #define idmrNewsServerContext 29
  2291. #define idmrNewsGroupContext 30
  2292. #define idmrIMAPSpecialContext 31
  2293. #define idmrLocalFolderContext 32
  2294. #define idmrIMAPContext 34
  2295. #define idmrLocalFolder 38
  2296. #define idmrNewsFolder 39
  2297. #define idmrIMAPFolder 40
  2298. #define idmrCommonFolder 41
  2299. #define idmrMailSpecialContext 42
  2300. #define idmrIMAPServerContext 43
  2301. #define idmrIMAPFolderContext 44
  2302. #define idmrRootContext 45
  2303. #define idmrIMAPOfflineFolder 46
  2304. #define idmrIMAPOfflineServer 47
  2305. #define idmrIMAPSyncFolder 48
  2306. #define idmrIMAPSyncServer 49
  2307. #define idmrNewsOfflineFolder 50
  2308. #define idmrNewsOfflineServer 51
  2309. #define idmrNewsSyncFolder 52
  2310. #define idmrNewsSyncServer 53
  2311. #define idmrStampVCard 54
  2312. #define idmrDigSigPopup 55
  2313. #define idmrEncryptionPopup 56
  2314. #define idmrStationeryPopup 57
  2315. #define idmrFindNewsContext 58
  2316. //
  2317. // END Menu Resource IDs (MENU resources, not commands!)
  2318. //
  2319. /////////////////////////////////////////////////////////////////////////////
  2320. /////////////////////////////////////////////////////////////////////////////
  2321. //
  2322. // BEGIN Cursor Resource IDs
  2323. //
  2324. #define idcurSplitHoriz 2
  2325. #define idcurSplitVert 3
  2326. #define idcurHand 4
  2327. //
  2328. // END Cursor Resource IDs
  2329. //
  2330. /////////////////////////////////////////////////////////////////////////////
  2331. /////////////////////////////////////////////////////////////////////////////
  2332. //
  2333. // BEGIN RCDATA Resource IDs
  2334. //
  2335. #define IDR_FIRST 1
  2336. //
  2337. // END RCDATA Resource IDs
  2338. //
  2339. /////////////////////////////////////////////////////////////////////////////
  2340. /////////////////////////////////////////////////////////////////////////////
  2341. //
  2342. // BEGIN Accelerator Resource IDs
  2343. //
  2344. #define idacBrowser 1
  2345. #define idacNewsView 2
  2346. #define idacMailView 3
  2347. #define idacMail_ReadNote 4
  2348. #define idacNews_ReadNote 5
  2349. #define idacMail_SendNote 6
  2350. #define idacNews_SendNote 7
  2351. #define idacFolderNews 8
  2352. #define idacFolderMail 9
  2353. #define idacIMAPView 10
  2354. #define idacFind 11
  2355. //
  2356. // END Accelerator Resource IDs
  2357. //
  2358. /////////////////////////////////////////////////////////////////////////////
  2359. /////////////////////////////////////////////////////////////////////////////
  2360. //
  2361. // BEGIN import/export ids.
  2362. //
  2363. #define STR_IMP_FIRST 23000
  2364. #define iddExport 23602
  2365. #define iddImpProgress 23603
  2366. #define iddMigrate 23605
  2367. #define iddSelectClient 23606
  2368. #define iddLocation 23607
  2369. #define iddSelectFolders 23608
  2370. #define iddAddressComplete 23609
  2371. #define iddSelectCommUser 23610
  2372. #define iddSelectAth16User 23611
  2373. #define iddProvideMailPath 23612
  2374. #define IDC_IMPORTALL_RADIO (STR_IMP_FIRST + 1000)
  2375. #define IDC_SELECT_RADIO (STR_IMP_FIRST + 1001)
  2376. #define IDC_IMPFOLDER_LISTVIEW (STR_IMP_FIRST + 1002)
  2377. #define IDC_IMPFOLDER_EDIT (STR_IMP_FIRST + 1003)
  2378. #define IDC_SELECTFOLDER_BUTTON (STR_IMP_FIRST + 1004)
  2379. #define IDC_NEWIMPFOLDER_EDIT (STR_IMP_FIRST + 1005)
  2380. #define IDC_SKIPFOLDER_BUTTON (STR_IMP_FIRST + 1008)
  2381. #define IDC_ERROR_STATIC (STR_IMP_FIRST + 1009)
  2382. #define IDC_IMPORT_COMBO (STR_IMP_FIRST + 1010)
  2383. #define IDC_CMD_STATIC (STR_IMP_FIRST + 1011)
  2384. #define IDC_IMPORT_PROGRESS (STR_IMP_FIRST + 1012)
  2385. #define IDC_FOLDER_STATIC (STR_IMP_FIRST + 1013)
  2386. #define IDC_MESSAGE_STATIC (STR_IMP_FIRST + 1014)
  2387. #define idcClientsListbox (STR_IMP_FIRST + 1015)
  2388. #define idcMessagesCheck (STR_IMP_FIRST + 1016)
  2389. #define idcAddrBookCheck (STR_IMP_FIRST + 1017)
  2390. #define IDC_LOCATION_STATIC (STR_IMP_FIRST + 1018)
  2391. #define IDC_LABEL (STR_IMP_FIRST + 1019)
  2392. #define IDC_USERLIST (STR_IMP_FIRST + 1020)
  2393. #define IDC_BUTT1 (STR_IMP_FIRST + 1021)
  2394. #define IDC_EDT1 (STR_IMP_FIRST + 1022)
  2395. #define IDB_IMPORT 24023
  2396. #define idsOutOfMemory (STR_IMP_FIRST + 1)
  2397. #define idsNotEnoughDiskSpace (STR_IMP_FIRST + 2)
  2398. #define idsImport (STR_IMP_FIRST + 3)
  2399. #define idsPerformExport (STR_IMP_FIRST + 4)
  2400. #define idsExport (STR_IMP_FIRST + 5)
  2401. #define idsExportTitle (STR_IMP_FIRST + 6)
  2402. #define idsImportTitle (STR_IMP_FIRST + 7)
  2403. #define idsImportingFolderFmt (STR_IMP_FIRST + 11)
  2404. #define idsExportingFolderFmt (STR_IMP_FIRST + 12)
  2405. #define idsImportingMessageFmt (STR_IMP_FIRST + 13)
  2406. #define idsExportError (STR_IMP_FIRST + 14)
  2407. #define idsMAPIStoreOpenError (STR_IMP_FIRST + 15)
  2408. #define idsMAPIInitError (STR_IMP_FIRST + 16)
  2409. #define idsAddressUnknownFmt (STR_IMP_FIRST + 17)
  2410. #define idsFolderOpenFail (STR_IMP_FIRST + 18)
  2411. #define idsFolderReadFail (STR_IMP_FIRST + 19)
  2412. #define idsFolderImportErrorFmt (STR_IMP_FIRST + 20)
  2413. #define idsOut (STR_IMP_FIRST + 22)
  2414. #define idsTrash (STR_IMP_FIRST + 23)
  2415. #define idsEudora (STR_IMP_FIRST + 25)
  2416. #define idsNetscape (STR_IMP_FIRST + 26)
  2417. #define idsImportABTitle (STR_IMP_FIRST + 27)
  2418. #define idsImportAB (STR_IMP_FIRST + 28)
  2419. #define idsImportingABFmt (STR_IMP_FIRST + 29)
  2420. #define idsBrowseFolderText (STR_IMP_FIRST + 30)
  2421. #define idsLocationUnknown (STR_IMP_FIRST + 31)
  2422. #define idsLocationInvalid (STR_IMP_FIRST + 32)
  2423. #define idsCancelWizard (STR_IMP_FIRST + 33)
  2424. #define idsMsgsOrAddrs (STR_IMP_FIRST + 34)
  2425. #define idsABImportError (STR_IMP_FIRST + 35)
  2426. #define idsExchange (STR_IMP_FIRST + 36)
  2427. #define idsCommunicator (STR_IMP_FIRST + 37)
  2428. #define idsMapiInitError (STR_IMP_FIRST + 38)
  2429. #define idsNoMapiProfiles (STR_IMP_FIRST + 39)
  2430. #define idsMapiImportFailed (STR_IMP_FIRST + 40)
  2431. #define idsSelectFolders (STR_IMP_FIRST + 41)
  2432. // END import/export ids.
  2433. //
  2434. /////////////////////////////////////////////////////////////////////////////
  2435. /////////////////////////////////////////////////////////////////////////////
  2436. //
  2437. // BEGIN window ids.
  2438. //
  2439. #define idwAttachWell 1000
  2440. // END window ids
  2441. //
  2442. /////////////////////////////////////////////////////////////////////////////
  2443. /////////////////////////////////////////////////////////////////////////////
  2444. //
  2445. // BEGIN indices into the toolbar button bitmap
  2446. //
  2447. enum {
  2448. itbNewMsg = 0,
  2449. itbPrint,
  2450. itbCut,
  2451. itbCopy,
  2452. itbPaste,
  2453. itbUndo,
  2454. itbDelete,
  2455. itbFind,
  2456. itbGotoInbox,
  2457. itbDeliverNowUsingAll,
  2458. itbReply,
  2459. itbReplyAll,
  2460. itbForward,
  2461. itbSend,
  2462. itbSaveAs,
  2463. itbPickRecipients,
  2464. itbCheckNames,
  2465. itbAttach,
  2466. itbNext,
  2467. itbPrevious,
  2468. itbNextUnreadArticle,
  2469. itbNextUnreadThread,
  2470. itbNextUnreadSubscr,
  2471. itbMarkAsRead,
  2472. itbDisconnect,
  2473. itbNewPost,
  2474. itbMarkDownload,
  2475. itbReplyByPost,
  2476. itbConnect,
  2477. itbMarkTopicRead,
  2478. itbMarkAllRead,
  2479. itbMarkTopicDownload,
  2480. itbNextTopic,
  2481. itbInsertSig,
  2482. itbPostNow,
  2483. itbViewContacts,
  2484. itbEncrypted,
  2485. itbSigned,
  2486. itbSetPriority,
  2487. ctbBtns
  2488. };
  2489. // FormatBar stuff
  2490. enum
  2491. {
  2492. itbFormattingTag,
  2493. itbFormattingBold,
  2494. itbFormattingItalic,
  2495. itbFormattingUnderline,
  2496. itbFormattingColor,
  2497. itbFormattingNumbers,
  2498. itbFormattingBullets,
  2499. itbFormattingDecreaseIndent,
  2500. itbFormattingIncreaseIndent,
  2501. itbFormattingLeft,
  2502. itbFormattingCenter,
  2503. itbFormattingRight,
  2504. itbFormattingInsertHLine,
  2505. itbFormattingInsertLink,
  2506. itbFormattingInsertImage,
  2507. ctbFormatting
  2508. };
  2509. // Folder bitmap stuff
  2510. // Do NOT move the first two entries beyond 14.
  2511. enum
  2512. {
  2513. iNullBitmap = 0,
  2514. iDisconnected,
  2515. iFolderClosed,
  2516. iInbox,
  2517. iOutbox,
  2518. iSendMail,
  2519. iWastebasket,
  2520. iFolderDraft,
  2521. iNewsGroup,
  2522. iNewsServer,
  2523. iPostFolder,
  2524. iUnsubGroup,
  2525. iUnsubServer,
  2526. iSortAsc,
  2527. iSortDesc,
  2528. iMailServer,
  2529. iMailServerGrayed,
  2530. iMailRoot,
  2531. iInboxFull,
  2532. iOutboxFull,
  2533. iWastebasketFull,
  2534. iFolderFull,
  2535. iMailTrust,
  2536. iFolderOpen,
  2537. iFolderUnsub,
  2538. iNewsSavedItems,
  2539. iMailNews,
  2540. iLDAPServer,
  2541. iNewsGroupSync
  2542. };
  2543. // Coolbar bitmaps
  2544. enum
  2545. {
  2546. iCBBack = 0,
  2547. iCBNext,
  2548. iCBNewArticle,
  2549. iCBReplyPost,
  2550. iCBReplyAll,
  2551. iCBForward,
  2552. iCBPrint,
  2553. iCBNewsgroup,
  2554. iCBNewMessage,
  2555. iCBReplyMail,
  2556. iCBDeliverNow,
  2557. iCBNextUnreadArt,
  2558. iCBNextUnreadThread,
  2559. iCBNextUnreadGroup,
  2560. iCBDelete,
  2561. iCBGotoInbox,
  2562. iCBGotoOutbox,
  2563. iCBGotoPosted,
  2564. iCBGotoSentItems,
  2565. iCBAddressBook,
  2566. iCBSaveAs,
  2567. iCBFind,
  2568. iCBNextMsg,
  2569. iCBPrevMsg,
  2570. iCBMarkRead,
  2571. iCBMarkThreadRead,
  2572. iCBMarkAllRead,
  2573. iCBMarkAsUnread,
  2574. iCBStop,
  2575. iCBRefresh,
  2576. iCBHelp,
  2577. iCBMarkDownload,
  2578. iCBMarkThreadDownload,
  2579. iCBMarkAllDownload,
  2580. iCBCancelPost,
  2581. iCBMailMarkUnRead,
  2582. iCBMailMarkRead,
  2583. iCBMarkNewsgroups,
  2584. iCBCombineAndDecode,
  2585. iCBPostAndDownload,
  2586. iCBGetNext300Headers,
  2587. iCBUnscramble,
  2588. iCBUnmarkDownload,
  2589. iCBReplyPostAndMail,
  2590. iCBMoveTo,
  2591. iCBCopyTo,
  2592. iCBConnect,
  2593. iCBDisconnect,
  2594. iCBUpOneLevel,
  2595. iCBShowHideTree,
  2596. iCBLanguage,
  2597. iCBDownloadAccount,
  2598. iCBDownloadNewsgroup,
  2599. iCBPurgeDeletedMessages,
  2600. iCBWorkOffline,
  2601. iCBCoolbarMax,
  2602. };
  2603. enum {
  2604. iCBEncryption,
  2605. iCBSigning,
  2606. iCBBadEnc,
  2607. iCBBadSign,
  2608. iCBPaperclip,
  2609. iCBVCard,
  2610. };
  2611. // Folder State bitmap stuff
  2612. enum
  2613. {
  2614. iDownloadHeaders = 0,
  2615. iDownloadNew,
  2616. iDownloadAll,
  2617. iStateMax
  2618. };
  2619. enum
  2620. {
  2621. iColorMenu = 0,
  2622. iColorCombo,
  2623. iColorMax
  2624. };
  2625. //
  2626. // END indices into the toolbar button bitmap
  2627. //
  2628. /////////////////////////////////////////////////////////////////////////////
  2629. #endif // __RESOURCE_H_