Source code of Windows XP (NT5)
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.

452 lines
18 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 "afxres.h"
  10. #include "..\tfscore\tfsres.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. #undef APSTUDIO_READONLY_SYMBOLS
  13. /////////////////////////////////////////////////////////////////////////////
  14. // English (U.S.) resources
  15. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  16. #ifdef _WIN32
  17. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  18. #pragma code_page(1252)
  19. #endif //_WIN32
  20. #ifdef APSTUDIO_INVOKED
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // TEXTINCLUDE
  24. //
  25. 1 TEXTINCLUDE DISCARDABLE
  26. BEGIN
  27. "resource.h\0"
  28. END
  29. 2 TEXTINCLUDE DISCARDABLE
  30. BEGIN
  31. "#include ""afxres.h""\r\n"
  32. "#include ""..\\tfscore\\tfsres.h""\0"
  33. "\0"
  34. END
  35. 3 TEXTINCLUDE DISCARDABLE
  36. BEGIN
  37. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  38. "#define _AFX_NO_OLE_RESOURCES\r\n"
  39. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  40. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  41. "\r\n"
  42. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  43. "#ifdef _WIN32\r\n"
  44. "LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US\r\n"
  45. "#pragma code_page(1252)\r\n"
  46. "#endif\r\n"
  47. "#include ""..\\tfscore\\tfscore.rc""\r\n"
  48. "#include ""res\\rtrfiltr.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  49. "#include ""afxres.rc"" // Standard components\r\n"
  50. "#endif\0"
  51. END
  52. #endif // APSTUDIO_INVOKED
  53. /////////////////////////////////////////////////////////////////////////////
  54. //
  55. // Dialog
  56. //
  57. IDD_IPXFILTER_INPUT DIALOGEX 0, 0, 317, 218
  58. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  59. EXSTYLE WS_EX_CONTEXTHELP
  60. CAPTION "Input Filters"
  61. FONT 8, "MS Shell Dlg"
  62. BEGIN
  63. LTEXT "Filter action:",IDC_STATIC,7,22,303,8
  64. CONTROL "Dr&op all packets that meet the criteria below",
  65. IDC_IPX_PERMIT,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  66. BS_MULTILINE,7,35,303,10
  67. CONTROL "&Receive only packets that meet the criteria below",
  68. IDC_IPX_DENY,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  69. BS_MULTILINE,7,48,303,10
  70. LTEXT "&Filters:",IDC_STATIC,7,65,303,8
  71. CONTROL "List1",IDC_IPX_FILTER_LIST,"SysListView32",LVS_REPORT |
  72. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER |
  73. WS_BORDER | WS_TABSTOP,7,75,303,85
  74. PUSHBUTTON "&New...",IDC_IPX_FILTER_ADD,151,164,50,14
  75. PUSHBUTTON "&Edit...",IDC_IPX_FILTER_EDIT,205,164,50,14
  76. PUSHBUTTON "&Delete",IDC_IPX_FILTER_DELETE,260,164,50,14
  77. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,187,
  78. 303,1
  79. DEFPUSHBUTTON "OK",IDOK,205,197,50,14
  80. PUSHBUTTON "Cancel",IDCANCEL,260,197,50,14
  81. LTEXT "Input filters limit the types of network packets that this routing interface can receive. ",
  82. IDC_STATIC,7,7,264,8
  83. END
  84. IDD_IPXFILTER_ADDEDIT DIALOGEX 0, 0, 252, 255
  85. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  86. EXSTYLE WS_EX_CONTEXTHELP
  87. CAPTION "New Filter"
  88. FONT 8, "MS Shell Dlg"
  89. BEGIN
  90. LTEXT "Enter hexadecimal values in the text boxes below.",
  91. IDC_STATIC,7,7,158,8
  92. // CONTROL "&From source",IDC_CHECK1,"Button",BS_AUTOCHECKBOX |
  93. // WS_TABSTOP,7,22,238,10
  94. LTEXT "&From source",IDC_STATIC, 7,22,238,10
  95. LTEXT "&Network number:",IDC_AI_ST_SRC_NET,20,41,89,8
  96. EDITTEXT IDC_AEIPX_EB_SRC_NET,143,38,64,14,ES_AUTOHSCROLL
  97. LTEXT "N&etwork mask:",IDC_AI_ST_SRC_MASK,20,59,89,8
  98. EDITTEXT IDC_AEIPX_EB_SRC_MASK,143,56,64,14,ES_AUTOHSCROLL
  99. LTEXT "N&ode (optional):",IDC_AI_ST_SRC_NODE,20,77,89,8
  100. EDITTEXT IDC_AEIPX_EB_SRC_NODE,143,75,102,14,ES_AUTOHSCROLL
  101. LTEXT "&Socket (optional):",IDC_AI_ST_SRC_SOCKET,20,97,89,8
  102. EDITTEXT IDC_AEIPX_EB_SRC_SOCKET,143,94,35,14,ES_AUTOHSCROLL
  103. // CONTROL "&To destination",IDC_CHECK2,"Button",BS_AUTOCHECKBOX |
  104. // WS_TABSTOP,7,115,238,10
  105. LTEXT "&To destination",IDC_STATIC,7,115,238,10
  106. LTEXT "Net&work number:",IDC_AI_ST_DST_NET,20,134,89,8
  107. EDITTEXT IDC_AEIPX_EB_DST_NET,142,131,63,14,ES_AUTOHSCROLL
  108. LTEXT "Network &mask:",IDC_AI_ST_DST_MASK,20,153,89,8
  109. EDITTEXT IDC_AEIPX_EB_DST_MASK,142,150,63,14,ES_AUTOHSCROLL
  110. LTEXT "No&de (optional):",IDC_AI_ST_DST_NODE,20,171,89,8
  111. EDITTEXT IDC_AEIPX_EB_DST_NODE,142,168,103,14,ES_AUTOHSCROLL
  112. LTEXT "Soc&ket (optional):",IDC_AI_ST_DST_SOCKET,20,190,89,8
  113. EDITTEXT IDC_AEIPX_EB_DST_SOCKET,142,187,35,14,ES_AUTOHSCROLL
  114. LTEXT "&Packet type:",IDC_AI_ST_PACKET_TYPE,7,214,49,9
  115. EDITTEXT IDC_AEIPX_EB_PACKET_TYPE,66,211,179,14,ES_AUTOHSCROLL
  116. DEFPUSHBUTTON "OK",IDOK,141,234,50,14
  117. PUSHBUTTON "Cancel",IDCANCEL,195,234,50,14
  118. END
  119. IDD_IPFILTER DIALOGEX 0, 0, 317, 218
  120. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  121. EXSTYLE WS_EX_CONTEXTHELP
  122. CAPTION "Input Filters"
  123. FONT 8, "MS Shell Dlg"
  124. BEGIN
  125. LTEXT "These filters control which packets are received for forwarding or processing on this interface.",
  126. IDC_STATIC,7,7,303,8
  127. CONTROL "&Receive all packets except those that meet the criteria below",
  128. IDC_IP_PERMIT,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  129. BS_MULTILINE | WS_GROUP | WS_TABSTOP,7,35,303,10
  130. CONTROL "Drop all packets &except those that meet the criteria below",
  131. IDC_IP_DENY,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  132. BS_MULTILINE,7,49,303,9
  133. LTEXT "&Filters: ",IDC_STATIC,7,64,303,8
  134. CONTROL "List1",IDC_IP_FILTER_LIST,"SysListView32",LVS_REPORT |
  135. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER |
  136. WS_BORDER | WS_TABSTOP,7,74,303,86
  137. PUSHBUTTON "&New...",IDC_IP_FILTER_ADD,151,165,50,14
  138. PUSHBUTTON "&Edit...",IDC_IP_FILTER_EDIT,205,165,50,14
  139. PUSHBUTTON "&Delete",IDC_IP_FILTER_DELETE,260,165,50,14
  140. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,188,
  141. 303,1
  142. DEFPUSHBUTTON "OK",IDOK,206,197,50,14
  143. PUSHBUTTON "Cancel",IDCANCEL,260,197,50,14
  144. LTEXT "Filter action:",IDC_STATIC,7,22,39,8
  145. END
  146. IDD_IPFILTER_ADDEDIT DIALOG DISCARDABLE 0, 0, 252, 218
  147. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  148. EXSTYLE WS_EX_CONTEXTHELP
  149. CAPTION "IP Filter"
  150. FONT 8, "MS Shell Dlg"
  151. BEGIN
  152. CONTROL "&Source network",IDC_AEIP_CB_SOURCE,"Button",
  153. BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,7,
  154. 238,10
  155. LTEXT "I&P address:",IDC_AEIP_ST_SOURCE_ADDRESS,19,25,73,8
  156. CONTROL "Custom1",IDC_AEIP_EB_SOURCE_ADDRESS,"IpAddress",
  157. WS_BORDER | WS_TABSTOP,96,22,80,14
  158. LTEXT "S&ubnet mask:",IDC_AEIP_ST_SOURCE_MASK,19,43,73,8
  159. CONTROL "Custom1",IDC_AEIP_EB_SOURCE_MASK,"IpAddress",WS_BORDER |
  160. WS_TABSTOP,96,40,80,14
  161. CONTROL "&Destination network",IDC_AEIP_CB_DEST,"Button",
  162. BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,
  163. 63,238,10
  164. LTEXT "IP &address:",IDC_AEIP_ST_DEST_ADDRESS,19,81,73,8
  165. CONTROL "Custom1",IDC_AEIP_EB_DEST_ADDRESS,"IpAddress",WS_BORDER |
  166. WS_TABSTOP,96,78,80,14
  167. LTEXT "Su&bnet mask:",IDC_AEIP_ST_DEST_MASK,19,99,73,8
  168. CONTROL "Custom1",IDC_AEIP_EB_DEST_MASK,"IpAddress",WS_BORDER |
  169. WS_TABSTOP,96,96,80,14
  170. LTEXT "Pr&otocol:",IDC_STATIC,7,123,85,8
  171. COMBOBOX IDC_AEIP_CB_PROTOCOL,96,121,120,70,CBS_DROPDOWNLIST |
  172. WS_VSCROLL | WS_TABSTOP
  173. LTEXT "Sourc&e port:",IDC_AEIP_ST_SRC_PORT,7,140,85,10
  174. EDITTEXT IDC_AEIP_CB_SRC_PORT,96,137,80,14,ES_AUTOHSCROLL |
  175. ES_NUMBER
  176. LTEXT "Desti&nation port:",IDC_AEIP_ST_DEST_PORT,7,158,85,10
  177. EDITTEXT IDC_AEIP_CB_DEST_PORT,96,155,80,14,ES_AUTOHSCROLL |
  178. ES_NUMBER
  179. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,189,
  180. 238,1
  181. DEFPUSHBUTTON "OK",IDOK,141,197,50,14
  182. PUSHBUTTON "Cancel",IDCANCEL,195,197,50,14
  183. END
  184. IDD_IPFILTER_DD DIALOGEX 0, 0, 317, 218
  185. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  186. EXSTYLE WS_EX_CONTEXTHELP
  187. CAPTION "Set IP Demand-dial Filters"
  188. FONT 8, "MS Shell Dlg"
  189. BEGIN
  190. LTEXT "Initiate connection:",IDC_STATIC,7,22,303,8
  191. CONTROL "&Only for the following traffic",IDC_IP_FILTER_ONLY,
  192. "Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE |
  193. WS_GROUP | WS_TABSTOP,7,35,303,10
  194. CONTROL "Fo&r all traffic except",IDC_IP_FILTER_ALL,"Button",
  195. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,7,48,303,10
  196. LTEXT "You must add a filter to specify when the demand-dial connection can be initiated.",
  197. IDC_STATIC,7,7,303,8
  198. LTEXT "&Filter:",IDC_STATIC,7,63,303,8
  199. CONTROL "List1",IDC_IP_FILTER_LIST,"SysListView32",LVS_REPORT |
  200. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER |
  201. WS_BORDER | WS_TABSTOP,7,73,303,87
  202. PUSHBUTTON "&New...",IDC_IP_FILTER_ADD,152,164,50,14
  203. PUSHBUTTON "&Edit...",IDC_IP_FILTER_EDIT,206,164,50,14
  204. PUSHBUTTON "&Delete",IDC_IP_FILTER_DELETE,260,164,50,14
  205. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,187,
  206. 303,1
  207. DEFPUSHBUTTON "OK",IDOK,206,197,50,14
  208. PUSHBUTTON "Cancel",IDCANCEL,260,197,50,14
  209. END
  210. IDD_IPXFILTER_OUTPUT DIALOG DISCARDABLE 0, 0, 316, 217
  211. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  212. EXSTYLE WS_EX_CONTEXTHELP
  213. CAPTION "Output Filters"
  214. FONT 8, "MS Shell Dlg"
  215. BEGIN
  216. LTEXT "Filter action:",IDC_STATIC,7,22,303,8
  217. CONTROL "Dr&op all packets that meet the criteria below",
  218. IDC_IPX_PERMIT,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  219. BS_MULTILINE,7,35,303,10
  220. CONTROL "&Transmit only packets that meet the criteria below",
  221. IDC_IPX_DENY,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  222. BS_MULTILINE,7,48,303,10
  223. LTEXT "&Filters:",IDC_STATIC,7,65,303,8
  224. CONTROL "List1",IDC_IPX_FILTER_LIST,"SysListView32",LVS_REPORT |
  225. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER |
  226. WS_BORDER | WS_TABSTOP,7,75,303,85
  227. PUSHBUTTON "&New...",IDC_IPX_FILTER_ADD,151,164,50,14
  228. PUSHBUTTON "&Edit...",IDC_IPX_FILTER_EDIT,205,164,50,14
  229. PUSHBUTTON "&Delete",IDC_IPX_FILTER_DELETE,260,164,50,14
  230. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,187,
  231. 303,1
  232. DEFPUSHBUTTON "OK",IDOK,205,197,50,14
  233. PUSHBUTTON "Cancel",IDCANCEL,260,197,50,14
  234. LTEXT "Output filters limit the types of network packets that this routing interface can transmit. ",
  235. IDC_STATIC,7,7,270,8
  236. END
  237. /////////////////////////////////////////////////////////////////////////////
  238. //
  239. // DESIGNINFO
  240. //
  241. #ifdef APSTUDIO_INVOKED
  242. GUIDELINES DESIGNINFO DISCARDABLE
  243. BEGIN
  244. IDD_IPXFILTER_INPUT, DIALOG
  245. BEGIN
  246. LEFTMARGIN, 7
  247. RIGHTMARGIN, 310
  248. VERTGUIDE, 255
  249. TOPMARGIN, 7
  250. BOTTOMMARGIN, 211
  251. END
  252. IDD_IPXFILTER_ADDEDIT, DIALOG
  253. BEGIN
  254. LEFTMARGIN, 7
  255. RIGHTMARGIN, 245
  256. VERTGUIDE, 20
  257. VERTGUIDE, 66
  258. VERTGUIDE, 109
  259. VERTGUIDE, 116
  260. VERTGUIDE, 142
  261. VERTGUIDE, 152
  262. VERTGUIDE, 166
  263. VERTGUIDE, 191
  264. VERTGUIDE, 212
  265. VERTGUIDE, 235
  266. TOPMARGIN, 7
  267. BOTTOMMARGIN, 248
  268. HORZGUIDE, 17
  269. HORZGUIDE, 23
  270. HORZGUIDE, 110
  271. HORZGUIDE, 116
  272. END
  273. IDD_IPFILTER, DIALOG
  274. BEGIN
  275. LEFTMARGIN, 7
  276. RIGHTMARGIN, 310
  277. TOPMARGIN, 7
  278. BOTTOMMARGIN, 211
  279. END
  280. IDD_IPFILTER_ADDEDIT, DIALOG
  281. BEGIN
  282. LEFTMARGIN, 7
  283. RIGHTMARGIN, 245
  284. VERTGUIDE, 19
  285. VERTGUIDE, 92
  286. VERTGUIDE, 96
  287. TOPMARGIN, 7
  288. BOTTOMMARGIN, 211
  289. END
  290. IDD_IPFILTER_DD, DIALOG
  291. BEGIN
  292. LEFTMARGIN, 7
  293. RIGHTMARGIN, 310
  294. VERTGUIDE, 19
  295. TOPMARGIN, 7
  296. BOTTOMMARGIN, 211
  297. END
  298. IDD_IPXFILTER_OUTPUT, DIALOG
  299. BEGIN
  300. LEFTMARGIN, 7
  301. RIGHTMARGIN, 309
  302. TOPMARGIN, 7
  303. BOTTOMMARGIN, 210
  304. END
  305. END
  306. #endif // APSTUDIO_INVOKED
  307. /////////////////////////////////////////////////////////////////////////////
  308. //
  309. // String Table
  310. //
  311. STRINGTABLE DISCARDABLE
  312. BEGIN
  313. IDS_RECEIVE "Re&ceive all packets except those that meet the criteria below"
  314. IDS_TRANSMIT "&Transmit all packets except those that meet the criteria below"
  315. IDS_DROP "Dr&op all packets except those that meet the criteria below"
  316. IDS_RECEIVE_NO_FILTER "The option you selected will not allow this interface to receive any packets. To enable this interface to receive packets, select the other option or create a filter."
  317. IDS_TRANSMIT_NO_FILTER "The option you selected will not allow this interface to transmit any packets. To enable this interface to transmit packets, select the other option or create a filter."
  318. IDS_CONSTRUCTION_ERROR "There is not enough memory to complete this operation. Close some programs, and then try again."
  319. IDS_COL_SOURCEADDRESS "Source Address"
  320. IDS_COL_SOURCEMASK "Source Network Mask"
  321. IDS_COL_DESTADDRESS "Destination Address"
  322. IDS_COL_DESTMASK "Destination Mask"
  323. IDS_COL_PROTOCOL "Protocol"
  324. IDS_COL_SOURCEPORT "Source Port or Type"
  325. IDS_COL_DESTPORT "Destination Port or Code"
  326. IDS_PROTOCOL_TCP "TCP"
  327. IDS_PROTOCOL_UDP "UDP"
  328. IDS_PROTOCOL_ICMP "ICMP"
  329. IDS_PROTOCOL_ANY "Any"
  330. END
  331. STRINGTABLE DISCARDABLE
  332. BEGIN
  333. IDS_OTHER_PROTOCOL "Proto&col number:"
  334. IDS_PROTOCOL_TCP_ESTABLISHED "TCP [established]"
  335. IDS_ANY "Any"
  336. IDS_PERUSER_PERMIT "&Permit all traffic except those listed below"
  337. IDS_PERUSER_DENY "Den&y all traffic except those listed below"
  338. IDS_USER_MASK "User's mask"
  339. IDS_USER_ADDRESS "User's address"
  340. IDS_PROTOCOL_UNKNOWN "Unknown"
  341. IDS_IP_ADD_FILTER "Add IP Filter"
  342. IDS_IP_EDIT_FILTER "Edit IP Filter"
  343. IDS_IPX_ADD_FILTER "New Filter"
  344. IDS_IPX_EDIT_FILTER "Edit Filter"
  345. IDS_IP_TITLE_INPUT "Input Filters"
  346. IDS_IP_TITLE_OUTPUT "Output Filters"
  347. IDS_IP_TITLE_DD "Set Demand-dial Filters"
  348. END
  349. STRINGTABLE DISCARDABLE
  350. BEGIN
  351. IDS_PROTOCOL_OTHER "Other"
  352. IDS_ICMP_TYPE "I&CMP type:"
  353. IDS_ICMP_CODE "IC&MP code:"
  354. IDS_SRC_PORT "Sour&ce port:"
  355. IDS_DST_PORT "Desti&nation port:"
  356. IDS_IP_PORT "IP port number"
  357. IDS_ENTER_SRC_ADDRESS "Enter an IP address for the source."
  358. IDS_ENTER_SRC_MASK "Enter a mask for the source address."
  359. IDS_ENTER_DST_ADDRESS "Enter an IP address for the destination."
  360. IDS_ENTER_DST_MASK "Enter a mask for the destination address."
  361. IDS_ENTER_OTHER_PROTOCOL
  362. "The protocol number is not valid. Enter a valid protocol number."
  363. IDS_ERROR_NO_MEMORY "There is not enough memory available to perform this operation. Close some programs, and then try again."
  364. IDS_ERROR_SETTING_BLOCK "Windows could not save the filter information. Confirm that the configuration is correct."
  365. IDS_COL_SOURCENETWORK "Source Network Number"
  366. IDS_COL_SOURCENODE "Source Node"
  367. IDS_COL_SOURCESOCKET "Source Socket"
  368. END
  369. STRINGTABLE DISCARDABLE
  370. BEGIN
  371. IDS_COL_DESTSOCKET "Destination Socket"
  372. IDS_COL_DESTNETWORK "Destination Network"
  373. IDS_COL_DESTNODE "Destination Node"
  374. IDS_COL_PACKETTYPE "Packet Type"
  375. IDS_ENTER_NETWORK "Enter a value for the network number."
  376. IDS_ENTER_MASK "Enter a value for the network mask."
  377. IDS_ENTER_NODE "Enter a value for the node."
  378. IDS_ENTER_SOCKET "Enter a value for the socket."
  379. IDS_ENTER_PACKETTYPE "Enter a value for the packet type."
  380. IDS_INVALID_NETWORK_NUMBER "The network number is not valid."
  381. IDS_INVALID_NODE_NUMBER "The node number is not valid."
  382. IDS_INVALID_SOCKET_NUMBER "The socket number is not valid."
  383. IDS_INVALID_SERVICE_TYPE "The packet type is not valid."
  384. IDS_ENTER_VALID_MASK "Enter a valid network mask."
  385. IDS_INVALID_SRC_MASK "The IP address and the subnet mask entered are not compatible.\nConfirm that both values are correct before continuing."
  386. IDS_INVALID_DST_MASK "The IP address and the subnet mask entered are not compatible.\nConfirm that both values are correct before continuing."
  387. END
  388. STRINGTABLE DISCARDABLE
  389. BEGIN
  390. AFX_IDS_APP_TITLE "Routing and Remote Access"
  391. END
  392. #endif // English (U.S.) resources
  393. /////////////////////////////////////////////////////////////////////////////
  394. #ifndef APSTUDIO_INVOKED
  395. /////////////////////////////////////////////////////////////////////////////
  396. //
  397. // Generated from the TEXTINCLUDE 3 resource.
  398. //
  399. #define _AFX_NO_SPLITTER_RESOURCES
  400. #define _AFX_NO_OLE_RESOURCES
  401. #define _AFX_NO_TRACKER_RESOURCES
  402. #define _AFX_NO_PROPERTY_RESOURCES
  403. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  404. #ifdef _WIN32
  405. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  406. #pragma code_page(1252)
  407. #endif
  408. #include "..\tfscore\tfscore.rc"
  409. #include "res\rtrfiltr.rc2" // non-Microsoft Visual C++ edited resources
  410. #include "afxres.rc" // Standard components
  411. #endif
  412. /////////////////////////////////////////////////////////////////////////////
  413. #endif // not APSTUDIO_INVOKED