Left.h
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:1k
- #if !defined(AFX_LEFT_H__94C4C7CE_8A4E_4F0B_99C0_F9CDC3068444__INCLUDED_)
- #define AFX_LEFT_H__94C4C7CE_8A4E_4F0B_99C0_F9CDC3068444__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Left.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CLeft view
- #include "CJlibrary.h"
- class CLeft : public CView
- {
- protected:
- CLeft();
- DECLARE_DYNCREATE(CLeft)
- public:
- CCJShellTree m_ShellTree;
- //目录树标题、按钮
- CCJCaption m_Caption;
- CCJFlatButton m_CaptionButton;
- CImageList m_ImageList;
- protected:
- virtual void OnDraw(CDC* pDC);
-
- protected:
- virtual ~CLeft();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- protected:
- //{{AFX_MSG(CLeft)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- afx_msg void OnSize(UINT nType, int cx, int cy);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_LEFT_H__94C4C7CE_8A4E_4F0B_99C0_F9CDC3068444__INCLUDED_)