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

菜单

开发平台:

Visual C++

  1. // A flat popup menu for controls
  2. // Copyright (c) 1999 Andy Brown <andy@mirage.dabsol.co.uk>
  3. // You may do whatever you like with this file, I just don't care.
  4. #if !defined(AFX_MAINFRM_H__570E5255_6392_11D3_A25F_0000B45C6D5E__INCLUDED_)
  5. #define AFX_MAINFRM_H__570E5255_6392_11D3_A25F_0000B45C6D5E__INCLUDED_
  6. #pragma once
  7. // main frame window
  8. class CMainFrame : public CFrameWnd
  9. {
  10. protected:
  11. CMainFrame();
  12. DECLARE_DYNCREATE(CMainFrame)
  13. //{{AFX_MSG(CMainFrame)
  14. //}}AFX_MSG
  15. DECLARE_MESSAGE_MAP()
  16. public:
  17. //{{AFX_VIRTUAL(CMainFrame)
  18. //}}AFX_VIRTUAL
  19. virtual ~CMainFrame();
  20. #ifdef _DEBUG
  21. virtual void AssertValid() const;
  22. virtual void Dump(CDumpContext& dc) const;
  23. #endif
  24. };
  25. //{{AFX_INSERT_LOCATION}}
  26. #endif // !defined(AFX_MAINFRM_H__570E5255_6392_11D3_A25F_0000B45C6D5E__INCLUDED_)