MainFrm.h
上传用户:ledjyj
上传日期:2019-03-13
资源大小:36k
文件大小:1k
源码类别:

工具条

开发平台:

Visual C++

  1. // MainFrm.h : interface of the CMainFrame class
  2. //
  3. #pragma once
  4. #include "PropSheetBar.h"
  5. class CPage1;
  6. class CPage2;
  7. class CPage3;
  8. class CMainFrame : public CMDIFrameWnd
  9. {
  10. DECLARE_DYNAMIC(CMainFrame)
  11. public:
  12. CMainFrame();
  13. // Attributes
  14. public:
  15. // Operations
  16. public:
  17. // Overrides
  18. public:
  19. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  20. // Implementation
  21. public:
  22. virtual ~CMainFrame();
  23. #ifdef _DEBUG
  24. virtual void AssertValid() const;
  25. virtual void Dump(CDumpContext& dc) const;
  26. #endif
  27. protected:  // control bar embedded members
  28. CStatusBar  m_wndStatusBar;
  29. CToolBar    m_wndToolBar;
  30. // Generated message map functions
  31. protected:
  32. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  33. DECLARE_MESSAGE_MAP()
  34. public:
  35. };