home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / fshedcode-072212.zip / ChildFrm.h < prev    next >
C/C++ Source or Header  |  2010-09-13  |  2KB  |  67 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. //    License (GPLv2+):
  3. //    This program is free software; you can redistribute it and/or modify
  4. //    it under the terms of the GNU General Public License as published by
  5. //    the Free Software Foundation; either version 2 of the License, or
  6. //    (at your option) any later version.
  7. //
  8. //    This program is distributed in the hope that it will be useful, but
  9. //    WITHOUT ANY WARRANTY; without even the implied warranty of
  10. //    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  11. //    General Public License for more details.
  12. //
  13. //    You should have received a copy of the GNU General Public License
  14. //    along with this program; if not, write to the Free Software
  15. //    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  16. /////////////////////////////////////////////////////////////////////////////
  17.  
  18. #if !defined(AFX_CHILDFRM_H__BD87E54F_34CD_11D5_B4F0_00B0D0719D70__INCLUDED_)
  19. #define AFX_CHILDFRM_H__BD87E54F_34CD_11D5_B4F0_00B0D0719D70__INCLUDED_
  20.  
  21. #if _MSC_VER > 1000
  22. #pragma once
  23. #endif // _MSC_VER > 1000
  24.  
  25.  
  26. class CChildFrame : public CMDIChildWnd
  27. {
  28.     DECLARE_DYNCREATE(CChildFrame)
  29. public:
  30.     CChildFrame();
  31.  
  32. // Attributes
  33. public:
  34.  
  35. // Operations
  36. public:
  37.  
  38. // Overrides
  39.     // ClassWizard generated virtual function overrides
  40.     //{{AFX_VIRTUAL(CChildFrame)
  41.     virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  42.     //}}AFX_VIRTUAL
  43.  
  44. // Implementation
  45. public:
  46.     virtual ~CChildFrame();
  47. #ifdef _DEBUG
  48.     virtual void AssertValid() const;
  49.     virtual void Dump(CDumpContext& dc) const;
  50. #endif
  51.  
  52. // Generated message map functions
  53. protected:
  54.     //{{AFX_MSG(CChildFrame)
  55.         // NOTE - the ClassWizard will add and remove member functions here.
  56.         //    DO NOT EDIT what you see in these blocks of generated code!
  57.     //}}AFX_MSG
  58.     DECLARE_MESSAGE_MAP()
  59. };
  60.  
  61. /////////////////////////////////////////////////////////////////////////////
  62.  
  63. //{{AFX_INSERT_LOCATION}}
  64. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  65.  
  66. #endif // !defined(AFX_CHILDFRM_H__BD87E54F_34CD_11D5_B4F0_00B0D0719D70__INCLUDED_)
  67.