home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / beaversweeper_v101.zip / src / ChildFrm.h < prev    next >
C/C++ Source or Header  |  2003-01-06  |  1KB  |  54 lines

  1. // ChildFrm.h : interface of the CChildFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4.  
  5. #if !defined(AFX_CHILDFRM_H__2CEC498B_F66D_4C59_BBEC_DA4A4E9C5C82__INCLUDED_)
  6. #define AFX_CHILDFRM_H__2CEC498B_F66D_4C59_BBEC_DA4A4E9C5C82__INCLUDED_
  7.  
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11.  
  12.  
  13. class CChildFrame : public CMDIChildWnd
  14. {
  15.     DECLARE_DYNCREATE(CChildFrame)
  16. public:
  17.     CChildFrame();
  18.  
  19. // Attributes
  20. public:
  21.  
  22. // Operations
  23. public:
  24.  
  25. // Overrides
  26.     // ClassWizard generated virtual function overrides
  27.     //{{AFX_VIRTUAL(CChildFrame)
  28.     virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  29.     //}}AFX_VIRTUAL
  30.  
  31. // Implementation
  32. public:
  33.     virtual ~CChildFrame();
  34. #ifdef _DEBUG
  35.     virtual void AssertValid() const;
  36.     virtual void Dump(CDumpContext& dc) const;
  37. #endif
  38.  
  39. // Generated message map functions
  40. protected:
  41.     //{{AFX_MSG(CChildFrame)
  42.         // NOTE - the ClassWizard will add and remove member functions here.
  43.         //    DO NOT EDIT what you see in these blocks of generated code!
  44.     //}}AFX_MSG
  45.     DECLARE_MESSAGE_MAP()
  46. };
  47.  
  48. /////////////////////////////////////////////////////////////////////////////
  49.  
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52.  
  53. #endif // !defined(AFX_CHILDFRM_H__2CEC498B_F66D_4C59_BBEC_DA4A4E9C5C82__INCLUDED_)
  54.