MAINFRM.H
上传用户:abcdshs
上传日期:2007-01-07
资源大小:1858k
文件大小:1k
源码类别:

游戏

开发平台:

Visual C++

  1. // MainFrm.h : interface of the MainFrm class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. class MainFrm : public CFrameWnd
  5. {
  6. protected: // create from serialization only
  7. MainFrm();
  8. DECLARE_DYNCREATE(MainFrm)
  9. // Attributes
  10. public:
  11. // Operations
  12. public:
  13. // Overrides
  14. // ClassWizard generated virtual function overrides
  15. //{{AFX_VIRTUAL(MainFrm)
  16. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  17. //}}AFX_VIRTUAL
  18. // Implementation
  19. public:
  20. virtual ~MainFrm();
  21. #ifdef _DEBUG
  22. virtual void AssertValid() const;
  23. virtual void Dump(CDumpContext& dc) const;
  24. #endif
  25. // Generated message map functions
  26. protected:
  27. //{{AFX_MSG(MainFrm)
  28. // NOTE - the ClassWizard will add and remove member functions here.
  29. //    DO NOT EDIT what you see in these blocks of generated code!
  30. //}}AFX_MSG
  31. DECLARE_MESSAGE_MAP()
  32. };
  33. /////////////////////////////////////////////////////////////////////////////