home *** CD-ROM | disk | FTP | other *** search
- /* Project xped5
-
- Copyright ⌐ 1993. All Rights Reserved.
-
- SUBSYSTEM: xped5.exe Application
- FILE: xpd5mdi1.cpp
- AUTHOR:
-
-
- OVERVIEW
- ========
- Source file for implementation of xped5MDIChild (TMDIChild).
- */
-
-
- #include <owl\owlpch.h>
- #pragma hdrstop
-
- #include "xped5app.h"
- #include "xpd5mdi1.h"
-
- #include <stdio.h>
-
-
- //{{xped5MDIChild Implementation}}
-
-
- //////////////////////////////////////////////////////////
- // xped5MDIChild
- // ==========
- // Construction/Destruction handling.
- xped5MDIChild::xped5MDIChild (TMDIClient &parent, const char far *title, TWindow *clientWnd, BOOL shrinkToClient, TModule *module)
- : TMDIChild (parent, title, clientWnd, shrinkToClient, module)
- {
- // INSERT>> Your constructor code here.
-
- }
-
-
- xped5MDIChild::~xped5MDIChild ()
- {
- Destroy();
-
- // INSERT>> Your destructor code here.
-
- }
-