// VSViewDefs.h // // Revision Log // // Date Who SAR Notes // ========== === ======= ===================================== // 2001-10-12 mph Initial coding by Mark Henri of // MPH Software - markhenri@attbi.com // // // #ifndef VSVIEWDEFS_H #define VSVIEWDEFS_H #define ACTION_PRINT_FILE 1 #define ACTION_CHOOSE_PRINTER_AND_PRINT_FILE 2 #define ACTION_START_DOC 3 #define ACTION_NEWPAGE 4 #define ACTION_NEWCOL 5 #define ACTION_ENDDOC 6 #define ACTION_KILLDOC 7 #define ACTION_PRINT_PAGE 8 #define ACTION_CHOOSE_PRINTER_AND_PRINT_PAGE 9 #define ACTION_COPY_PAGE 10 #define ACTION_PRINT_ALL_PAGES 11 #define ACTION_CHOOSE_PRINTER_AND_PRINT_ALL_PAGES 12 #endif