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.

56 lines
789 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_REMOTE_ADMIN 256
  21. #define IDS_REMOTE_ADMIN_FAILED 257
  22. #define IDS_NAME_TOO_LONG 258
  23. //
  24. // Dialog resource IDs
  25. //
  26. #define IDD_SELECT_FAXSERVER 100
  27. #define IDD_CONNECT_FAXSERVER 101
  28. #define IDC_STATIC -1
  29. #define IDC_FAXSERVER_NAME 256
  30. //
  31. // Icon resource IDs
  32. //
  33. #define IDI_FAX_REMOTE_ADMIN 256
  34. #endif // !_RESOURCE_H_