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

界面编程

开发平台:

Visual C++

  1. #if !defined(AFX_LEFT_H__94C4C7CE_8A4E_4F0B_99C0_F9CDC3068444__INCLUDED_)
  2. #define AFX_LEFT_H__94C4C7CE_8A4E_4F0B_99C0_F9CDC3068444__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Left.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CLeft view
  10. #include "CJlibrary.h"
  11. class CLeft : public CView
  12. {
  13. protected:
  14. CLeft();          
  15. DECLARE_DYNCREATE(CLeft)
  16. public:
  17. CCJShellTree m_ShellTree;
  18. //目录树标题、按钮
  19. CCJCaption m_Caption;
  20. CCJFlatButton m_CaptionButton;
  21. CImageList m_ImageList;
  22. protected:
  23. virtual void OnDraw(CDC* pDC);
  24. protected:
  25. virtual ~CLeft();
  26. #ifdef _DEBUG
  27. virtual void AssertValid() const;
  28. virtual void Dump(CDumpContext& dc) const;
  29. #endif
  30. // Generated message map functions
  31. protected:
  32. //{{AFX_MSG(CLeft)
  33. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  34. afx_msg void OnSize(UINT nType, int cx, int cy);
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_LEFT_H__94C4C7CE_8A4E_4F0B_99C0_F9CDC3068444__INCLUDED_)