home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / PRNTPREV.PAK / PRNTPREV.RC < prev    next >
Text File  |  1995-08-29  |  755b  |  24 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1991, 1993 by Borland International
  3. //   prntprev.h
  4. //   Example print preview program resources
  5. //----------------------------------------------------------------------------
  6. #include <owl\window.rh>
  7. #include "prntprev.rh"
  8. #include <owl\printer.rh>
  9.  
  10. #include <owl\printer.rc>
  11. #include <owl\owlapp.rc>         // default owl app icon
  12.  
  13. IDM_TESTMENU MENU LOADONCALL MOVEABLE PURE DISCARDABLE
  14. BEGIN
  15.   POPUP "&Test"
  16.   BEGIN
  17.     MenuItem  "Printer Setup...", CM_PRINTERSETUP
  18.     MenuItem  "Print...", CM_PRINT
  19.     MenuItem  "Print Preview...", CM_PRINTPREVIEW
  20.     MenuItem  SEPARATOR
  21.     MenuItem  "E&xit", CM_EXIT
  22.   END
  23. END
  24.