home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / GDIPRINT.PAK / PRINT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-06  |  572 b   |  18 lines

  1. // print.h
  2.  
  3. // Stuff for "File.Print" dialog
  4.  
  5. typedef struct tagOPTIONS {
  6.     int iOption;       // Print Options
  7.     int iXScale;       // X scale factor (if iOption is DLGPRINT_SCALE)
  8.     int iYScale;       // Y scale factor ('')
  9.     } OPTIONSTRUCT, *LPOPTIONSTRUCT;
  10.     
  11. #define IDD_BESTFIT                 200
  12. #define IDD_STRETCHTOPAGE           201
  13. #define IDD_SCALE                   202 
  14. #define IDD_XTEXT                   203
  15. #define IDD_XAXIS                   204
  16. #define IDD_YTEXT                   205
  17. #define IDD_YAXIS                   206
  18.