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

界面编程

开发平台:

Visual C++

  1. #if !defined(AFX_VIEWOUTLOOK_H__38A44A70_76F6_448D_B47B_505165FAEDCE__INCLUDED_)
  2. #define AFX_VIEWOUTLOOK_H__38A44A70_76F6_448D_B47B_505165FAEDCE__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ViewOutlook.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CViewOutlook view
  10. #include "Cjlibrary.h"
  11. class CViewOutlook : public CView
  12. {
  13. protected:
  14. CViewOutlook();           // protected constructor used by dynamic creation
  15. DECLARE_DYNCREATE(CViewOutlook)
  16. // Attributes
  17. public:
  18. //列表框
  19. CCJOutlookBar m_OutlookBar;
  20. //翻页控件
  21. CCJPagerCtrl m_Pager;
  22. CRect m_pRect;
  23. CImageList m_ImageList;
  24. protected:
  25. virtual void OnDraw(CDC* pDC);      
  26. protected:
  27. virtual ~CViewOutlook();
  28. #ifdef _DEBUG
  29. virtual void AssertValid() const;
  30. virtual void Dump(CDumpContext& dc) const;
  31. #endif
  32. protected:
  33. //{{AFX_MSG(CViewOutlook)
  34. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  35. afx_msg void OnSize(UINT nType, int cx, int cy);
  36. afx_msg void OnSelEndOK(UINT lParam, LONG wParam);
  37. afx_msg BOOL OnEraseBkgnd(CDC* pDC);
  38. afx_msg HBRUSH CtlColor(CDC* pDC, UINT nCtlColor);
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. /////////////////////////////////////////////////////////////////////////////
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_VIEWOUTLOOK_H__38A44A70_76F6_448D_B47B_505165FAEDCE__INCLUDED_)