MAINFRM.H
上传用户:tuheem
上传日期:2007-05-01
资源大小:21889k
文件大小:1k
- class CMainFrame : public CMDIFrameWnd
- {
- DECLARE_DYNAMIC(CMainFrame)
- public:
- CMainFrame();
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMainFrame)
- public:
- virtual BOOL DestroyWindow();
- //}}AFX_VIRTUAL
- // Implementation
- public:
- CStatusBar m_wndStatusBar;
-
- virtual ~CMainFrame();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CMainFrame)
- afx_msg void OnRequest();
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////