home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / psion / opp16f_zip / INCLUDE / SDK / SCPRNDLG.OPH < prev    next >
Encoding:
Text File  |  1995-12-21  |  861 b   |  54 lines

  1. #define SCPRNDLG_OPH
  2.  
  3. #ifndef DLGBOX_OPH
  4. #include <sdk\dlgbox>
  5. #endif
  6.  
  7. #ifndef GATE_OPH
  8. #include <sdk\gate>
  9. #endif
  10.  
  11. #ifndef SCRLAY_OPH
  12. #include <sdk\scrlay>
  13. #endif
  14.  
  15. #ifndef FONTDLG_OPH
  16. #include <sdk\fontdlg>
  17. #endif
  18.  
  19. #ifndef PRNTDLGS_OPH
  20. #include <sdk\prntdlgs>
  21. #endif
  22.  
  23. #ifndef P_FILE_OPH
  24. #include <p\file>
  25. #endif
  26.  
  27. #ifndef P_SERIAL_OPH
  28. #include <p\serial>
  29. #endif
  30.  
  31. /* Property of scprnctl */
  32.  
  33. STRUCT PRS_SCPRNCTL
  34.     Disp#(SIZEOF(PVV_DISPLAY))
  35. ENDS
  36.  
  37. STRUCT PR_SCPRNCTL
  38.     root#(SIZEOF(PRS_ROOT))
  39.     win#(SIZEOF(PRS_WIN))
  40.     dlgchain#(SIZEOF(PRS_DLGCHAIN))
  41.     dlgbox#(SIZEOF(PRS_DLGBOX))
  42.     scprnctl#(SIZEOF(PRS_SCPRNCTL))
  43. ENDS
  44.  
  45. /* Property of scpgsetup */
  46.  
  47. STRUCT PR_SCPGSETUP
  48.     root#(SIZEOF(PRS_ROOT))
  49.     win#(SIZEOF(PRS_WIN))
  50.     dlgchain#(SIZEOF(PRS_DLGCHAIN))
  51.     dlgbox#(SIZEOF(PRS_DLGBOX))
  52.     prnctrl#(SIZEOF(PRS_PRNCTRL))
  53. ENDS
  54.