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.

31 lines
712 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: N C P A . R C
  7. //
  8. // Contents: Resources for the connections folder CPL
  9. //
  10. // Notes:
  11. //
  12. // Author: jeffspr 12 Jan 1998
  13. //
  14. //----------------------------------------------------------------------------
  15. #include "cplres.h"
  16. #include "version.h"
  17. // Icon
  18. //
  19. IDI_NCPA ICON PRELOAD DISCARDABLE "..\\res\\netfol.ico"
  20. // String Table
  21. //
  22. STRINGTABLE DISCARDABLE
  23. BEGIN
  24. IDS_NCPTITLE "Network Connections"
  25. IDS_NCPDESC "Configures network software."
  26. END