MainFrm.h
上传用户:pumpssky
上传日期:2007-12-07
资源大小:110k
文件大小:1k
源码类别:

MacOS编程

开发平台:

C/C++

  1. // MainFrm.h : interface of the CMainFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MAINFRM_H__624BC2E8_F75E_4EE3_8B65_93A4B7DF725C__INCLUDED_)
  5. #define AFX_MAINFRM_H__624BC2E8_F75E_4EE3_8B65_93A4B7DF725C__INCLUDED_
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. class CMainFrame : public CFrameWnd
  10. {
  11. protected: // create from serialization only
  12. CMainFrame();
  13. DECLARE_DYNCREATE(CMainFrame)
  14. // Attributes
  15. public:
  16. // Operations
  17. public:
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CMainFrame)
  21. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. public:
  25. virtual ~CMainFrame();
  26. #ifdef _DEBUG
  27. virtual void AssertValid() const;
  28. virtual void Dump(CDumpContext& dc) const;
  29. #endif
  30. protected:  // control bar embedded members
  31. // Generated message map functions
  32. protected:
  33. //{{AFX_MSG(CMainFrame)
  34. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  35. // NOTE - the ClassWizard will add and remove member functions here.
  36. //    DO NOT EDIT what you see in these blocks of generated code!
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. /////////////////////////////////////////////////////////////////////////////
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_MAINFRM_H__624BC2E8_F75E_4EE3_8B65_93A4B7DF725C__INCLUDED_)