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.

26 lines
678 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: R E S O U R C E . H
  7. //
  8. // Contents: Resource identifiers for the connections folder CPL
  9. //
  10. // Notes:
  11. //
  12. // Author: jeffspr 12 Jan 1998
  13. //
  14. //----------------------------------------------------------------------------
  15. #ifndef _CPLRES_H_
  16. #define _CPLRES_H_
  17. // Our CPL icon
  18. #define IDI_NCPA 1001
  19. // Our CPL strings
  20. #define IDS_NCPTITLE 2001
  21. #define IDS_NCPDESC 2002
  22. #endif // _CPLRES_H_