/* * dlgs.h, extension header for RSXNTDJ 1.3.1. * By Alfons Hoogervorst. */ #ifndef _AHX_DLGS_H #define _AHX_DLGS_H /* MS define for DLGS.H */ #ifndef _DLGSH_INCLUDED_ /* Push buttons: psh1-psh16 0x0400-0x040f */ #define psh15 0x040e #define pshHelp psh15 /* Check boxes: chx1-chx15 0x0410-0x041f */ #define chx1 0x0410 /* Radio buttons: rad1-rad16 0x0420-0x042f */ /* Group boxes: grp1-grp4 0x0430-0x433 */ /* Frames: frm1-frm4 0x0434-0x0437 */ /* Rectangles: rct1-rct4 0x0438-0x043b */ /* Icons: ico1-ico4 0x043c-0x043f */ /* Static texts: stc1-stc32 0x0440-045f */ #define stc1 0x0440 #define stc2 0x0441 #define stc3 0x0442 #define stc4 0x0443 #define stc32 0x045f /* List boxes: lst1-lst16 0x0460-0x046f */ #define lst1 0x0460 #define lst2 0x0461 /* Combo boxes: cmb1-cmb16 0x0470-0x047f */ #define cmb1 0x0470 #define cmb2 0x0471 /* Edit boxes: edt1-edt16 0x0480-0x048f */ #define edt1 0x0480 /* Scroll bars: scr1-scr8 0x0490-0x0497 */ /* file open dialog */ #define FILEOPENORD 1536 #endif /* !_DLGSH_INCLUDED_ */ #endif /* !_AHX_DLGS_H */