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.

312 lines
12 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "winres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Dialog
  22. //
  23. IDD_DIALOG_ADDPORT DIALOG DISCARDABLE 0, 0, 317, 143
  24. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  25. CAPTION "Add Standard TCP/IP Printer Port"
  26. FONT 8, "MS Shell Dlg"
  27. BEGIN
  28. LTEXT "Printer Name or IP &Address:",IDC_STATIC,21,29,99,8
  29. EDITTEXT IDC_EDIT_DEVICE_ADDRESS,123,26,151,14,ES_AUTOHSCROLL
  30. LTEXT "&Port Name:",IDC_STATIC,21,47,97,8
  31. EDITTEXT IDC_EDIT_PORT_NAME,123,44,151,14,ES_AUTOHSCROLL
  32. LTEXT "",IDC_STATIC_ADD_PORT,21,0,275,10
  33. END
  34. IDD_WELCOME_PAGE DIALOG DISCARDABLE 0, 0, 317, 186
  35. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  36. CAPTION "Welcome"
  37. FONT 8, "MS Shell Dlg"
  38. BEGIN
  39. LTEXT "Welcome to the Add Standard TCP/IP Printer Port Wizard",
  40. IDC_TITLE,115,8,189,24
  41. LTEXT "This wizard helps you add a port for a network printer.\n\nBefore continuing be sure that:\n1. The device is turned on.\n2. The network is connected and configured. ",
  42. IDC_STATIC,115,40,189,54
  43. LTEXT "To continue, click Next.",IDC_STATIC,115,173,189,8
  44. END
  45. IDD_DIALOG_SUMMARY DIALOG DISCARDABLE 0, 0, 317, 186
  46. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  47. CAPTION "Summary"
  48. FONT 8, "MS Shell Dlg"
  49. BEGIN
  50. LTEXT "You have selected a port with the following characteristics.",
  51. IDC_STATIC,115,40,189,22
  52. LTEXT "SNMP:",IDC_STATIC,115,68,25,8
  53. LTEXT "Protocol:",IDC_STATIC,115,81,30,8
  54. LTEXT "Device:",IDC_STATIC,115,94,29,8
  55. LTEXT "Port Name:",IDC_STATIC,115,107,40,8
  56. EDITTEXT IDC_EDIT_SNMP_YESNO,165,68,139,12,ES_AUTOHSCROLL |
  57. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  58. EDITTEXT IDC_EDIT_PROTOCOL_AND_PORTNUM,165,81,139,12,
  59. ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | NOT
  60. WS_TABSTOP
  61. EDITTEXT IDC_EDIT_ADDRESS,165,94,139,12,ES_AUTOHSCROLL |
  62. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  63. EDITTEXT IDC_EDIT_PORTNAME,165,107,139,12,ES_AUTOHSCROLL |
  64. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  65. LTEXT "Adapter Type:",IDC_STATIC,115,120,46,8
  66. EDITTEXT IDC_EDIT_SYSTEMID,165,120,139,12,ES_AUTOHSCROLL |
  67. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  68. LTEXT "Completing the Add Standard TCP/IP Printer Port Wizard",
  69. IDC_TITLE,115,8,189,24
  70. LTEXT "To complete this wizard, click Finish.",IDC_STATIC,115,
  71. 173,189,8
  72. END
  73. IDD_DIALOG_MORE_INFO DIALOG DISCARDABLE 0, 0, 317, 143
  74. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  75. CAPTION "Settings"
  76. FONT 8, "MS Shell Dlg"
  77. BEGIN
  78. LTEXT "",IDC_STATIC_MOREINFO_REASON,7,7,303,81
  79. GROUPBOX "Device Type",IDC_STATIC,7,91,303,51
  80. COMBOBOX IDC_COMBO_DEVICES,64,103,236,65,CBS_DROPDOWNLIST |
  81. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  82. CONTROL "&Standard",IDC_RADIO_STANDARD,"Button",
  83. BS_AUTORADIOBUTTON,16,106,45,10
  84. CONTROL "&Custom",IDC_RADIO_CUSTOM,"Button",BS_AUTORADIOBUTTON,16,
  85. 122,39,10
  86. PUSHBUTTON "S&ettings...",IDC_BUTTON_SETTINGS,64,121,50,14
  87. END
  88. IDD_PORT_SETTINGS DIALOG DISCARDABLE 0, 0, 258, 218
  89. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  90. CAPTION "Port Settings"
  91. FONT 8, "MS Shell Dlg"
  92. BEGIN
  93. LTEXT "&Port Name:",IDC_STATIC_PORT_NAME,7,10,83,8
  94. EDITTEXT IDC_EDIT_PORT_NAME,117,9,134,14,ES_AUTOHSCROLL
  95. LTEXT "Printer Name or IP &Address:",
  96. IDC_STATIC_DEVICE_ADDRESS,7,28,100,8
  97. EDITTEXT IDC_EDIT_DEVICE_ADDRESS,117,27,134,14,ES_AUTOHSCROLL
  98. GROUPBOX "Protocol",IDC_STATIC,7,43,244,28
  99. CONTROL "&Raw",IDC_RADIO_RAW,"Button",BS_AUTORADIOBUTTON,49,54,
  100. 30,10
  101. CONTROL "&LPR",IDC_RADIO_LPR,"Button",BS_AUTORADIOBUTTON,175,55,
  102. 30,10
  103. GROUPBOX "Raw Settings",IDC_STATIC,7,75,244,30
  104. LTEXT "Port &Number:",IDC_STATIC_RAW_PORT_NUM,13,86,54,8
  105. EDITTEXT IDC_EDIT_RAW_PORT_NUM,91,85,151,14,ES_AUTOHSCROLL
  106. GROUPBOX "LPR Settings",IDC_STATIC,7,107,244,43
  107. LTEXT "&Queue Name:",IDC_STATIC_LPR_QNAME,13,118,48,8
  108. EDITTEXT IDC_EDIT_LPR_QNAME,91,117,151,14,ES_AUTOHSCROLL
  109. CONTROL "LPR &Byte Counting Enabled",IDC_CHECK_LPR_DOUBLESPOOL,"Button",
  110. BS_AUTOCHECKBOX | WS_TABSTOP,13,136,105,10
  111. GROUPBOX "",IDC_STATIC,7,155,244,56
  112. CONTROL "&SNMP Status Enabled",IDC_CHECK_SNMP,"Button",
  113. BS_AUTOCHECKBOX | WS_TABSTOP,13,155,85,10
  114. LTEXT "&Community Name:",IDC_STATIC_COMMUNITY_NAME,15,170,74,8
  115. EDITTEXT IDC_EDIT_COMMUNITY_NAME,91,169,151,14,ES_AUTOHSCROLL
  116. LTEXT "SNMP &Device Index:",IDC_STATIC_DEVICE_INDEX,14,189,69,
  117. 8
  118. EDITTEXT IDC_EDIT_DEVICE_INDEX,91,188,151,14,ES_AUTOHSCROLL
  119. END
  120. IDD_DIALOG_MULTIPORT DIALOG DISCARDABLE 0, 0, 317, 143
  121. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  122. CAPTION "Settings"
  123. FONT 8, "MS Shell Dlg"
  124. BEGIN
  125. LTEXT "",IDC_STATIC_MOREINFO_REASON,7,7,301,68
  126. GROUPBOX "Device Port",IDC_STATIC,7,76,302,60
  127. COMBOBOX IDC_COMBO_DEVICES,35,102,176,88,CBS_DROPDOWNLIST |
  128. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  129. END
  130. /////////////////////////////////////////////////////////////////////////////
  131. //
  132. // DESIGNINFO
  133. //
  134. #ifdef APSTUDIO_INVOKED
  135. GUIDELINES DESIGNINFO DISCARDABLE
  136. BEGIN
  137. IDD_WELCOME_PAGE, DIALOG
  138. BEGIN
  139. LEFTMARGIN, 7
  140. RIGHTMARGIN, 304
  141. END
  142. IDD_DIALOG_SUMMARY, DIALOG
  143. BEGIN
  144. LEFTMARGIN, 7
  145. RIGHTMARGIN, 304
  146. END
  147. IDD_DIALOG_CONFIG_ALL, DIALOG
  148. BEGIN
  149. LEFTMARGIN, 7
  150. RIGHTMARGIN, 245
  151. TOPMARGIN, 7
  152. BOTTOMMARGIN, 211
  153. END
  154. IDD_PORT_SETTINGS, DIALOG
  155. BEGIN
  156. LEFTMARGIN, 7
  157. RIGHTMARGIN, 251
  158. TOPMARGIN, 8
  159. BOTTOMMARGIN, 211
  160. END
  161. IDD_DIALOG_MULTIPORT, DIALOG
  162. BEGIN
  163. LEFTMARGIN, 7
  164. TOPMARGIN, 7
  165. BOTTOMMARGIN, 136
  166. END
  167. END
  168. #endif // APSTUDIO_INVOKED
  169. #ifdef APSTUDIO_INVOKED
  170. /////////////////////////////////////////////////////////////////////////////
  171. //
  172. // TEXTINCLUDE
  173. //
  174. 1 TEXTINCLUDE DISCARDABLE
  175. BEGIN
  176. "resource.h\0"
  177. END
  178. 2 TEXTINCLUDE DISCARDABLE
  179. BEGIN
  180. "#include ""afxres.h""\r\n"
  181. "\0"
  182. END
  183. 3 TEXTINCLUDE DISCARDABLE
  184. BEGIN
  185. "\r\n"
  186. "\0"
  187. END
  188. #endif // APSTUDIO_INVOKED
  189. /////////////////////////////////////////////////////////////////////////////
  190. //
  191. // Bitmap
  192. //
  193. IDB_WATERMARK BITMAP DISCARDABLE "res\\big.bmp"
  194. IDB_BANNER BITMAP DISCARDABLE "res\\small.bmp"
  195. /////////////////////////////////////////////////////////////////////////////
  196. //
  197. // String Table
  198. //
  199. STRINGTABLE DISCARDABLE
  200. BEGIN
  201. IDS_STRING_CONFIG_TITLE "Configure Standard TCP/IP Port Monitor"
  202. IDS_STRING_ALLPORTS_TITLE "Global Settings"
  203. IDS_STRING_PORTPAGE_TITLE "Port Settings"
  204. IDS_STRING_ADDPORT_TITLE "Add Standard TCP/IP Printer Port Wizard"
  205. IDS_STRING_ERROR_ADDRESS_NOT_VALID
  206. "The address is not valid. Please enter a valid address and try again."
  207. IDS_STRING_ERROR_TITLE "Error"
  208. IDS_STRING_ERROR_PORTNAME_NOT_VALID
  209. "The port name is not valid. Enter a valid port name and try again."
  210. IDS_STRING_ERROR_PORTNAME_NOT_UNIQUE
  211. "A port with that name already exists. Choose another port name."
  212. IDS_STRING_ERROR_LOADING_TCPMIB_LIB "Error loading the Tcp Mib library."
  213. IDS_STRING_YES "Yes"
  214. IDS_STRING_NO "No"
  215. IDS_STRING_RAW "RAW"
  216. IDS_STRING_LPR "LPR"
  217. IDS_STRING_PORT "Port"
  218. IDS_STRING_UNKNOWN_DEVICE "Unlisted Device"
  219. END
  220. STRINGTABLE DISCARDABLE
  221. BEGIN
  222. IDS_STRING_ERROR_PORT_NUMBER_NOT_VALID
  223. "The port number is not valid. Enter a valid port number."
  224. IDS_STRING_ERROR_QNAME_NOT_VALID "The Queue Name is not valid."
  225. IDS_STRING_ERROR_COMMUNITY_NAME_NOT_VALID
  226. "The Community Name is not valid."
  227. IDS_STRING_ERROR_SNMP_DEVINDEX_NOT_VALID "The Device Index is not valid."
  228. IDS_STRING_ADDPORT_HEADER "Add Port"
  229. IDS_STRING_ADDPORT_SUBTITLE "For which device do you want to add a port?"
  230. IDS_STRING_MOREINFO_HEADER "Additional Port Information Required"
  231. IDS_STRING_MOREINFO_SUBTITLE "The device could not be identified."
  232. IDS_STRING_DEV_NOT_FOUND
  233. "The device is not found on the network. Be sure that:\n\n1. The device is turned on.\n2. The network is connected.\n3. The device is properly configured.\n4. The address on the previous page is correct.\n\nIf you think the address is not correct, click Back to return to the previous page. Then correct the address and perform another search on the network. If you are sure the address is correct, select the device type below."
  234. IDS_STRING_MULTI_PORT_DEV
  235. "The selected device has multiple ports. Choose the port from the given list. If the port you want to use is not in the list then go back to the previous page and make sure that the information that you entered is correct."
  236. IDS_STRING_UNKNOWN_DEV "The detected device is of unknown type. Be sure that:\n1. The device is properly configured.\n2. The address on the previous page is correct.\n\nEither correct the address and perform another search on the network by returning to the previous wizard page or select the device type if you are sure the address is correct."
  237. IDS_STRING_ERROR_LOADING_TCPMON_LIB
  238. "Error loading the Standard TCP/IP Monitor library."
  239. IDS_STRING_ERROR_LOADING_WINSPOOL_LIB
  240. "Error loading the windows print spooler driver library."
  241. IDS_STRING_NAME_IP "IP_"
  242. IDS_STRING_ERROR_ERRMSG "There was an error displaying the system error message."
  243. IDS_STRING_ADD_PORT "Enter the Printer Name or IP address, and a port name for the desired device."
  244. IDS_MULTIPORT_HEADER "Additional Port Information Required"
  245. IDS_MULTIPORT_SUBTITLE "The device has multiple Ports."
  246. END
  247. STRINGTABLE DISCARDABLE
  248. BEGIN
  249. IDS_LARGEFONTNAME "Verdana Bold"
  250. IDS_LARGEFONTSIZE "12"
  251. END
  252. STRINGTABLE DISCARDABLE
  253. BEGIN
  254. IDS_GENERIC_NETWORK_CARD "Generic Network Card"
  255. END
  256. #endif // English (U.S.) resources
  257. /////////////////////////////////////////////////////////////////////////////
  258. #ifndef APSTUDIO_INVOKED
  259. /////////////////////////////////////////////////////////////////////////////
  260. //
  261. // Generated from the TEXTINCLUDE 3 resource.
  262. //
  263. /////////////////////////////////////////////////////////////////////////////
  264. #endif // not APSTUDIO_INVOKED
  265. #include <ntverp.h>
  266. #define VER_FILETYPE VFT_DLL
  267. #define VER_FILESUBTYPE VFT2_UNKNOWN
  268. #define VER_FILEDESCRIPTION_STR "Standard TCP/IP Port Monitor UI DLL"
  269. #define VER_INTERNALNAME_STR "tcpmonui.dll"
  270. #define VER_ORIGINALFILENAME_STR "tcpmonui.dll"
  271. #include "common.ver"