mainfrm.h
上传用户:hy11688
上传日期:2007-01-08
资源大小:81k
文件大小:1k
源码类别:

棋牌游戏

开发平台:

Visual C++

  1. // mainfrm.h : interface of the CMainFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. class CMainFrame : public CFrameWnd
  5. {
  6. protected: // create from serialization only
  7. CMainFrame();
  8. DECLARE_DYNCREATE(CMainFrame)
  9. // Attributes
  10. public:
  11. // Operations
  12. public:
  13. // Overrides
  14. // ClassWizard generated virtual function overrides
  15. //{{AFX_VIRTUAL(CMainFrame)
  16. //}}AFX_VIRTUAL
  17. // Implementation
  18. public:
  19. virtual ~CMainFrame();
  20. #ifdef _DEBUG
  21. virtual void AssertValid() const;
  22. virtual void Dump(CDumpContext& dc) const;
  23. #endif
  24. protected:  // control bar embedded members
  25. CStatusBar  m_wndStatusBar;
  26. CToolBar    m_wndToolBar;
  27. CMessageBar m_wndMessage;
  28. // Generated message map functions
  29. protected:
  30. //{{AFX_MSG(CMainFrame)
  31. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. };
  35. /////////////////////////////////////////////////////////////////////////////