home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 August / CICA.cdr / unzipped / programr / bcpp / owldlgs / dlgall.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-12  |  462 b   |  19 lines

  1. // Dlgall.h contains the equates for
  2. // the menu and buttons in the main
  3. // dialog window.
  4.  
  5. #define MAINDIALOGMENU            100
  6. #define IDM_MODAL_DIALOG    101
  7. #define IDM_MB_OK            102
  8. #define IDM_SYS_MODAL       103
  9. #define IDM_NON_MODAL_DIALOG    104
  10. #define IDM_NO_PARENT_NON_MODAL    105
  11.  
  12. #define IDB_MODAL_DIALOG    106
  13. #define IDB_MB_OK            107
  14. #define IDB_SYS_MODAL       108
  15. #define IDB_NON_MODAL_DIALOG    109
  16. #define IDB_NO_PARENT_NON_MODAL    110
  17.  
  18.  
  19.