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.

46 lines
632 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 101
  21. #define IDS_CONFIG_FAX 102
  22. #define IDS_FAX_TITLE 103
  23. //
  24. // Icon resource IDs
  25. //
  26. #define IDI_FAX 201
  27. #endif // !_RESOURCE_H_