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.

38 lines
651 B

  1. /*++
  2. Copyright (c) 1990-1998 Microsoft Corporation
  3. All rights reserved
  4. Module Name:
  5. resource.h
  6. Abstract:
  7. Resource ids header
  8. Author:
  9. Steve Kiraly (steveki) 1-May-1998
  10. Environment:
  11. User Mode -Win32
  12. Revision History:
  13. --*/
  14. #define DLG_PRINTTOFILE 100
  15. #define IDD_PF_EF_OUTPUTFILENAME 201
  16. #define IDD_PF_PB_HELP 202
  17. #define IDS_LOCALMONITOR 300
  18. #define IDS_COULD_NOT_OPEN_FILE 301
  19. #define IDS_OVERWRITE_EXISTING_FILE 302
  20. #define IDS_DUPLICATE_PRINTQUEUE 400
  21. #define IDS_DUPLICATE_PRINTQUEUE_TITLE 401
  22. #define IDS_UNKNOWN_ERROR 402