MainFrm.h
资源名称:matcher.rar [点击查看]
上传用户:quan1896
上传日期:2013-04-17
资源大小:94k
文件大小:2k
源码类别:
2D图形编程
开发平台:
Visual C++
- // MainFrm.h : interface of the CMainFrame class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_MAINFRM_H__92FE12CC_E1D6_426C_83E0_417108E4A934__INCLUDED_)
- #define AFX_MAINFRM_H__92FE12CC_E1D6_426C_83E0_417108E4A934__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "MyBarBottom.h"
- #include "MyBarRightBottom.h"
- class CMainFrame : public CCJMDIFrameWnd
- {
- protected: // create from serialization only
- CMainFrame();
- DECLARE_DYNCREATE(CMainFrame)
- // Attributes
- protected:
- CSplitterWnd m_wndSplitter;
- BOOL m_bSplitterCreated;
- public:
- CMyBarBottom m_wndOutput1;//信息输出窗口1
- CMyBarRightBottom m_wndOutput2;//信息输出窗口2
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMainFrame)
- public:
- virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- BOOL InitializeDockingWindows();
- virtual ~CMainFrame();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- public: // control bar embedded members
- CStatusBar m_wndStatusBar;
- CToolBar m_wndToolBar;
- // Generated message map functions
- protected:
- //{{AFX_MSG(CMainFrame)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- afx_msg void OnSize(UINT nType, int cx, int cy);
- afx_msg void OnViewOutput1();
- afx_msg void OnViewOutput2();
- afx_msg void OnUpdateViewOutput1(CCmdUI* pCmdUI);
- afx_msg void OnUpdateViewOutput2(CCmdUI* pCmdUI);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MAINFRM_H__92FE12CC_E1D6_426C_83E0_417108E4A934__INCLUDED_)