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

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1992, 1993 by Borland International
  3. //   include\owl\printer.rc
  4. //   Resources to use with TPrinter and TPrintout.
  5. //----------------------------------------------------------------------------
  6.  
  7. #include <owl\printer.rh>
  8.  
  9. #if defined(RC_INVOKED)
  10.  
  11. #if !defined(NO_IDD_ABORTDIALOG) && !defined(__IDD_ABORTDIALOG)
  12. #define __IDD_ABORTDIALOG
  13. IDD_ABORTDIALOG DIALOG 84, 51, 143, 64
  14. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  15. CAPTION "Print"
  16. BEGIN
  17.   PUSHBUTTON "Cancel", IDCANCEL, 52, 44, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
  18.   CTEXT "Printing", -1, 0, 4, 144, 8
  19.   CTEXT "%s", ID_TITLE, 0, 12, 144, 8
  20.   CTEXT "on the %s Printer", ID_DEVICE, 0, 20, 144, 8
  21.   CTEXT "connected to %s", ID_PORT, 0, 28, 144, 8
  22. END
  23. #endif
  24. #undef NO_DR_ABORTDIALOG
  25.  
  26. #if !defined(NO_IDS_PRINTER) && !defined(__IDS_PRINTER)
  27. #define __IDS_PRINTER
  28. STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
  29. BEGIN
  30.   IDS_PRNON,            " on "
  31.   IDS_PRNERRORTEMPLATE, "'%s' not printed. %s."
  32.   IDS_PRNOUTOFMEMORY,   "Out of memory"
  33.   IDS_PRNOUTOFDISK,     "Out of disk space"
  34.   IDS_PRNCANCEL,        "Printing canceled"
  35.   IDS_PRNMGRABORT,      "Printing aborted in Print Manager"
  36.   IDS_PRNGENERROR,      "Error encountered during print"
  37.   IDS_PRNERRORCAPTION,  "Print Error"
  38. END
  39. #endif
  40. #undef NO_IDS_PRINTER
  41.  
  42. #endif  // defined(RC_INVOKED)
  43.