SpawnFrameWnd.h
上传用户:pasef_zww
上传日期:2007-01-02
资源大小:109k
文件大小:2k
源码类别:

菜单

开发平台:

Visual C++

  1. #if !defined(AFX_SPAWNFRAMEWND_H__13CAB7C3_D316_11D1_8693_000000000000__INCLUDED_)
  2. #define AFX_SPAWNFRAMEWND_H__13CAB7C3_D316_11D1_8693_000000000000__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // SpawnFrameWnd.h : header file
  7. //
  8. #include "MenuSpawn.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CSpawnFrameWnd frame
  11. class CSpawnFrameWnd : public CFrameWnd
  12. {
  13. DECLARE_DYNCREATE(CSpawnFrameWnd)
  14. protected:
  15. CSpawnFrameWnd();           // protected constructor used by dynamic creation
  16. // Attributes
  17. public:
  18. // COOLMENU SUPPORT
  19. CMenuSpawn cSpawn;
  20. CRect oldMenuBarRc;
  21. bool bMenuLooping;
  22. UINT uiTimerId;
  23. // END COOLMENU SUPPORT
  24. // Operations
  25. public:
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CSpawnFrameWnd)
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. virtual ~CSpawnFrameWnd();
  33. // Generated message map functions
  34. //{{AFX_MSG(CSpawnFrameWnd)
  35. afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct);
  36. afx_msg void OnMeasureItem(int nIDCtl, LPMEASUREITEMSTRUCT lpMeasureItemStruct);
  37. afx_msg void OnInitMenu(CMenu* pMenu);
  38. afx_msg void OnInitMenuPopup(CMenu* pPopupMenu, UINT nIndex, BOOL bSysMenu);
  39. afx_msg LRESULT OnMenuChar(UINT nChar, UINT nFlags, CMenu* pMenu);
  40. afx_msg UINT OnNcHitTest(CPoint point);
  41. afx_msg void OnTimer(UINT nIDEvent);
  42. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  43. afx_msg void OnDestroy();
  44. //}}AFX_MSG
  45. afx_msg void OnEnterMenuLoop(BOOL bIsTrackPopupMenu);
  46. afx_msg void OnExitMenuLoop(BOOL bIsTrackPopupMenu);
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. /////////////////////////////////////////////////////////////////////////////
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_SPAWNFRAMEWND_H__13CAB7C3_D316_11D1_8693_000000000000__INCLUDED_)