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.

51 lines
802 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. resource.h
  5. Abstract:
  6. Declaration of resource ID constants
  7. Environment:
  8. Windows NT fax configuration applet
  9. Revision History:
  10. 02/22/96 -davidx-
  11. Created it.
  12. dd-mm-yy -author-
  13. description
  14. --*/
  15. #ifndef _RESOURCE_H_
  16. #define _RESOURCE_H_
  17. //
  18. // String resource IDs
  19. //
  20. #define IDS_FAX 256
  21. #define IDS_CONFIG_FAX 257
  22. #define IDS_FAX_CLIENT 258
  23. #define IDS_CONFIG_FAX_CLIENT 259
  24. #define IDS_FAX_SERVER 260
  25. #define IDS_CONFIG_FAX_SERVER 261
  26. //
  27. // Icon resource IDs
  28. //
  29. #define IDI_FAX 256
  30. #define IDI_FAX_CLIENT 257
  31. #define IDI_FAX_SERVER 258
  32. #endif // !_RESOURCE_H_