MainFrm.h
Upload User: kjzhanglin
Upload Date: 2021-07-11
Package Size: 31k
Code Size: 2k
Category:

TreeView

Development Platform:

Visual C++

  1. // MainFrm.h : interface of the CMainFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MAINFRM_H__BBB155A1_DDC7_473A_A9BD_A2C939469B64__INCLUDED_)
  5. #define AFX_MAINFRM_H__BBB155A1_DDC7_473A_A9BD_A2C939469B64__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include"PppView.h"
  10. #include"ShengView.h"
  11. class CMainFrame : public CFrameWnd
  12. {
  13. protected: // create from serialization only
  14. CMainFrame();
  15. DECLARE_DYNCREATE(CMainFrame)
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20. public:
  21.     CSplitterWnd m_wndSpMain;
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CMainFrame)
  25. public:
  26. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  27. protected:
  28. virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. public:
  32. virtual ~CMainFrame();
  33. #ifdef _DEBUG
  34. virtual void AssertValid() const;
  35. virtual void Dump(CDumpContext& dc) const;
  36. #endif
  37. protected:  // control bar embedded members
  38. CStatusBar  m_wndStatusBar;
  39. CToolBar    m_wndToolBar;
  40. // Generated message map functions
  41. protected:
  42. //{{AFX_MSG(CMainFrame)
  43. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  44. // NOTE - the ClassWizard will add and remove member functions here.
  45. //    DO NOT EDIT what you see in these blocks of generated code!
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. /////////////////////////////////////////////////////////////////////////////
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_MAINFRM_H__BBB155A1_DDC7_473A_A9BD_A2C939469B64__INCLUDED_)