MainFrm.h
上传用户:xsxdsb
上传日期:2009-12-14
资源大小:672k
文件大小:2k
源码类别:

书籍源码

开发平台:

Visual C++

  1. // MainFrm.h : interface of the CMainFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MAINFRM_H__A99E64A9_74DE_11D6_8F32_00E04CE76240__INCLUDED_)
  5. #define AFX_MAINFRM_H__A99E64A9_74DE_11D6_8F32_00E04CE76240__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CMainFrame : public CFrameWnd
  10. {
  11. protected: // create from serialization only
  12. CMainFrame();
  13. DECLARE_DYNCREATE(CMainFrame)
  14. // Attributes
  15. public:
  16. // Operations
  17. public:
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CMainFrame)
  21. //}}AFX_VIRTUAL
  22. // Implementation
  23. public:
  24. virtual ~CMainFrame();
  25. #ifdef _DEBUG
  26. virtual void AssertValid() const;
  27. virtual void Dump(CDumpContext& dc) const;
  28. #endif
  29. protected:  // control bar embedded members
  30. CStatusBar  m_wndStatusBar;
  31. CToolBar    m_wndToolBar;
  32. // Generated message map functions
  33. protected:
  34. //{{AFX_MSG(CMainFrame)
  35. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  36. afx_msg void OnDisableMinbox();
  37. afx_msg void OnDisableMaxbox();
  38. afx_msg void OnDisableClose();
  39. afx_msg void OnAbleMinbox();
  40. afx_msg void OnAbleMaxbox();
  41. afx_msg void OnAbleClose();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. /////////////////////////////////////////////////////////////////////////////
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_MAINFRM_H__A99E64A9_74DE_11D6_8F32_00E04CE76240__INCLUDED_)