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.

236 lines
8.1 KiB

  1. //{{NO_DEPENDENCIES}}
  2. // Microsoft Developer Studio generated include file.
  3. // Used by Pop3.rc
  4. //
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Localizable Strings
  8. //
  9. #define IDS_POP3SERVERSNAP_DESC 100
  10. #define IDS_POP3SERVERSNAP_VERSION 101
  11. #define IDS_SNAPINNAME 102
  12. #define IDS_MENU_POP3_CONNECT 200
  13. #define IDS_MENU_POP3_CONNECT_DESC 201
  14. #define IDS_MENU_SERVER_NEWDOM 210
  15. #define IDS_MENU_SERVER_NEWDOM_DESC 211
  16. #define IDS_MENU_SERVER_DISCON 214
  17. #define IDS_MENU_SERVER_DISCON_DESC 215
  18. #define IDS_MENU_SERVER_START 216
  19. #define IDS_MENU_SERVER_START_DESC 217
  20. #define IDS_MENU_SERVER_STOP 218
  21. #define IDS_MENU_SERVER_STOP_DESC 219
  22. #define IDS_MENU_SERVER_PAUSE 220
  23. #define IDS_MENU_SERVER_PAUSE_DESC 221
  24. #define IDS_MENU_SERVER_RESTART 222
  25. #define IDS_MENU_SERVER_RESTART_DESC 223
  26. #define IDS_MENU_SERVER_RESUME 224
  27. #define IDS_MENU_SERVER_RESUME_DESC 225
  28. #define IDS_MENU_DOMAIN_NEWUSER 230
  29. #define IDS_MENU_DOMAIN_NEWUSER_DESC 231
  30. #define IDS_MENU_DOMAIN_LOCK 232
  31. #define IDS_MENU_DOMAIN_LOCK_DESC 233
  32. #define IDS_MENU_DOMAIN_UNLOCK 234
  33. #define IDS_MENU_DOMAIN_UNLOCK_DESC 235
  34. #define IDS_MENU_USER_LOCK 240
  35. #define IDS_MENU_USER_LOCK_DESC 241
  36. #define IDS_MENU_USER_UNLOCK 242
  37. #define IDS_MENU_USER_UNLOCK_DESC 243
  38. #define IDS_HEADER_SERVER_NAME 300
  39. #define IDS_HEADER_SERVER_AUTH 301
  40. #define IDS_HEADER_SERVER_ROOT 302
  41. #define IDS_HEADER_SERVER_PORT 303
  42. #define IDS_HEADER_SERVER_LOG 304
  43. #define IDS_HEADER_SERVER_STATUS 305
  44. #define IDS_HEADER_DOMAIN_NAME 310
  45. #define IDS_HEADER_DOMAIN_NUMBOX 311
  46. #define IDS_HEADER_DOMAIN_SIZE 312
  47. #define IDS_HEADER_DOMAIN_NUMMES 313
  48. #define IDS_HEADER_DOMAIN_LOCKED 314
  49. #define IDS_HEADER_USER_NAME 320
  50. #define IDS_HEADER_USER_SIZE 321
  51. #define IDS_HEADER_USER_NUMMES 322
  52. #define IDS_HEADER_USER_LOCKED 323
  53. #define IDS_STATE_LOCKED 340
  54. #define IDS_STATE_UNLOCKED 341
  55. #define IDS_STATE_RUNNING 342
  56. #define IDS_STATE_STOPPED 343
  57. #define IDS_STATE_PAUSED 344
  58. #define IDS_STATE_PENDING 345
  59. #define IDS_KILOBYTE_EXTENSION 350
  60. #define IDS_ROOT_STATUSBAR 360
  61. #define IDS_SERVER_STATUSBAR 361
  62. #define IDS_DOMAIN_STATUSBAR 362
  63. #define IDS_SERVERPROP_BROWSE_TITLE 400
  64. #define IDS_SERVERPROP_LOG_0 410
  65. #define IDS_SERVERPROP_LOG_1 411
  66. #define IDS_SERVERPROP_LOG_2 412
  67. #define IDS_SERVERPROP_LOG_3 413
  68. #define IDS_DOMAIN_CONFIRMDELETE 500
  69. #define IDS_SERVER_CONFIRMDISCONNECT 501
  70. #define IDS_ERROR_CREATEMAIL 600
  71. #define IDS_ERROR_CREATEDOMAIN 601
  72. #define IDS_ERROR_DELETEUSER 602
  73. #define IDS_ERROR_DELETEDOMAIN 603
  74. #define IDS_ERROR_RETRIEVEAUTH 604
  75. #define IDS_ERROR_SERVERNAMEEXISTS 605
  76. #define IDS_ERROR_SETLOGGING 606
  77. #define IDS_ERROR_SETPORT 607
  78. #define IDS_ERROR_SETAUTH 608
  79. #define IDS_ERROR_SETROOT 609
  80. #define IDS_ERROR_SERVERNAMEBAD 610
  81. #define IDS_ERROR_UNSPECIFIED 611
  82. #define IDS_ERROR_PORTRANGE 612
  83. #define IDS_ERROR_STARTSERVICE 613
  84. #define IDS_ERROR_STOPSERVICE 614
  85. #define IDS_ERROR_RESTARTSERVICE 615
  86. #define IDS_ERROR_PAUSESERVICE 616
  87. #define IDS_ERROR_RESUMESERVICE 617
  88. #define IDS_ERROR_PASSNOMATCH 618
  89. #define IDS_ERROR_ADMINONLY 619
  90. #define IDS_ERROR_NODOMAIN 620
  91. #define IDS_ERROR_SERVERACCESS 621
  92. #define IDS_ERROR_SMTP_STARTSERVICE 622
  93. #define IDS_ERROR_SMTP_STOPSERVICE 623
  94. #define IDS_WARNING_MAILROOT 700
  95. #define IDS_WARNING_DOMAINEXISTS 701
  96. #define IDS_WARNING_DOMAINMISSING 702
  97. #define IDS_WARNING_POP3SVC_RESTART 703
  98. #define IDS_WARNING_POP_SMTP_RESTART 704
  99. #define IDS_WARNING_PROP_PAGE_OPEN 705
  100. /////////////////////////////////////////////////////////////////////////////
  101. //
  102. // Menus
  103. //
  104. #define IDM_POP3_MENU 1000
  105. #define IDM_SERVER_MENU 1001
  106. #define IDM_DOMAIN_MENU 1002
  107. #define IDM_USER_MENU 1003
  108. #define IDM_POP3_TOP_CONNECT 1500
  109. #define IDM_SERVER_TOP_DISCONNECT 1600
  110. #define IDM_SERVER_NEW_DOMAIN 1610
  111. #define IDM_SERVER_TASK_START 1620
  112. #define IDM_SERVER_TASK_STOP 1621
  113. #define IDM_SERVER_TASK_PAUSE 1622
  114. #define IDM_SERVER_TASK_RESTART 1623
  115. #define IDM_SERVER_TASK_RESUME 1624
  116. #define IDM_DOMAIN_TOP_LOCK 1700
  117. #define IDM_DOMAIN_TOP_UNLOCK 1701
  118. #define IDM_DOMAIN_NEW_USER 1710
  119. #define IDM_USER_TOP_LOCK 1800
  120. #define IDM_USER_TOP_UNLOCK 1801
  121. /////////////////////////////////////////////////////////////////////////////
  122. //
  123. // Dialogs
  124. //
  125. #define IDD_SERVER_GENERAL_PAGE 2000
  126. #define IDC_AUTHENTICATION 2001
  127. #define IDC_PORT 2002
  128. #define IDC_LOGGING 2003
  129. #define IDC_DIRECTORY 2004
  130. #define IDC_BROWSE 2005
  131. #define IDC_SERVER_CREATEUSER 2006
  132. #define IDC_AUTHENTICATION_STATIC 2007
  133. #define IDC_PORT_STATIC 2008
  134. #define IDC_LOGGING_STATIC 2009
  135. #define IDC_DIRECTORY_STATIC 2010
  136. #define IDC_NAME 2011
  137. #define IDC_SERVER_SPA_REQ 2012
  138. #define IDC_optDoNotShow 2013
  139. #define IDC_lblConfirm 2014
  140. #define IDD_NEW_DOMAIN 2100
  141. #define IDC_DOMAIN_NAME 2101
  142. #define IDD_NEW_USER 2200
  143. #define IDC_USER_NAME 2201
  144. #define IDC_PASSWORD 2202
  145. #define IDC_CONFIRM 2203
  146. #define IDC_USER_CREATEUSER 2204
  147. #define IDC_CONFIRM_STATIC 2205
  148. #define IDC_PASSWORD_STATIC 2206
  149. #define IDD_NEW_USER_CONFIRM 2207
  150. #define IDC_ICON_INFO 2208
  151. #define IDD_DELETE_MAILBOX 2300
  152. #define IDC_DELETE_ACCOUNT 2301
  153. #define IDD_CONNECT_SERVER 2400
  154. #define IDC_SERVERNAME 2401
  155. #define IDC_BROWSE_SERVERS 2402
  156. /////////////////////////////////////////////////////////////////////////////
  157. //
  158. // NON-Localized information
  159. //
  160. #define IDS_POP3SERVERSNAP_PROVIDER 8001
  161. #define IDS_HELPFILE 8002
  162. #define IDS_CONTEXTHELPFILE 8003
  163. #define IDS_HELPTOPIC 8004
  164. /////////////////////////////////////////////////////////////////////////////
  165. //
  166. // Images
  167. //
  168. #define IDI_Icon 9000
  169. #define IDB_Small 9001
  170. #define IDB_Large 9002
  171. #define IDB_RootSmall 9003
  172. #define IDB_RootLarge 9004
  173. #define IDI_ServerIcon 9005
  174. /////////////////////////////////////////////////////////////////////////////
  175. //
  176. // Registry
  177. //
  178. #define IDR_POP3SERVERSNAP 10002
  179. /////////////////////////////////////////////////////////////////////////////
  180. //
  181. // Help Topics
  182. //
  183. #define IDH_POP3_server_prop_authMech 100011
  184. #define IDH_POP3_server_prop_servPort 100012
  185. #define IDH_POP3_server_prop_logLvl 100013
  186. #define IDH_POP3_server_prop_mailRoot 100014
  187. #define IDH_POP3_server_prop_createUser 100015
  188. #define IDH_POP3_server_prop_spaRequired 100016
  189. // Next default values for new objects
  190. //
  191. #ifdef APSTUDIO_INVOKED
  192. #ifndef APSTUDIO_READONLY_SYMBOLS
  193. #define _APS_NEXT_RESOURCE_VALUE 2209
  194. #define _APS_NEXT_COMMAND_VALUE 32768
  195. #define _APS_NEXT_CONTROL_VALUE 100
  196. #define _APS_NEXT_SYMED_VALUE 107
  197. #endif
  198. #endif