MainFrm.h
资源名称:bcmenu24.zip [点击查看]
上传用户:aphuaqiang
上传日期:2007-01-02
资源大小:62k
文件大小:2k
源码类别:
菜单
开发平台:
Visual C++
- // MainFrm.h : interface of the CMainFrame class
- //
- /////////////////////////////////////////////////////////////////////////////
- #include "BCMenu.h"
- #include "ToolbarEx.h"
- #if !defined(AFX_MAINFRM_H__3BAD4108_4BBC_11D1_AB73_89774BBAD26D__INCLUDED_)
- #define AFX_MAINFRM_H__3BAD4108_4BBC_11D1_AB73_89774BBAD26D__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- class CMainFrame : public CMDIFrameWnd
- {
- DECLARE_DYNAMIC(CMainFrame)
- public:
- CMainFrame();
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMainFrame)
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CMainFrame();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- public:
- BOOL disable_flag;
- HMENU NewMenu();
- HMENU NewDefaultMenu();
- BCMenu m_menu,m_default;
- BOOL zoomcheck;
- protected: // control bar embedded members
- CStatusBar m_wndStatusBar;
- CToolBarEx m_wndToolBar;
- // Generated message map functions
- protected:
- //{{AFX_MSG(CMainFrame)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- afx_msg void OnZoom();
- afx_msg void OnEditUndo();
- afx_msg void OnUpdateEditUndo(CCmdUI* pCmdUI);
- afx_msg void OnMeasureItem(int nIDCtl, LPMEASUREITEMSTRUCT lpMeasureItemStruct);
- afx_msg LRESULT OnMenuChar(UINT nChar, UINT nFlags, CMenu* pMenu);
- afx_msg void OnEditCopy();
- afx_msg void OnEditCut();
- afx_msg void OnEditPaste();
- afx_msg void OnUpdateZoom(CCmdUI* pCmdUI);
- afx_msg void OnDefault();
- afx_msg void OnUpdateDefault(CCmdUI* pCmdUI);
- afx_msg void OnInitMenuPopup(CMenu* pPopupMenu, UINT nIndex, BOOL bSysMenu);
- afx_msg void OnHomepage();
- afx_msg void OnWindowTile();
- afx_msg void OnEnable();
- afx_msg void OnUpdateEnable(CCmdUI* pCmdUI);
- afx_msg void OnDisable();
- afx_msg void OnUpdateDisable(CCmdUI* pCmdUI);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MAINFRM_H__3BAD4108_4BBC_11D1_AB73_89774BBAD26D__INCLUDED_)