MainFrm.h
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:2k
源码类别:

界面编程

开发平台:

Visual C++

  1. // MainFrm.h : interface of the CMainFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MAINFRM_H__AC51825C_25E3_4698_8324_AB336E6F9AFE__INCLUDED_)
  5. #define AFX_MAINFRM_H__AC51825C_25E3_4698_8324_AB336E6F9AFE__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "cjlibrary.h"
  10. #include "doc.h"
  11. #include "doc.h"
  12. #include "DevDemo.h "
  13. #include "e.h"
  14. #include "tree1.h" 
  15. #include "tree2.h" 
  16. #include "treedoc1.h" 
  17. #include "treedoc2.h"
  18. #include "HTMLdoc.h" 
  19. #include "MyHTML.h" 
  20. #define CFrameWnd CCJFrameWnd
  21. class CMainFrame : public CFrameWnd
  22. {
  23. protected: 
  24. CMainFrame();
  25. DECLARE_DYNCREATE(CMainFrame)
  26. public:
  27. //工作区申明
  28. CCJTabCtrlBar m_wndWorkspace1;
  29. CCJTabCtrlBar m_wndWorkspace2;
  30. CCJTabCtrlBar m_wndWorkspace3;
  31. CCJTabCtrlBar m_wndWorkspace4;
  32. //标签运行文档
  33. CMyDoc* m_pDocClass;
  34. CTreeDoc1* m_pDocResource;
  35. CTreeDoc2* m_pDocFile;
  36. CHTMLDOC* m_pDocHtml;
  37. //标签使用的图片列表
  38. CImageList m_TabImages;
  39. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  40. public:
  41. virtual ~CMainFrame();
  42. #ifdef _DEBUG
  43. virtual void AssertValid() const;
  44. virtual void Dump(CDumpContext& dc) const;
  45. #endif
  46. protected:  // control bar embedded members
  47. CStatusBar  m_wndStatusBar;
  48. CToolBar    m_wndToolBar;
  49. protected:
  50. //{{AFX_MSG(CMainFrame)
  51. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  52. //}}AFX_MSG
  53. DECLARE_MESSAGE_MAP()
  54. };
  55. /////////////////////////////////////////////////////////////////////////////
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  58. #endif // !defined(AFX_MAINFRM_H__AC51825C_25E3_4698_8324_AB336E6F9AFE__INCLUDED_)