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.

90 lines
2.2 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: N M R E S . H
  7. //
  8. // Contents: Master resource header for netman.exe
  9. //
  10. // Notes:
  11. //
  12. // Author: shaunco 15 Sep 1997
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. //+---------------------------------------------------------------------------
  17. // Strings resources
  18. //
  19. #define IDS_INBOUND_CONFIG_CONNECTION_NAME 100
  20. #define IDS_LAN_DEFAULT_CONN_NAME 101
  21. #define IDS_INSTALLQUEUE_CAPTION 102
  22. #define IDS_INSTALLQUEUE_REBOOT_REQUIRED 103
  23. #define IDS_ELAN_DEFAULT_CONN_NAME 104
  24. #define IDS_ATM_DEFAULT_CONN_NAME 105
  25. #define IDS_SHAREDACCESS_DEFAULT_CONN_NAME 106
  26. #define IDS_SHAREDACCESS_CONN_NAME 107
  27. #define IDS_BRIDGE_DEFAULT_CONN_NAME 108
  28. //+---------------------------------------------------------------------------
  29. // Reigstry resources
  30. //
  31. // Netman application
  32. //
  33. #define IDR_NETMAN 100
  34. // Connection Manager
  35. //
  36. #define IDR_CONMAN 101
  37. #define IDR_CONMAN_ENUM 102
  38. // Connection Class Managers
  39. //
  40. #define IDR_INBOUND_CONMAN 103
  41. #define IDR_INBOUND_CONMAN_ENUM 104
  42. #define IDR_LAN_CONMAN 105
  43. #define IDR_LAN_CONMAN_ENUM 106
  44. #define IDR_WAN_CONMAN 107
  45. #define IDR_WAN_CONMAN_ENUM 108
  46. // Connection Objects
  47. //
  48. #define IDR_DIALUP_CONNECTION 109
  49. #define IDR_DIRECT_CONNECTION 110
  50. #define IDR_INBOUND_CONNECTION 111
  51. #define IDR_INTERNET_CONNECTION 112
  52. #define IDR_LAN_CONNECTION 113
  53. #define IDR_VPN_CONNECTION 114
  54. // Install queue
  55. //
  56. #define IDR_INSTALLQUEUE 115
  57. // Connection Manager 2
  58. //
  59. #define IDR_CONMAN2 122
  60. // Shared Access Connection Class Manager
  61. #define IDR_SA_CONMAN 120
  62. #define IDR_SA_CONMAN_ENUM 117
  63. #define IDR_SA_CONNECTION 118
  64. // Home networking util
  65. #define IDR_HN_CONNECTION_UTIL 119
  66. // EAPOL Manager
  67. //
  68. #define IDR_EAPOLMAN 116
  69. // NetGroupPolicies
  70. #define IDR_NET_GROUP_POLICIES 121