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.

321 lines
16 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include <windows.h>
  4. #include "resource.h"
  5. #include <FaxName.h>
  6. #define APSTUDIO_READONLY_SYMBOLS
  7. /////////////////////////////////////////////////////////////////////////////
  8. //
  9. // Generated from the TEXTINCLUDE 2 resource.
  10. //
  11. #include "afxres.h"
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. // English (U.S.) resources
  16. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  17. #ifdef _WIN32
  18. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  19. #pragma code_page(1252)
  20. #endif //_WIN32
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // Dialog
  24. //
  25. IDD_DEVICE_LIMIT_SELECT DIALOG DISCARDABLE 0, 0, 317, 143
  26. STYLE WS_CHILD | WS_CAPTION
  27. CAPTION "Fax Configuration Wizard"
  28. FONT 8, "MS Shell Dlg"
  29. BEGIN
  30. LTEXT "Select devices for sending or receiving faxes:",
  31. IDC_STATIC_DEVICE_LIMIT_SELECT,14,7,296,11
  32. CONTROL "List2",IDC_DEVICE_LIST,"SysListView32",LVS_REPORT |
  33. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER |
  34. LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,14,24,268,55
  35. ICON IDI_Info,IDCSTATIC_NO_DEVICE_ERR,14,84,20,20
  36. LTEXT "If no device is selected, you cannot send and receive faxes from this computer.",
  37. IDC_STATIC_NO_DEVICE,37,89,267,16
  38. END
  39. IDD_ONE_DEVICE_LIMIT DIALOG DISCARDABLE 0, 0, 317, 143
  40. STYLE WS_CHILD | WS_CAPTION
  41. CAPTION "Fax Configuration Wizard"
  42. FONT 8, "MS Shell Dlg"
  43. BEGIN
  44. LTEXT "Please &select the fax device ",IDC_STATIC_SELECT_MODEM,
  45. 17,11,231,8
  46. COMBOBOX IDC_COMBO_MODEM,17,23,236,100,CBS_DROPDOWNLIST |
  47. WS_VSCROLL | WS_TABSTOP
  48. CONTROL "&Enable Send",IDC_SEND_ENABLE,"Button",
  49. BS_AUTOCHECKBOX | WS_TABSTOP,17,44,81,12
  50. CONTROL "Enable &Receive",IDC_RECEIVE_ENABLE,"Button",
  51. BS_AUTOCHECKBOX | WS_TABSTOP,17,63,67,10
  52. CONTROL "&Manual answer",IDC_MANUAL_ANSWER,"Button",
  53. BS_AUTORADIOBUTTON,34,80,109,10
  54. CONTROL "&Automatically answer after",IDC_AUTO_ANSWER,"Button",
  55. BS_AUTORADIOBUTTON,34,96,111,10
  56. EDITTEXT IDC_RING_COUNT,150,95,35,12,ES_RIGHT | ES_AUTOHSCROLL | WS_TABSTOP |
  57. ES_NUMBER
  58. CONTROL "Spin1",IDC_SPIN_RING_COUNT,"msctls_updown32",
  59. UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY |
  60. UDS_ARROWKEYS,185,95,11,12
  61. LTEXT "rings ",IDCSTATIC_RINGS,189,96,30,11
  62. END
  63. IDD_WIZARD_RECV_SELECT_DEVICES DIALOG DISCARDABLE 0, 0, 317, 143
  64. STYLE WS_CHILD | WS_CAPTION
  65. CAPTION "Fax Configuration Wizard"
  66. FONT 8, "MS Shell Dlg"
  67. BEGIN
  68. LTEXT "&Select devices for receiving faxes:",
  69. IDCSTATIC_RECV_DEVICE_SELECT,14,4,231,11
  70. CONTROL "List2",IDC_RECV_DEVICE_LIST,"SysListView32",LVS_REPORT |
  71. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER |
  72. LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,14,18,276,55
  73. ICON IDI_Info,IDCSTATIC_NO_DEVICE_ERR,14,75,20,20
  74. LTEXT "If no device is selected, you cannot receive faxes on this computer.",
  75. IDCSTATIC_NO_RECV_DEVICE,37,78,270,32
  76. CONTROL "&Manual answer",IDC_MANUAL_ANSWER,"Button",
  77. BS_AUTORADIOBUTTON,14,108,140,10
  78. CONTROL "&Automatically answer after",IDC_AUTO_ANSWER,"Button",
  79. BS_AUTORADIOBUTTON,14,124,125,10
  80. EDITTEXT IDC_RING_COUNT,141,123,35,12,ES_RIGHT | ES_AUTOHSCROLL | WS_TABSTOP |
  81. ES_NUMBER
  82. CONTROL "Spin1",IDC_SPIN_RING_COUNT,"msctls_updown32",
  83. UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY |
  84. UDS_ARROWKEYS,176,123,11,12
  85. LTEXT "rings ",IDCSTATIC_RINGS,180,124,40,11
  86. END
  87. IDD_WIZARD_RECV_CSID DIALOG DISCARDABLE 0, 0, 317, 143
  88. STYLE WS_CHILD | WS_CAPTION
  89. CAPTION "Fax Configuration Wizard"
  90. FONT 8, "MS Shell Dlg"
  91. BEGIN
  92. LTEXT "The CSID is transmitted when you receive a fax, and usually \
  93. consists of a fax number and a business name.",
  94. IDCSTATIC_TSID_DESCR,21,17,224,24
  95. LTEXT "&CSID:",IDCSTATIC_CSID,21,45,68,8
  96. EDITTEXT IDC_CSID,94,43,152,13,ES_AUTOHSCROLL
  97. END
  98. IDD_WIZARD_RECV_ROUTE DIALOG DISCARDABLE 0, 0, 317, 143
  99. STYLE WS_CHILD | WS_CAPTION
  100. CAPTION "Fax Configuration Wizard"
  101. FONT 8, "MS Shell Dlg"
  102. BEGIN
  103. LTEXT "When a fax is received:",IDCSTATIC_RECV_ROUTE_DESCR,10,16,158,8
  104. CONTROL "&Print it on:",IDC_RECV_PRINT,"Button",BS_AUTOCHECKBOX |
  105. WS_TABSTOP,10,30,100,11
  106. COMBOBOX IDC_RECV_PRINT_TO,115,29,180,41,CBS_DROPDOWN |
  107. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  108. CONTROL "Store a copy in a &folder:",IDC_RECV_SAVE,"Button",
  109. BS_AUTOCHECKBOX | WS_TABSTOP,10,47,100,11
  110. EDITTEXT IDC_RECV_DEST_FOLDER,115,46,120,13,ES_AUTOHSCROLL | WS_TABSTOP
  111. PUSHBUTTON "Br&owse...",IDC_RECV_BROWSE_DIR,239,45,56,14
  112. ICON IDI_Info,IDC_ICON_STORE_IN_FOLDER,10,64,20,20
  113. LTEXT "Successfully received faxes are stored in the Inbox archive of Fax Console. \
  114. Choose this option to save an additional copy of the fax in the folder specified.",
  115. IDC_STATIC_STORE_IN_FOLDER,37,65,260,32
  116. END
  117. IDD_CFG_WIZARD_WELCOME DIALOG DISCARDABLE 0, 0, 317, 193
  118. STYLE WS_CHILD | WS_CAPTION
  119. CAPTION "Fax Configuration Wizard"
  120. FONT 8, "MS Shell Dlg"
  121. BEGIN
  122. LTEXT "Welcome to Fax Configuration Wizard",
  123. IDCSTATIC_WELCOME_TITLE,120,8,190,24
  124. CONTROL "This wizard helps you configure your computer to send and receive faxes. ",
  125. IDC_ADMINCONSOLE_LINK,"Link Window",WS_TABSTOP,120,35,190,65
  126. LTEXT "To continue, click the Next button.",IDCSTATIC_NEXT,120,105,190,19
  127. END
  128. IDD_WIZARD_SEND_SELECT_DEVICES DIALOG DISCARDABLE 0, 0, 317, 143
  129. STYLE WS_CHILD | WS_CAPTION
  130. CAPTION "Fax Configuration Wizard"
  131. FONT 8, "MS Shell Dlg"
  132. BEGIN
  133. LTEXT "&Select devices for sending faxes:",
  134. IDCSTATIC_SEND_DEVICE_SELECT,14,7,296,11
  135. CONTROL "List2",IDC_SEND_DEVICE_LIST,"SysListView32",LVS_REPORT |
  136. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER |
  137. LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,14,24,268,55
  138. PUSHBUTTON "&Up",IDC_SENDPRI_UP,292,29,18,17,BS_ICON
  139. PUSHBUTTON "&Down",IDC_SENDPRI_DOWN,292,52,18,17,BS_ICON
  140. ICON IDI_Info,IDCSTATIC_NO_DEVICE_ERR,14,84,20,20
  141. LTEXT "If no device is selected, you cannot send faxes from this computer.",
  142. IDCSTATIC_NO_SEND_DEVICE,37,88,267,16
  143. END
  144. IDD_WIZARD_SEND_TSID DIALOG DISCARDABLE 0, 0, 317, 143
  145. STYLE WS_CHILD | WS_CAPTION
  146. CAPTION "Fax Configuration Wizard"
  147. FONT 8, "MS Shell Dlg"
  148. BEGIN
  149. LTEXT "The TSID is transmitted when you send a fax, and usually \
  150. consists of a fax number and a business name.",
  151. IDCSTATIC_TSID_DESCR,24,17,224,24
  152. LTEXT "&TSID:",IDCSTATIC_TSID,24,45,55,8
  153. EDITTEXT IDC_TSID,83,43,165,13,ES_AUTOHSCROLL
  154. END
  155. IDD_WIZARD_COMPLETE DIALOG DISCARDABLE 0, 0, 317, 193
  156. STYLE WS_CHILD | WS_CAPTION
  157. CAPTION "Fax Configuration Wizard"
  158. FONT 8, "MS Shell Dlg"
  159. BEGIN
  160. LTEXT "Completing the Fax Configuration Wizard",
  161. IDCSTATIC_COMPLETE,120,8,190,24
  162. LTEXT "You have successfully completed the Fax Configuration Wizard.",
  163. IDCSTATIC_COMPLETE_SUB,120,40,190,16
  164. EDITTEXT IDC_SUMMARY,120,62,190,92,ES_MULTILINE | ES_READONLY |
  165. WS_VSCROLL | NOT WS_TABSTOP
  166. LTEXT "To close this wizard, click Finish.",IDCSTATIC_FINISH,
  167. 120,160,190,16
  168. END
  169. IDD_WIZARD_USER_INFO DIALOG DISCARDABLE 0, 0, 317, 148
  170. STYLE WS_CHILD | WS_CAPTION
  171. CAPTION "Fax Configuration Wizard"
  172. FONT 8, "MS Shell Dlg"
  173. BEGIN
  174. LTEXT "Your f&ull name:",IDCSTATIC_FULLNAME,7,4,59,8
  175. EDITTEXT IDC_SENDER_NAME,67,2,90,12,ES_AUTOHSCROLL
  176. LTEXT "&Fax number:",IDCSTATIC_FAX_NUMBER,162,4,60,8
  177. EDITTEXT IDC_SENDER_FAX_NUMBER,223,2,83,12,ES_AUTOHSCROLL
  178. LTEXT "&E-mail address:",IDCSTATIC_MAILBOX,7,21,59,8
  179. EDITTEXT IDC_SENDER_MAILBOX,67,19,239,12,ES_AUTOHSCROLL
  180. LTEXT "&Title:",IDCSTATIC_TITLE,7,38,59,8
  181. EDITTEXT IDC_SENDER_TITLE,67,36,90,12,ES_AUTOHSCROLL
  182. LTEXT "Co&mpany:",IDCSTATIC_COMPANY,162,38,60,8
  183. EDITTEXT IDC_SENDER_COMPANY,223,36,83,12,ES_AUTOHSCROLL
  184. LTEXT "&Office location:",IDCSTATIC_OFFICE,7,55,59,8
  185. EDITTEXT IDC_SENDER_OFFICE_LOC,67,53,90,12,ES_AUTOHSCROLL
  186. LTEXT "&Department:",IDCSTATIC_DEPT,162,55,60,8
  187. EDITTEXT IDC_SENDER_DEPT,223,53,83,12,ES_AUTOHSCROLL
  188. LTEXT "&Home phone:",IDCSTATIC_HOME_PHONE,7,72,59,8
  189. EDITTEXT IDC_SENDER_HOME_TL,67,70,90,12,ES_AUTOHSCROLL
  190. LTEXT "&Work phone:",IDCSTATIC_WORK_PHONE,162,71,60,8
  191. EDITTEXT IDC_SENDER_OFFICE_TL,223,70,83,12,ES_AUTOHSCROLL
  192. LTEXT "&Address:",IDC_SENDER_ADDRESS,7,88,59,8
  193. EDITTEXT IDC_ADDRESS_DETAIL,67,87,240,39,ES_MULTILINE |
  194. WS_VSCROLL | ES_AUTOHSCROLL | ES_WANTRETURN
  195. LTEXT "Bi&lling code:",IDCSTATIC_BILLING_CODE,7,133,58,8
  196. EDITTEXT IDC_SENDER_BILLING_CODE,67,131,90,12,ES_AUTOHSCROLL
  197. END
  198. /////////////////////////////////////////////////////////////////////////////
  199. //
  200. // Icon
  201. //
  202. // Icon with lowest ID value placed first to ensure application icon
  203. // remains consistent on all systems.
  204. IDI_Up ICON DISCARDABLE "res\\up.ico"
  205. IDI_Down ICON DISCARDABLE "res\\down.ico"
  206. IDI_Modem ICON DISCARDABLE "res\\modem.ico"
  207. IDI_Adapter ICON DISCARDABLE "res\\adapter.ico"
  208. IDI_Question ICON DISCARDABLE "res\\question.ico"
  209. IDI_Error ICON DISCARDABLE "res\\error.ico"
  210. IDI_Info ICON DISCARDABLE "res\\info.ico"
  211. /////////////////////////////////////////////////////////////////////////////
  212. //
  213. // Bitmap
  214. //
  215. IDB_CFG_WIZ_BITMAP BITMAP DISCARDABLE "res\\wizard.bmp"
  216. IDB_FAXWIZ_WATERMARK_16 BITMAP DISCARDABLE "res\\wiz16.bmp"
  217. IDB_FAXWIZ_WATERMARK_256 BITMAP DISCARDABLE "res\\wizard97.bmp"
  218. /////////////////////////////////////////////////////////////////////////////
  219. //
  220. // String Table
  221. //
  222. STRINGTABLE DISCARDABLE
  223. BEGIN
  224. IDS_DEVICE_LIMIT_TITLE "Select Devices for Sending or Receiving Faxes"
  225. IDS_DEVICE_LIMIT_SUB "Select the devices that you want to use to send or receive faxes. \
  226. This version of Microsoft Windows allows only %d devices to be used for fax operations."
  227. IDS_ONE_DEVICE_TITLE "Select Device for Sending or Receiving Faxes"
  228. IDS_ONE_DEVICE_SUB "Select the device that you want to use to send or receive faxes."
  229. IDS_WIZ_RECV_DEVICE_TITLE "Select Devices for Receiving Faxes"
  230. IDS_WIZ_RECV_DEVICE_SUB "Select the devices that you want to use \
  231. for receiving faxes."
  232. IDS_WIZ_RECV_CSID_TITLE "Called Subscriber Identification (CSID)"
  233. IDS_WIZ_RECV_CSID_SUB "Enter the Called Subscriber Identification (CSID) \
  234. to be used to identify your computer to a fax sender."
  235. IDS_WIZ_RECV_ROUTE_TITLE "Routing Options"
  236. IDS_WIZ_RECV_ROUTE_SUB "Specify routing options for incoming faxes."
  237. IDS_WIZ_SEND_DEVICE_TITLE "Select Devices For Sending Faxes"
  238. IDS_WIZ_SEND_DEVICE_SUB "Select the devices that you want to use for \
  239. sending faxes. Use the arrows to the right of the list to set the order in which \
  240. devices are used to send faxes."
  241. IDS_WIZ_SEND_TSID_TITLE "Transmitting Subscriber Identification (TSID)"
  242. IDS_WIZ_SEND_TSID_SUB "Enter the Transmitting Subscriber Identification (TSID) \
  243. to be used to identify your computer to a fax recipient."
  244. END
  245. STRINGTABLE DISCARDABLE
  246. BEGIN
  247. IDS_WIZ_USER_INFO_TITLE "Sender Information"
  248. IDS_WIZ_USER_INFO_SUB "Enter sender information that will appear on fax cover pages."
  249. IDS_WIZ_LARGE_FONT_NAME "MS Shell Dlg"
  250. IDS_ERROR_TITLE "Fax Configuration Wizard"
  251. IDS_ERR_ARCHIVE_DIR "The folder name is not valid. Please deselect \n""Store a \
  252. copy in a folder"" or select a \nfolder by clicking the Browse button."
  253. IDS_ERR_NOT_ENOUGH_MEMORY "There is not enough memory available to complete the operation."
  254. IDS_ERR_CANT_CONNECT "A connection to the fax server cannot be made."
  255. IDS_RECV_BROWSE_DIR "Select Destination Folder for Incoming Faxes"
  256. IDS_ERR_NO_DIALING_LOCATION "Fax cannot continue without your location information.\nAre you sure you want to cancel?"
  257. IDS_ERR_NO_DEVICE "There are currently no modems installed on this computer.\n\
  258. If you want to send and receive faxes using a modem attached to this computer, you need at least one modem installed.\n\
  259. Do you want to install a new modem?"
  260. IDS_ERR_CANT_START_SERVICE "The Fax service cannot be started."
  261. END
  262. STRINGTABLE DISCARDABLE
  263. BEGIN
  264. IDS_ERR_NO_CONFIG_ACCESS "You do not have the appropriate permissions to configure the fax device."
  265. IDS_ERR_GENERAL "An internal error has occurred."
  266. IDS_SHOW_NEXT_TIME "Do you want this wizard to appear the next time you send a fax?"
  267. IDS_ERR_NOT_SAVE "Configuration settings cannot be saved due to an internal error."
  268. END
  269. STRINGTABLE DISCARDABLE
  270. BEGIN
  271. IDS_ERR_CANT_GET_PORT_INFO "Necessary Fax port information cannot be retrieved."
  272. IDS_SUMMARY "Configuration Summary:\r\n"
  273. IDS_SUMMARY_SEND_DEVICES "\r\n Devices configured to send faxes:\r\n"
  274. IDS_SUMMARY_TSID " The TSID of these devices is %s.\r\n"
  275. IDS_SUMMARY_RECEIVE_DEVICES "\r\n Devices configured to receive faxes:\r\n"
  276. IDS_SUMMARY_CSID " The CSID of these devices is %s. \r\n"
  277. IDS_SUMMARY_MANUAL_ANSWER " Devices are configured to answering incoming fax calls manually.\r\n"
  278. IDS_SUMMARY_AUTO_ANSWER " Devices are configured to automatically answer incoming fax calls after %d rings.\r\n"
  279. IDS_SUMMARY_ROUTING_METHODS "\r\n Received faxes will be:\r\n"
  280. IDS_SUMMARY_PRINT " Printed on %s.\r\n"
  281. IDS_SUMMARY_SAVE_FOLDER " Stored in %s.\r\n"
  282. IDS_SUMMARY_DEVICE_ITEM " %s\r\n"
  283. IDS_MMC_CMDLINE """%systemroot%\\system32\\fxsadmin.msc"""
  284. IDS_ADMIN_CONSOLE_LINK "The same configuration will be applied to all \
  285. the fax devices attached to this computer. Use the <A>Fax Service Manager</A> \
  286. to configure each device separately."
  287. IDS_DEV_LIMIT_ERROR "This version of Microsoft Windows allows \nonly %d devices to be used for fax operations."
  288. IDS_ERR_NO_RINGS "Please enter the ring number."
  289. IDS_BAD_CSID "The Called Subscriber Identification (CSID) can only contain English letters, numeric symbols, and punctuation marks."
  290. IDS_BAD_TSID "The Transmitting Subscriber Identification (TSID) can only contain English letters, numeric symbols, and punctuation marks."
  291. END
  292. #endif // English (U.S.) resources
  293. /////////////////////////////////////////////////////////////////////////////