MainFrm.h
上传用户:xakehao
上传日期:2013-08-28
资源大小:100k
文件大小:2k
源码类别:

CA认证

开发平台:

Visual C++

  1. // MainFrm.h : interface of the CMainFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MAINFRM_H__AAE0CC20_B779_4E37_BF3D_B183400BCEE3__INCLUDED_)
  5. #define AFX_MAINFRM_H__AAE0CC20_B779_4E37_BF3D_B183400BCEE3__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. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  22. virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext *pContext);
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. public:
  26. virtual ~CMainFrame();
  27. #ifdef _DEBUG
  28. virtual void AssertValid() const;
  29. virtual void Dump(CDumpContext& dc) const;
  30. #endif
  31. protected:  // control bar embedded members
  32. CStatusBar  m_wndStatusBar;
  33. CToolBar    m_wndToolBar;
  34. CSplitterWnd m_wndSplitter;
  35. // Generated message map functions
  36. protected:
  37. //{{AFX_MSG(CMainFrame)
  38. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  39. afx_msg void OnFileStart();
  40. afx_msg void OnFileStop();
  41. afx_msg void OnFileSave();
  42. afx_msg void OnOptionCard();
  43. afx_msg void OnOptionFilter();
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  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__AAE0CC20_B779_4E37_BF3D_B183400BCEE3__INCLUDED_)