home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / BMPVIEW.PAK / BMPVIEW.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-06  |  726 b   |  26 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1991, 1995 by Borland International, All Rights Reserved
  4. //
  5. //   Object windows bitmap scrolling app resource defines
  6. //----------------------------------------------------------------------------
  7.  
  8. #include <owl/editfile.rh>
  9.  
  10. // Menuitem IDs
  11. //
  12. #define CM_READ1            101
  13. #define CM_READ2            102
  14. #define CM_READBAD          103
  15. #define CM_MEMHANDLE        104
  16. #define CM_MEMHANDLEREFRESH 105
  17.  
  18. #define CM_FIT              301
  19. #define CM_AUTOCLIPVIEW     302
  20. #define CM_PAINTFROMDDB     303
  21. #define CM_PAINTICON        304
  22.  
  23. // Accelerator ID
  24. //
  25. #define IDA_BMPVIEW         101
  26.