home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / OWLINC.PAK / PRINTER.RH < prev    next >
Text File  |  1995-08-29  |  1KB  |  28 lines

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