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.

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