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