ChildFrm.h
上传用户:mgf822
上传日期:2013-10-03
资源大小:133k
文件大小:2k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // ChildFrm.h : interface of the CChildFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_CHILDFRM_H__1255127F_E7E7_11D3_85BC_0008C777FFEE__INCLUDED_)
  5. #define AFX_CHILDFRM_H__1255127F_E7E7_11D3_85BC_0008C777FFEE__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CChildFrame : public CMDIChildWnd
  10. {
  11. DECLARE_DYNCREATE(CChildFrame)
  12. public:
  13. CChildFrame();
  14. // Attributes
  15. public:
  16. CSplitterWnd m_wndSplitter;
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CChildFrame)
  22. public:
  23. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  24. protected:
  25. virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. public:
  29. virtual ~CChildFrame();
  30. #ifdef _DEBUG
  31. virtual void AssertValid() const;
  32. virtual void Dump(CDumpContext& dc) const;
  33. #endif
  34. // Generated message map functions
  35. protected:
  36. //{{AFX_MSG(CChildFrame)
  37. afx_msg void OnViewRestoretimer();
  38. afx_msg void OnUpdateViewRestoretimer(CCmdUI* pCmdUI);
  39. afx_msg void OnViewKilltimer();
  40. afx_msg void OnUpdateViewKilltimer(CCmdUI* pCmdUI);
  41. afx_msg void OnEditInsert();
  42. afx_msg void OnUpdateEditInsert(CCmdUI* pCmdUI);
  43. afx_msg void OnEditDelete();
  44. afx_msg void OnUpdateEditDelete(CCmdUI* pCmdUI);
  45. afx_msg void OnEditModify();
  46. afx_msg void OnUpdateEditModify(CCmdUI* pCmdUI);
  47. //}}AFX_MSG
  48. DECLARE_MESSAGE_MAP()
  49. };
  50. /////////////////////////////////////////////////////////////////////////////
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_CHILDFRM_H__1255127F_E7E7_11D3_85BC_0008C777FFEE__INCLUDED_)