home *** CD-ROM | disk | FTP | other *** search
- #define SERDLGS_OPH
-
- #ifndef DLGBOX_OPH
- #include <sdk\dlgbox>
- #endif
-
- #ifndef P_SERIAL_OPH
- #include <p\serial>
- #endif
-
- /* Property of setportdlg */
-
- STRUCT PR_SETPORTDLG
- root#(SIZEOF(PRS_ROOT))
- win#(SIZEOF(PRS_WIN))
- dlgchain#(SIZEOF(PRS_DLGCHAIN))
- dlgbox#(SIZEOF(PRS_DLGBOX))
- ENDS
-
- /* Property of sethshkdlg */
-
- STRUCT PR_SETHSHKDLG
- root#(SIZEOF(PRS_ROOT))
- win#(SIZEOF(PRS_WIN))
- dlgchain#(SIZEOF(PRS_DLGCHAIN))
- dlgbox#(SIZEOF(PRS_DLGBOX))
- ENDS
-