// Dlgall.h contains the equates for
// the menu and buttons in the main
// dialog window.

#define MAINDIALOGMENU	        100
#define IDM_MODAL_DIALOG	101
#define IDM_MB_OK	        102
#define IDM_SYS_MODAL   	103
#define IDM_NON_MODAL_DIALOG	104
#define IDM_NO_PARENT_NON_MODAL	105

#define IDB_MODAL_DIALOG	106
#define IDB_MB_OK	        107
#define IDB_SYS_MODAL   	108
#define IDB_NON_MODAL_DIALOG	109
#define IDB_NO_PARENT_NON_MODAL	110


