home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vuebmp.zip / ViewBMP.h < prev    next >
Text File  |  1994-10-08  |  983b  |  21 lines

  1. /* ********************************************************************** */
  2. /*                                                                        */
  3. /*    ViewBMP.h                                                           */
  4. /*                                                                        */
  5. /*       Header file for the ViewBMP application.                         */
  6. /*                                                                        */
  7. /* ********************************************************************** */
  8.  
  9.      /* ------------  window IDs  -------------- */
  10. #define   ID_MAIN_WIN             10
  11. #define   ID_ABOUT_DLG            20
  12.  
  13.      /* ------- menu/menu item IDs  ------------ */
  14. #define   MID_OPEN                100
  15. #define   MID_LOAD_WITH_PAL       101
  16. #define   MID_LOAD_WITHOUT_PAL    102
  17. #define   MID_ABOUT               200
  18.  
  19.      /* --------- dialog item IDs  ------------- */
  20. #define   DID_ABOUT_MLE           1000
  21.