MAINFRM.H
上传用户:hnhlzg
上传日期:2013-10-19
资源大小:289k
文件大小:2k
源码类别:

数学计算

开发平台:

Visual C++

  1. // MainFrm.h : interface of the CMainFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MAINFRM_H__76E949CB_9CAD_11D1_907F_00A024782894__INCLUDED_)
  5. #define AFX_MAINFRM_H__76E949CB_9CAD_11D1_907F_00A024782894__INCLUDED_
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. #include "DynSplitterWnd.h"
  10. class CMainFrame : public CFrameWnd
  11. {
  12. protected: // create from serialization only
  13. CMainFrame();
  14. DECLARE_DYNCREATE(CMainFrame)
  15. // Attributes
  16. protected:
  17. CDynSplitterWnd m_wndSplitter;
  18. public:
  19. // Operations
  20. public:
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CMainFrame)
  24. public:
  25. virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
  26. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. public:
  30. virtual ~CMainFrame();
  31. #ifdef _DEBUG
  32. virtual void AssertValid() const;
  33. virtual void Dump(CDumpContext& dc) const;
  34. #endif
  35. protected:  // control bar embedded members
  36. CStatusBar  m_wndStatusBar;
  37. CToolBar    m_wndToolBar;
  38. // Generated message map functions
  39. protected:
  40. //{{AFX_MSG(CMainFrame)
  41. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  42. // afx_msg void OnDynSplit();
  43. // afx_msg void OnUpdateDynSplit(CCmdUI* pCmdUI);
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. /////////////////////////////////////////////////////////////////////////////
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_MAINFRM_H__76E949CB_9CAD_11D1_907F_00A024782894__INCLUDED_)