MainFrm.h
上传用户:icamtech05
上传日期:2020-11-24
资源大小:10883k
文件大小:1k
源码类别:

编辑框

开发平台:

Visual C++

  1. // MainFrm.h : CMainFrame 类的接口
  2. //
  3. #pragma once
  4. #include "afxext.h"
  5. #include "MyDlgBar.h"
  6. class CMyEditerView;
  7. class CView2;
  8. class CMainFrame : public CMDIFrameWnd
  9. {
  10. DECLARE_DYNAMIC(CMainFrame)
  11. public:
  12. CMainFrame();
  13. // 属性
  14. public:
  15. // 操作
  16. public:
  17. // 重写
  18. public:
  19. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  20. // 实现
  21. public:
  22. virtual ~CMainFrame();
  23. #ifdef _DEBUG
  24. virtual void AssertValid() const;
  25. virtual void Dump(CDumpContext& dc) const;
  26. #endif
  27. protected:  // 控件条嵌入成员
  28. CStatusBar  m_wndStatusBar;
  29. CToolBar    m_wndToolBar;
  30. // CMyDlgBar m_myDlgBar;
  31. CMyDlgBar* m_pBar;
  32. // 生成的消息映射函数
  33. protected:
  34. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  35. DECLARE_MESSAGE_MAP()
  36. protected:
  37. Bool OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext)