ChildMixedFrame.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #if !defined(AFX_CHILDMIXEDFRAME_H__05BBB9E7_433A_412B_80FC_FF81188E5D8D__INCLUDED_)
  2. #define AFX_CHILDMIXEDFRAME_H__05BBB9E7_433A_412B_80FC_FF81188E5D8D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ChildMixedFrame.h : header file
  7. //
  8. #include "ResizableMDIChild.h"
  9. #include "ResizableSplitterWnd.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CChildMixedFrame frame
  12. class CChildMixedFrame : public CResizableMDIChild
  13. {
  14. DECLARE_DYNCREATE(CChildMixedFrame)
  15. protected:
  16. CChildMixedFrame(); // protected constructor used by dynamic creation
  17. // Attributes
  18. public:
  19. // Operations
  20. public:
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CChildMixedFrame)
  24. public:
  25. virtual void ActivateFrame(int nCmdShow = -1);
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. CResizableSplitterWnd m_wndSplitter;
  30. virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
  31. virtual ~CChildMixedFrame();
  32. // Generated message map functions
  33. //{{AFX_MSG(CChildMixedFrame)
  34. // NOTE - the ClassWizard will add and remove member functions here.
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_CHILDMIXEDFRAME_H__05BBB9E7_433A_412B_80FC_FF81188E5D8D__INCLUDED_)