home *** CD-ROM | disk | FTP | other *** search
- /*******************************************************************
- * PRINT.HRC
- * (c) 1992-1994 STAR DIVISION
- *******************************************************************/
-
- #define MENU_APPMENU 1000
- #define POPUP_PRINTER 1100
-
- #define MI_PRINT 1
- #define MI_SETUP 2
- #define MI_INFO 3
- #define MI_PREVIEW 4
- #define MI_EXIT 5
-
- #define DLG_ABORT 3000
- #define DA_ABORT 1
- #define DA_ABORTTEXT 2
-
- #define DLG_INFO 4000
- #define DI_PRINTERNAME 1
- #define DI_PAPERSIZE 2
- #define DI_OUTPUTSIZE 3
- #define DI_PAGEOFFSET 4
- #define DI_PAPERBINS 5
- #define DI_OK 6
-