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

多媒体编程

开发平台:

Visual C++

  1. class CMainFrame : public CMDIFrameWnd
  2. {
  3. DECLARE_DYNAMIC(CMainFrame)
  4. public:
  5. CMainFrame();
  6. // Attributes
  7. public:
  8. // Operations
  9. public:
  10. // Overrides
  11. // ClassWizard generated virtual function overrides
  12. //{{AFX_VIRTUAL(CMainFrame)
  13. public:
  14. virtual BOOL DestroyWindow();
  15. //}}AFX_VIRTUAL
  16. // Implementation
  17. public:
  18. CStatusBar m_wndStatusBar;
  19. virtual ~CMainFrame();
  20. // Generated message map functions
  21. protected:
  22. //{{AFX_MSG(CMainFrame)
  23. afx_msg void OnRequest();
  24. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  25. //}}AFX_MSG
  26. DECLARE_MESSAGE_MAP()
  27. };
  28. /////////////////////////////////////////////////////////////////////////////