MainFrm.h
上传用户:bingyunhe
上传日期:2013-07-06
资源大小:723k
文件大小:2k
源码类别:

词法分析

开发平台:

Visual C++

  1. // MainFrm.h : interface of the CMainFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MAINFRM_H__C59FF0D0_54B5_4309_ADFC_69B9669E6B68__INCLUDED_)
  5. #define AFX_MAINFRM_H__C59FF0D0_54B5_4309_ADFC_69B9669E6B68__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.    #ifdef _DEBUG
  17. CMemoryState oldMemState, newMemState, diffMemState;
  18. #endif 
  19. // Operations
  20. public:
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CMainFrame)
  24. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. public:
  28. virtual ~CMainFrame( );
  29. #ifdef _DEBUG
  30. virtual void AssertValid( ) const;
  31. virtual void Dump(CDumpContext& dc) const;
  32. #endif
  33. protected:  // control bar embedded members
  34. CStatusBar  m_wndStatusBar;
  35. CToolBar    m_wndToolBar;
  36. // Generated message map functions
  37. protected:
  38. //{{AFX_MSG(CMainFrame)
  39. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  40. afx_msg void OnMenuInput();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. public:
  44. afx_msg void OnMemteststart();
  45. afx_msg void OnMemtestend();
  46. };
  47. /////////////////////////////////////////////////////////////////////////////
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_MAINFRM_H__C59FF0D0_54B5_4309_ADFC_69B9669E6B68__INCLUDED_)