home *** CD-ROM | disk | FTP | other *** search
- /* ********************************************************************** */
- /* */
- /* ViewBMP.h */
- /* */
- /* Header file for the ViewBMP application. */
- /* */
- /* ********************************************************************** */
-
- /* ------------ window IDs -------------- */
- #define ID_MAIN_WIN 10
- #define ID_ABOUT_DLG 20
-
- /* ------- menu/menu item IDs ------------ */
- #define MID_OPEN 100
- #define MID_LOAD_WITH_PAL 101
- #define MID_LOAD_WITHOUT_PAL 102
- #define MID_ABOUT 200
-
- /* --------- dialog item IDs ------------- */
- #define DID_ABOUT_MLE 1000
-