NMDIMenuFrameWnd.h
资源名称:VCMenu.zip [点击查看]
上传用户:whjcdz88
上传日期:2007-01-02
资源大小:350k
文件大小:3k
源码类别:
工具条
开发平台:
Visual C++
- #if !defined(AFX_MDIMENUFRAMEWND_H__2F686113_A464_11D1_B0D4_00A0C94457BF__INCLUDED_)
- #define AFX_MDIMENUFRAMEWND_H__2F686113_A464_11D1_B0D4_00A0C94457BF__INCLUDED_
- /*
- Copyright (C) 1998 Tony Hoyle (tmh@netfusion.co.uk)
- This program is free software; you can redistribute it and/or modify it under the terms
- of the GNU General Public License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
- This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU General Public License for more details.
- You should have received a copy of the GNU General Public License along with this program;
- if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- */
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // MDIMenuFrameWnd.h : header file
- //
- #include "NGenericMenu.h"
- #ifndef NGTB_PROJECT
- #define NGTB_EXPORT __declspec(dllimport)
- #else
- #define NGTB_EXPORT __declspec(dllexport)
- #endif
- #undef AFX_DATA
- #define AFX_DATA NGTB_EXPORT
- /////////////////////////////////////////////////////////////////////////////
- // CNMDIMenuFrameWnd window
- class CNMDIMenuFrameWnd : public CMDIFrameWnd
- {
- DECLARE_DYNAMIC(CNMDIMenuFrameWnd)
- public:
- HMENU m_hDefaultMenu;
- CNMDIGenericMenu m_wndMenu;
- NGTB_EXPORT CNMDIMenuFrameWnd();
- NGTB_EXPORT virtual ~CNMDIMenuFrameWnd();
- NGTB_EXPORT void EnableDocking(DWORD dwDockStyle);
- NGTB_EXPORT virtual BOOL LoadFrame( UINT nIDResource, DWORD dwDefaultStyle = WS_OVERLAPPEDWINDOW | FWS_ADDTOTITLE, CWnd* pParentWnd = NULL, CCreateContext* pContext = NULL );
- NGTB_EXPORT BOOL SetIconMap(int nIconMapSize, IconMap* pIconMap) { return m_wndMenu.SetIconMap(nIconMapSize,pIconMap); }
- protected:
- //{{AFX_VIRTUAL(CNMDIMenuFrameWnd)
- NGTB_EXPORT virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
- //}}AFX_VIRTUAL
- //{{AFX_MSG(CNMDIMenuFrameWnd)
- NGTB_EXPORT afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- NGTB_EXPORT afx_msg LRESULT OnMenuChar(UINT nChar, UINT nFlags, CMenu* pMenu);
- NGTB_EXPORT afx_msg void OnActivate(UINT nState, CWnd* pWndOther, BOOL bMinimized);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #undef AFX_DATA
- #define AFX_DATA
- #endif // !defined(AFX_MDIMENUFRAMEWND_H__2F686113_A464_11D1_B0D4_00A0C94457BF__INCLUDED_)