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.

65 lines
2.0 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997 - 2000
  5. //
  6. // File: N M R E S . H
  7. //
  8. // Contents: Master resource header for HNetCfg
  9. //
  10. // Notes:
  11. //
  12. // Author: jonburs 23 May 2000
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. //+---------------------------------------------------------------------------
  17. // Strings resources
  18. //
  19. #define IDS_SECURITYNOTIFICATIONTEXT 22000
  20. #define IDS_SECURITYNOTIFICATIONTITLE 22001
  21. #define IDS_SHARINGCONFIGURATIONUNAVAIL 22002
  22. #define IDS_DISABLEFIREWALLFAIL 22003
  23. #define IDS_DESTROYBRIDGEFAIL 22004
  24. #define IDS_DISABLEICS 22005
  25. #define IDS_NEWBRIDGECREATED 22006
  26. #define IDS_NEWBRIDGEFAILED 22007
  27. #define IDS_NEWPRIVATECONNECTIONCREATED 22008
  28. #define IDS_NEWPRIVATECONNECTIONFAILED 22009
  29. #define IDS_SHARINGCFGFORADAPTERUNAVAIL 22010
  30. #define IDS_NEWPUBLICCONNECTIONCREATED 22011
  31. #define IDS_NEWPUBLICCONNECTIONFAILED 22012
  32. #define IDS_FIREWALLCONNECTION 22013
  33. #define IDS_FIREWALLCONNECTIONFAILED 22014
  34. #define IDS_WSAERRORDURINGDETECTION 22015
  35. #define IDS_SENDARPERRORDURINGDETECTION 22016
  36. #define IDS_ICSADDRESSCONFLICTDETECTED 22017
  37. #define IDS_ADD_REMOVE 22018
  38. #define IDS_REMOVE_ALG_PLUGIN 22019
  39. //+---------------------------------------------------------------------------
  40. // Dialog ID's
  41. //
  42. #define IDD_SecurityNotification 22500
  43. //+---------------------------------------------------------------------------
  44. // Control ID's
  45. //
  46. #define IDC_TXT_NOTIFICATION 22600
  47. #define IDC_BTN_MOREINFO 22601
  48. #define IDC_CHK_DISABLESHARESECURITYWARN 22602
  49. //+---------------------------------------------------------------------------
  50. // Registry resources
  51. //
  52. #define IDR_HNETCFG 100
  53. #define IDR_HNETMOF 101
  54. #define IDR_SHAREMGR 102
  55. #define IDR_UPNPNAT 103