home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / tybc4 / xped3 / xpd3mdi1.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-13  |  901 b   |  37 lines

  1. #if !defined(__xpd3mdi1_h)              // Sentry, use file only if it's not already included.
  2. #define __xpd3mdi1_h
  3.  
  4. /*  Project xped3
  5.     
  6.     Copyright ⌐ 1993. All Rights Reserved.
  7.  
  8.     SUBSYSTEM:    xped3.exe Application
  9.     FILE:         xpd3mdi1.h
  10.     AUTHOR:       
  11.  
  12.  
  13.     OVERVIEW
  14.     ========
  15.     Class definition for xped3MDIChild (TMDIChild).      
  16. */
  17.  
  18.  
  19. #include <owl\owlpch.h>
  20. #pragma hdrstop
  21.  
  22. #include <owl\editfile.h>
  23. #include <owl\listbox.h>
  24.  
  25. #include "xped3app.rh"            // Definition of all resources.
  26.  
  27.  
  28. //{{TMDIChild = xped3MDIChild}}
  29. class xped3MDIChild : public TMDIChild {
  30. public:
  31.     xped3MDIChild (TMDIClient &parent, const char far *title, TWindow *clientWnd, BOOL shrinkToClient = FALSE, TModule* module = 0);
  32.     virtual ~xped3MDIChild ();
  33. };    //{{xped3MDIChild}}
  34.  
  35.  
  36. #endif                                      // __xpd3mdi1_h sentry.
  37.