home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 19.ddi / OWLINC.PAK / PRINTER.RH < prev    next >
Encoding:
Text File  |  1993-12-02  |  852 b   |  26 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1992, 1993 by Borland International
  3. //   include/owl/printer.rh
  4. //   Resource IDs to use with printer.rc and printer.h
  5. //----------------------------------------------------------------------------
  6.  
  7. //
  8. // Printing error message string resource IDs
  9. //
  10. #define IDS_PRNON            32590
  11. #define IDS_PRNERRORTEMPLATE 32591
  12. #define IDS_PRNOUTOFMEMORY   32592
  13. #define IDS_PRNOUTOFDISK     32593
  14. #define IDS_PRNCANCEL        32594
  15. #define IDS_PRNMGRABORT      32595
  16. #define IDS_PRNGENERROR      32596
  17. #define IDS_PRNERRORCAPTION  32597
  18.  
  19. //
  20. // Printer abort dialog & control IDs
  21. //
  22. #define IDD_ABORTDIALOG      32599 // keep different than any string IDs
  23. #define ID_TITLE  101
  24. #define ID_DEVICE 102
  25. #define ID_PORT   103
  26.