ChildFrm.h
上传用户:rxhxxy
上传日期:2007-01-02
资源大小:72k
文件大小:1k
源码类别:

TreeView控件

开发平台:

Visual C++

  1. // ChildFrm.h : interface of the CChildFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_CHILDFRM_H__96C46D8C_E5C6_11D1_92D4_0080C882060B__INCLUDED_)
  5. #define AFX_CHILDFRM_H__96C46D8C_E5C6_11D1_92D4_0080C882060B__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. // Operations
  17. public:
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CChildFrame)
  21. public:
  22. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  23. virtual void ActivateFrame(int nCmdShow = -1);
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. virtual ~CChildFrame();
  28. #ifdef _DEBUG
  29. virtual void AssertValid() const;
  30. virtual void Dump(CDumpContext& dc) const;
  31. #endif
  32. // Generated message map functions
  33. protected:
  34. //{{AFX_MSG(CChildFrame)
  35. // NOTE - the ClassWizard will add and remove member functions here.
  36. //    DO NOT EDIT what you see in these blocks of generated code!
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. /////////////////////////////////////////////////////////////////////////////
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_CHILDFRM_H__96C46D8C_E5C6_11D1_92D4_0080C882060B__INCLUDED_)