home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / OWLINC.PAK / PREVWIN.RH < prev    next >
Encoding:
Text File  |  1997-05-06  |  652 b   |  22 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1991, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.3  $
  6. //
  7. // Macros used by Preview Frame Window  
  8. //----------------------------------------------------------------------------
  9. #if !defined(OWL_PREVWIN_RH)
  10. #define OWL_PREVWIN_RH
  11.  
  12. // Print Preview glyphs
  13. //
  14. #define IDB_PREVIOUS        24500
  15. #define IDB_NEXT            24501
  16. #define IDB_ONEUP           24502
  17. #define IDB_TWOUP           24503
  18. #define IDB_CURRPAGE        24504
  19. #define IDB_DONE            24505
  20.  
  21. #endif  //  OWL_PREVWIN_RH
  22.