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.

229 lines
8.2 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #include "rtrres.h"
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.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. "rtrres.h\0"
  29. "\0"
  30. END
  31. 2 TEXTINCLUDE DISCARDABLE
  32. BEGIN
  33. "#include ""afxres.h""\r\n"
  34. "\0"
  35. END
  36. 3 TEXTINCLUDE DISCARDABLE
  37. BEGIN
  38. "\r\n"
  39. "\0"
  40. END
  41. #endif // APSTUDIO_INVOKED
  42. /////////////////////////////////////////////////////////////////////////////
  43. //
  44. // DESIGNINFO
  45. //
  46. #ifdef APSTUDIO_INVOKED
  47. GUIDELINES DESIGNINFO DISCARDABLE
  48. BEGIN
  49. IDD_ADD, DIALOG
  50. BEGIN
  51. LEFTMARGIN, 7
  52. RIGHTMARGIN, 245
  53. TOPMARGIN, 7
  54. BOTTOMMARGIN, 211
  55. END
  56. END
  57. #endif // APSTUDIO_INVOKED
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Dialog
  61. //
  62. IDD_ADD DIALOGEX 0, 0, 252, 218
  63. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  64. CAPTION "Generic Add Dialog"
  65. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  66. BEGIN
  67. LTEXT "This routing protocol runs on the interface that you select below.",
  68. IDC_ADD_TEXT_PROMPT,7,7,238,9
  69. LTEXT "I&nterface:",IDC_ADD_TEXT_TITLE,7,22,238,8
  70. CONTROL "List1",IDC_ADD_LIST,"SysListView32",LVS_REPORT |
  71. LVS_SINGLESEL | LVS_SORTASCENDING | LVS_SHAREIMAGELISTS |
  72. LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,32,238,149,
  73. WS_EX_CLIENTEDGE
  74. DEFPUSHBUTTON "OK",IDOK,141,197,50,14
  75. PUSHBUTTON "Cancel",IDCANCEL,195,197,50,14
  76. END
  77. /////////////////////////////////////////////////////////////////////////////
  78. //
  79. // Icon
  80. //
  81. // Icon with lowest ID value placed first to ensure application icon
  82. // remains consistent on all systems.
  83. IDI_RTRLIB_CHECK ICON DISCARDABLE "..\\common\\res\\check.ico"
  84. IDI_RTRLIB_UNCHECK ICON DISCARDABLE "..\\common\\res\\uncheck.ico"
  85. IDI_RTRLIB_PROTOCOL ICON DISCARDABLE "..\\rtrlib\\res\\protocol.ico"
  86. IDI_RTRLIB_LAN ICON DISCARDABLE "..\\rtrlib\\res\\net02.ico"
  87. IDI_RTRLIB_WAN ICON DISCARDABLE "..\\rtrlib\\res\\net03.ico"
  88. /////////////////////////////////////////////////////////////////////////////
  89. //
  90. // Bitmap
  91. //
  92. IDB_RTRLIB_IMAGELIST BITMAP DISCARDABLE "..\\rtrlib\\res\\images.bmp"
  93. /////////////////////////////////////////////////////////////////////////////
  94. //
  95. // String Table
  96. //
  97. STRINGTABLE DISCARDABLE
  98. BEGIN
  99. IDS_UNKNOWN "Unknown"
  100. IDS_IFTYPE_CLIENT "Client"
  101. IDS_IFTYPE_HOMEROUTER "Home Router"
  102. IDS_IFTYPE_FULLROUTER "Demand-dial"
  103. IDS_IFTYPE_DEDICATED "Dedicated"
  104. IDS_IFTYPE_INTERNAL "Internal"
  105. IDS_IFTYPE_LOOPBACK "Loopback"
  106. IDS_IFTYPE_UNKNOWN "Unknown"
  107. IDS_CONNSTATE_CONNECTED "Connected"
  108. IDS_CONNSTATE_CONNECTING "Connecting"
  109. IDS_CONNSTATE_DISCONNECTED "Disconnected"
  110. IDS_CONNSTATE_UNREACHABLE "Unreachable"
  111. IDS_CONNSTATE_UNKNOWN "Unknown"
  112. IDS_STATUS_ENABLED "Enabled"
  113. IDS_STATUS_DISABLED "Disabled"
  114. IDS_STATUS_UNKNOWN "Unknown"
  115. END
  116. STRINGTABLE DISCARDABLE
  117. BEGIN
  118. IDS_ADMIN_STATUS_UP "Up"
  119. IDS_ADMIN_STATUS_DOWN "Down"
  120. IDS_ADMIN_STATUS_TESTING "Testing"
  121. IDS_ADMIN_STATUS_UNKNOWN "Unknown"
  122. IDS_OPER_STATUS_NON_OPERATIONAL "Non-operational"
  123. IDS_OPER_STATUS_UNREACHABLE "Unreachable"
  124. IDS_OPER_STATUS_DISCONNECTED "Disconnected"
  125. IDS_OPER_STATUS_CONNECTING "Connecting"
  126. IDS_OPER_STATUS_CONNECTED "Connected"
  127. IDS_OPER_STATUS_OPERATIONAL "Operational"
  128. IDS_OPER_STATUS_UNKNOWN "Unknown"
  129. IDS_ENABLED "Enabled"
  130. IDS_DISABLED "Disabled"
  131. IDS_SELECT_INTERFACE "Select Interface"
  132. IDS_ADD_INTERFACES "I&nterfaces:"
  133. IDS_CLICK_RMINTERFACE "This routing manager runs on the interface that you select below."
  134. END
  135. STRINGTABLE DISCARDABLE
  136. BEGIN
  137. IDS_SELECT_INTERFACE_FOR "New Interface for %1"
  138. IDS_CLICK_RPINTERFACE "This routing protocol runs on the interface that you select below."
  139. IDS_SELECT_PROTOCOL "New Routing Protocol"
  140. IDS_ADD_PROTOCOL "&Routing protocols:"
  141. IDS_CLICK_PROTOCOL "Click the routing protocol that you want to add, then click OK."
  142. IDS_IFTYPE_TUNNEL1 "Tunnel1"
  143. IDS_NO_INDEX_NAME_MATCH "The following name is unavailable: index %d."
  144. END
  145. STRINGTABLE DISCARDABLE
  146. BEGIN
  147. IDS_ERR_UNREACH_NOT_LOADED
  148. "\nThe Routing and Remote Access service did not load the interface. Check the event log for details. \n"
  149. IDS_ERR_UNREACH_NO_PORTS
  150. "\nAll devices are busy. There are no ports available for the interface to establish a connection. \n"
  151. IDS_ERR_UNREACH_ADMIN_DISABLED "\nThe interface has been disabled.\n"
  152. IDS_ERR_UNREACH_CONNECT_FAILURE
  153. "The last connection attempt failed because:\n"
  154. END
  155. STRINGTABLE DISCARDABLE
  156. BEGIN
  157. IDS_ERR_UNREACH_SERVICE_PAUSED "\nThe router service is paused.\n"
  158. IDS_ERR_UNREACH_NOT_RUNNING
  159. "\nThe Routing and Remote Access service is not running on the specified computer.\n"
  160. IDS_ERR_UNREACH_UNKNOWN "\nAn unspecified error occurred.\n"
  161. IDS_ERR_NOINTERFACES "No new router interfaces are available for addition."
  162. IDS_ERR_NOROUTINGPROTOCOLS
  163. "No additional routing protocols are available for installation."
  164. IDS_WARN_ADD_PROTOCOL_CONFLICT
  165. "%1 from %2 must be removed before %3 from %4 can be installed. Do you want to remove it?"
  166. IDS_ERR_UNABLE_TO_REMOVE_PROTOCOL
  167. " The protocol cannot be removed because: \n\n"
  168. IDS_ERR_BAD_CLASSREG "An error occurred during the loading of protocol information for %1."
  169. IDS_ERR_BAD_CLASSREG_GEEK
  170. "The most likely cause of this error is that the file Rrasprxy.dll is not registered. Run ""regsvr32 Rrasprxy.dll""."
  171. IDS_ERR_BAD_INTERFACE "An error occurred during the loading of protocol information for %1. Windows cannot retrieve the information from %1."
  172. IDS_ERR_BAD_INTERFACE_GEEK
  173. "The remote DCOM server on %1 cannot be found. Make sure that the DCOM server on %1 is registered. Run ""regsvr32 Rrasprxy.dll"" and check that Remrras.exe is in the same folder as Rrasprxy.dll."
  174. IDS_ERR_UNREACH_NO_MEDIA_SENSE
  175. "\nThe network device is not connected to the network.\n"
  176. IDS_ERR_UNREACH_DIALOUT_HOURS_RESTRICTION
  177. "\nThe network device cannot connect at this time due to the dial-out hours restriction.\n"
  178. IDS_WARN_PROTOCOL_ALREADY_INSTALLED
  179. "%1 from %2 is already installed on the computer. Do you want to reinstall %1?"
  180. END
  181. STRINGTABLE DISCARDABLE
  182. BEGIN
  183. IDS_DEFAULT_HELP_TOPIC "\\help\\rrasconcepts.chm::/sag_RRAStopnode.htm"
  184. IDS_DEFAULT_TASKPAD_DISPLAY_TITLE
  185. "Routing and Remote Access Administration"
  186. IDS_PROTO_NAT_BASIC_FIREWALL "NAT/Basic Firewall"
  187. END
  188. #endif // English (U.S.) resources
  189. /////////////////////////////////////////////////////////////////////////////
  190. #ifndef APSTUDIO_INVOKED
  191. /////////////////////////////////////////////////////////////////////////////
  192. //
  193. // Generated from the TEXTINCLUDE 3 resource.
  194. //
  195. /////////////////////////////////////////////////////////////////////////////
  196. #endif // not APSTUDIO_INVOKED