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.

210 lines
7.0 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "ipxstrs.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "windows.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. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "ipxstrs.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""windows.h""\0"
  31. END
  32. 3 TEXTINCLUDE DISCARDABLE
  33. BEGIN
  34. "\r\n"
  35. "\0"
  36. END
  37. #endif // APSTUDIO_INVOKED
  38. /////////////////////////////////////////////////////////////////////////////
  39. //
  40. // String Table
  41. //
  42. STRINGTABLE DISCARDABLE
  43. BEGIN
  44. HLP_GROUP_ADD "Adds a configuration entry to a list of entries.\n"
  45. HLP_GROUP_DELETE "Deletes a configuration entry from a list of entries.\n"
  46. HLP_GROUP_SET "Sets configuration information.\n"
  47. HLP_GROUP_SHOW "Displays configuration information.\n"
  48. HLP_IPXRIP_ADD_FILTER "Adds a protocol filter entry to the list of filters.\n"
  49. HLP_IPXRIP_DEL_FILTER "Deletes a protocol filter entry from the list of filters.\n"
  50. HLP_IPXRIP_SET_FILTER "Updates a protocol filter entry in the list of filters.\n"
  51. HLP_IPXRIP_SHOW_FILTER "Displays the list of protocol filters.\n"
  52. HLP_IPXRIP_SET_INTERFACE "Updates the protocol configuration on an interface.\n"
  53. HLP_IPXRIP_SHOW_INTERFACE "Displays the protocol configuration on an interface.\n"
  54. HLP_IPXRIP_SET_GLOBAL "Updates the global protocol configuration.\n"
  55. HLP_IPXRIP_SHOW_GLOBAL "Displays the global protocol configuration.\n"
  56. HLP_IPXNB_ADD_NAME "Adds a NETBIOS name to the list of NETBIOS names.\n"
  57. HLP_IPXNB_DEL_NAME "Deletes a NETBIOS name from the list of NETBIOS names.\n"
  58. HLP_IPXNB_SHOW_NAME "Displays the list of NETBIOS names.\n"
  59. HLP_IPXRIP_DUMP "Dumps IPX protocol configuration to a text file.\n"
  60. HLP_IPXRIP_DUMP_EX, "\
  61. \nUsage: %1!s!\n\
  62. \nRemarks:\
  63. \n Creates a script that contains the current configuration. If saved\
  64. \n to a file, this script can be used to restore altered configuration\
  65. \n settings.\n"
  66. HLP_IPXRIP_HELP1 "Display command help.\n"
  67. HLP_IPXRIP_HELP1_EX, "\
  68. \nUsage: %1!s!\n\
  69. \n Displays a list of commands.\n\n"
  70. HLP_HELP_START "%1!-14s! - "
  71. HLP_HELP_START1 "%1!-20s! - "
  72. HLP_IPX_RIPIF, "\
  73. \nObject INTERFACE is used to configure and monitor RIP interfaces.\
  74. \nCommand syntax:\
  75. \n SHOW INTERFACE [ifname] \
  76. \n SET INTERFACE ifname [[ADMSTATE= ] admstate] [[ADVERTISE=] admstate] \
  77. \n [[LISTEN= ] admstate] [[UPDATEMODE=] updmode] [[INTERVAL=] updint] \
  78. \n [[AGEMULTIPLIER=] mult]\
  79. \nWhere:\
  80. \n ifname - name of the interface (use Dial-In for RAS clients).\
  81. \n admstate - ENABLED or DISABLED.\
  82. \n updmode - STANDARD, NONE, or AUTOSTATIC.\
  83. \n updint - update interval in seconds.\
  84. \n mult - route aging multiplier.\
  85. \n\n"
  86. HLP_IPX_SAPIF, "\
  87. \nObject INTERFACE is used to configure and monitor SAP interfaces.\
  88. \nCommand syntax:\
  89. \n SHOW INTERFACE [ifname] \
  90. \n SET INTERFACE ifname [[ADMSTATE= ] admstate] [[ADVERTISE=] admstate]\
  91. \n [[LISTEN= ] admstate] [[GNSREPLY= ] admstate] [[UPDATEMODE=] updmode]\
  92. \n [[INTERVAL=] updint] [[AGEMULTIPLIER=] mult]\
  93. \nWhere:\
  94. \n ifname - name of the interface (use Dial-In for RAS clients).\
  95. \n admstate - ENABLED or DISABLED.\
  96. \n updmode - STANDARD, NONE, or AUTOSTATIC.\
  97. \n updint - update interval in seconds.\
  98. \n mult - service aging multiplier.\
  99. \n\n"
  100. HLP_IPX_NBIF, "\
  101. \nObject INTERFACE is used to configure propagation of NBIPX broadcasts and to\
  102. \nmonitor NBIPX traffic on router interfaces.\
  103. \nCommand syntax:\
  104. \n SHOW INTERFACE [ifname]\
  105. \n SET INTERFACE ifname [[BCASTACCEPT=] accmode] [[BCASTDELIVER=] delmode]\
  106. \nWhere:\
  107. \n ifname - name of the interface (use Dial-In for RAS clients).\
  108. \n accnode - ENABLED or DISABLED.\
  109. \n delmode - ENABLED, DISABLED, STATICONLY, ONLYWHENUP.\
  110. \n\n"
  111. HLP_IPX_NBNAME, "\
  112. \nObject NBNAME is used to configure static NETBIOS names on router interfaces.\
  113. \nCommand syntax:\
  114. \n SHOW NBNAME ifname\
  115. \n ADD NBNAME ifname nbname [nbtype]\
  116. \n DELETE NBNAME ifname nbname [nbtype]\
  117. \nWhere:\
  118. \n ifname - name of the interface.\
  119. \n nbname - NETBIOS name.\
  120. \n nbtype - 1-byte NETBIOS name type (up to 2 hex digits, leading 0's optional).\
  121. \n\n"
  122. HLP_IPX_RIPFILTER, "\
  123. \nObject FILTER is used to configure RIP filters on router interfaces.\
  124. \nCommand syntax:\
  125. \n SHOW FILTER ifname [mode]\
  126. \n ADD FILTER ifname mode net mask\
  127. \n DELETE FILTER ifname mode net mask\
  128. \n SET FILTER ifname mode action\
  129. \nWhere:\
  130. \n ifname - name of the interface.\
  131. \n mode - INPUT or OUTPUT.\
  132. \n net - 4-byte network address (up to 8 hex digits, leading 0's optional).\
  133. \n mask - 4-byte network mask (up to 8 hex digits, leading 0's optional).\
  134. \n action - PERMIT or DENY.\
  135. \n\n"
  136. HLP_IPX_SAPFILTER, "\
  137. \nObject FILTER is used to configure SAP filters on router interfaces.\
  138. \nCommand syntax:\
  139. \n SHOW FILTER ifname [mode]\
  140. \n ADD FILTER ifname mode svtype svname\
  141. \n DELETE FILTER ifname mode svtype svname\
  142. \n SET FILTER ifname mode action\
  143. \nWhere:\
  144. \n ifname - name of the interface.\
  145. \n mode - INPUT or OUTPUT.\
  146. \n svtype - 2-byte service type (up to 4 hex digits, leading 0's optional).\
  147. \n svname - service name.\
  148. \n action - PERMIT or DENY.\
  149. \n\n"
  150. HLP_IPX_RIPGL, "\
  151. \nObject GLOBAL is used to configure RIP global settings.\
  152. \nCommand syntax:\
  153. \n SHOW GLOBAL\
  154. \n SET GLOBAL [[LOGLEVEL=] level]\
  155. \nWhere:\
  156. \n level - NONE, Errors_Only, Warnings_And_Errors, Maximum_Information.\
  157. \n\n"
  158. HLP_IPX_SAPGL, "\
  159. \nObject GLOBAL is used to configure SAP global settings.\
  160. \nCommand syntax:\
  161. \n SHOW GLOBAL\
  162. \n SET GLOBAL [[LOGLEVEL=] level]\
  163. \nWhere:\
  164. \n level - NONE, Errors_Only, Warnings_And_Errors, Maximum_Information.\
  165. \n\n"
  166. END
  167. #endif // English (U.S.) resources
  168. /////////////////////////////////////////////////////////////////////////////
  169. #ifndef APSTUDIO_INVOKED
  170. /////////////////////////////////////////////////////////////////////////////
  171. //
  172. // Generated from the TEXTINCLUDE 3 resource.
  173. //
  174. /////////////////////////////////////////////////////////////////////////////
  175. #endif // not APSTUDIO_INVOKED