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

  1. #if !defined(__xpd5mdi1_h)              // Sentry, use file only if it's not already included.
  2. #define __xpd5mdi1_h
  3.  
  4. /*  Project xped5
  5.     
  6.     Copyright ⌐ 1993. All Rights Reserved.
  7.  
  8.     SUBSYSTEM:    xped5.exe Application
  9.     FILE:         xpd5mdi1.h
  10.     AUTHOR:       
  11.  
  12.  
  13.     OVERVIEW
  14.     ========
  15.     Class definition for xped5MDIChild (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 "xped5app.rh"            // Definition of all resources.
  26.  
  27.  
  28. //{{TMDIChild = xped5MDIChild}}
  29. class xped5MDIChild : public TMDIChild {
  30. public:
  31.     xped5MDIChild (TMDIClient &parent, const char far *title, TWindow *clientWnd, BOOL shrinkToClient = FALSE, TModule* module = 0);
  32.     virtual ~xped5MDIChild ();
  33. };    //{{xped5MDIChild}}
  34.  
  35.  
  36. #endif                                      // __xpd5mdi1_h sentry.
  37.