MAINFRM.H
资源名称:serweb.zip [点击查看]
上传用户:areilwang
上传日期:2007-01-04
资源大小:375k
文件大小:1k
源码类别:
Web服务器
开发平台:
WINDOWS
- // mainfrm.h : interface of the CMainFrame class
- //
- /////////////////////////////////////////////////////////////////////////////
- class CMainFrame : public CFrameWnd
- {
- protected: // create from serialization only
- CMainFrame();
- DECLARE_DYNCREATE(CMainFrame)
- // Attributes
- public:
- // Operations
- public:
- // Implementation
- public:
- virtual ~CMainFrame();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- protected:
- //{{AFX_MSG(CMainFrame)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////