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

Web服务器

开发平台:

WINDOWS

  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. // Implementation
  14. public:
  15. virtual ~CMainFrame();
  16. #ifdef _DEBUG
  17. virtual void AssertValid() const;
  18. virtual void Dump(CDumpContext& dc) const;
  19. #endif
  20. // Generated message map functions
  21. protected:
  22. //{{AFX_MSG(CMainFrame)
  23. //}}AFX_MSG
  24. DECLARE_MESSAGE_MAP()
  25. };
  26. /////////////////////////////////////////////////////////////////////////////