vc_demoView.h
上传用户:lmzg333
上传日期:2013-04-15
资源大小:376k
文件大小:2k
源码类别:

通讯/手机编程

开发平台:

Visual C++

  1. // vc_demoView.h : interface of the CVc_demoView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_VC_DEMOVIEW_H__A51DAC3D_39C7_4BA4_9FDE_5DC962E28C5C__INCLUDED_)
  5. #define AFX_VC_DEMOVIEW_H__A51DAC3D_39C7_4BA4_9FDE_5DC962E28C5C__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CVc_demoView : public CListView
  10. {
  11. protected: // create from serialization only
  12. CVc_demoView();
  13. DECLARE_DYNCREATE(CVc_demoView)
  14. void setViewStyle(void);
  15. // Attributes
  16. public:
  17. CVc_demoDoc* GetDocument();
  18.     void InsertUserItem(char *,char *,char *,
  19. unsigned long,unsigned short,unsigned long,unsigned short);
  20.     void ClearAllItem(); 
  21.     CFont m_Font1,m_Font2,m_Font3;
  22. // Operations
  23. public:
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CVc_demoView)
  27. public:
  28. virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  29. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  30. protected:
  31. virtual void OnInitialUpdate(); // called first time after construct
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. public:
  35. virtual ~CVc_demoView();
  36. #ifdef _DEBUG
  37. virtual void AssertValid() const;
  38. virtual void Dump(CDumpContext& dc) const;
  39. #endif
  40. protected:
  41. // Generated message map functions
  42. protected:
  43. //{{AFX_MSG(CVc_demoView)
  44. afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
  45. afx_msg void OnCustDrawList(NMHDR* pNMHDR, LRESULT* pResult);
  46. afx_msg void OnClick(NMHDR* pNMHDR, LRESULT* pResult);
  47. afx_msg void OnRclick(NMHDR* pNMHDR, LRESULT* pResult);
  48. //}}AFX_MSG
  49. afx_msg void OnStyleChanged(int nStyleType, LPSTYLESTRUCT lpStyleStruct);
  50. DECLARE_MESSAGE_MAP()
  51. };
  52. #ifndef _DEBUG  // debug version in vc_demoView.cpp
  53. inline CVc_demoDoc* CVc_demoView::GetDocument()
  54.    { return (CVc_demoDoc*)m_pDocument; }
  55. #endif
  56. /////////////////////////////////////////////////////////////////////////////
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  59. #endif // !defined(AFX_VC_DEMOVIEW_H__A51DAC3D_39C7_4BA4_9FDE_5DC962E28C5C__INCLUDED_)