ViewOutlook.h
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:1k
- #if !defined(AFX_VIEWOUTLOOK_H__38A44A70_76F6_448D_B47B_505165FAEDCE__INCLUDED_)
- #define AFX_VIEWOUTLOOK_H__38A44A70_76F6_448D_B47B_505165FAEDCE__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ViewOutlook.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CViewOutlook view
- #include "Cjlibrary.h"
- class CViewOutlook : public CView
- {
- protected:
- CViewOutlook(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CViewOutlook)
- // Attributes
- public:
- //列表框
- CCJOutlookBar m_OutlookBar;
- //翻页控件
- CCJPagerCtrl m_Pager;
- CRect m_pRect;
- CImageList m_ImageList;
- protected:
- virtual void OnDraw(CDC* pDC);
- protected:
- virtual ~CViewOutlook();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- //{{AFX_MSG(CViewOutlook)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- afx_msg void OnSize(UINT nType, int cx, int cy);
- afx_msg void OnSelEndOK(UINT lParam, LONG wParam);
- afx_msg BOOL OnEraseBkgnd(CDC* pDC);
- afx_msg HBRUSH CtlColor(CDC* pDC, UINT nCtlColor);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_VIEWOUTLOOK_H__38A44A70_76F6_448D_B47B_505165FAEDCE__INCLUDED_)