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

菜单

开发平台:

Visual C++

  1. // MainFrm.h : interface of the CMainFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MAINFRM_H__38474A58_9DC0_11D1_8BAD_0000B43382FE__INCLUDED_)
  5. #define AFX_MAINFRM_H__38474A58_9DC0_11D1_8BAD_0000B43382FE__INCLUDED_
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. // COOLMENU SUPPORT
  10. #include "SpawnMDIFrameWnd.h"
  11. // END COOLMENU SUPPORT
  12. class CMainFrame : public CSpawnMDIFrameWnd
  13. {
  14. DECLARE_DYNAMIC(CMainFrame)
  15. public:
  16. CMainFrame();
  17. // Attributes
  18. public:
  19. // Operations
  20. public:
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CMainFrame)
  24. public:
  25. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  26. protected:
  27. virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
  28. virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. public:
  32. virtual ~CMainFrame();
  33. #ifdef _DEBUG
  34. virtual void AssertValid() const;
  35. virtual void Dump(CDumpContext& dc) const;
  36. #endif
  37. protected:  // control bar embedded members
  38. CStatusBar  m_wndStatusBar;
  39. CToolBar    m_wndToolBar;
  40. // Generated message map functions
  41. protected:
  42. //{{AFX_MSG(CMainFrame)
  43. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. /////////////////////////////////////////////////////////////////////////////
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_MAINFRM_H__38474A58_9DC0_11D1_8BAD_0000B43382FE__INCLUDED_)