home *** CD-ROM | disk | FTP | other *** search
- #if !defined(__xpd5mdi1_h) // Sentry, use file only if it's not already included.
- #define __xpd5mdi1_h
-
- /* Project xped5
-
- Copyright ⌐ 1993. All Rights Reserved.
-
- SUBSYSTEM: xped5.exe Application
- FILE: xpd5mdi1.h
- AUTHOR:
-
-
- OVERVIEW
- ========
- Class definition for xped5MDIChild (TMDIChild).
- */
-
-
- #include <owl\owlpch.h>
- #pragma hdrstop
-
- #include <owl\editfile.h>
- #include <owl\listbox.h>
-
- #include "xped5app.rh" // Definition of all resources.
-
-
- //{{TMDIChild = xped5MDIChild}}
- class xped5MDIChild : public TMDIChild {
- public:
- xped5MDIChild (TMDIClient &parent, const char far *title, TWindow *clientWnd, BOOL shrinkToClient = FALSE, TModule* module = 0);
- virtual ~xped5MDIChild ();
- }; //{{xped5MDIChild}}
-
-
- #endif // __xpd5mdi1_h sentry.
-