home *** CD-ROM | disk | FTP | other *** search
- #define SCPRNDLG_OPH
-
- #ifndef DLGBOX_OPH
- #include <sdk\dlgbox>
- #endif
-
- #ifndef GATE_OPH
- #include <sdk\gate>
- #endif
-
- #ifndef SCRLAY_OPH
- #include <sdk\scrlay>
- #endif
-
- #ifndef FONTDLG_OPH
- #include <sdk\fontdlg>
- #endif
-
- #ifndef PRNTDLGS_OPH
- #include <sdk\prntdlgs>
- #endif
-
- #ifndef P_FILE_OPH
- #include <p\file>
- #endif
-
- #ifndef P_SERIAL_OPH
- #include <p\serial>
- #endif
-
- /* Property of scprnctl */
-
- STRUCT PRS_SCPRNCTL
- Disp#(SIZEOF(PVV_DISPLAY))
- ENDS
-
- STRUCT PR_SCPRNCTL
- root#(SIZEOF(PRS_ROOT))
- win#(SIZEOF(PRS_WIN))
- dlgchain#(SIZEOF(PRS_DLGCHAIN))
- dlgbox#(SIZEOF(PRS_DLGBOX))
- scprnctl#(SIZEOF(PRS_SCPRNCTL))
- ENDS
-
- /* Property of scpgsetup */
-
- STRUCT PR_SCPGSETUP
- root#(SIZEOF(PRS_ROOT))
- win#(SIZEOF(PRS_WIN))
- dlgchain#(SIZEOF(PRS_DLGCHAIN))
- dlgbox#(SIZEOF(PRS_DLGBOX))
- prnctrl#(SIZEOF(PRS_PRNCTRL))
- ENDS
-