vc_demoView.h
上传用户:zcy791212
上传日期:2013-03-06
资源大小:196k
文件大小:2k
源码类别:

Modem编程

开发平台:

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(ModemInfoStruct *mi);
  19.     void ClearAllItem(); 
  20.     CFont m_Font1,m_Font2,m_Font3;
  21. // Operations
  22. public:
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CVc_demoView)
  26. public:
  27. virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  28. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  29. protected:
  30. virtual void OnInitialUpdate(); // called first time after construct
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. public:
  34. virtual ~CVc_demoView();
  35. #ifdef _DEBUG
  36. virtual void AssertValid() const;
  37. virtual void Dump(CDumpContext& dc) const;
  38. #endif
  39. protected:
  40. // Generated message map functions
  41. protected:
  42. //{{AFX_MSG(CVc_demoView)
  43. afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
  44. afx_msg void OnCustDrawList(NMHDR* pNMHDR, LRESULT* pResult);
  45. afx_msg void OnClick(NMHDR* pNMHDR, LRESULT* pResult);
  46. afx_msg void OnRclick(NMHDR* pNMHDR, LRESULT* pResult);
  47. //}}AFX_MSG
  48. afx_msg void OnStyleChanged(int nStyleType, LPSTYLESTRUCT lpStyleStruct);
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. #ifndef _DEBUG  // debug version in vc_demoView.cpp
  52. inline CVc_demoDoc* CVc_demoView::GetDocument()
  53.    { return (CVc_demoDoc*)m_pDocument; }
  54. #endif
  55. /////////////////////////////////////////////////////////////////////////////
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  58. #endif // !defined(AFX_VC_DEMOVIEW_H__A51DAC3D_39C7_4BA4_9FDE_5DC962E28C5C__INCLUDED_)