SmsTestView.h
上传用户:hcymiss
上传日期:2009-09-17
资源大小:121k
文件大小:2k
源码类别:

手机短信编程

开发平台:

Visual C++

  1. // SmsTestView.h : interface of the CSmsTestView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_SMSTESTVIEW_H__761E3290_6C42_4F91_98C7_B20C5F7E9DA4__INCLUDED_)
  5. #define AFX_SMSTESTVIEW_H__761E3290_6C42_4F91_98C7_B20C5F7E9DA4__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CSmsTestView : public CListView
  10. {
  11. protected: // create from serialization only
  12. CSmsTestView();
  13. DECLARE_DYNCREATE(CSmsTestView)
  14. // Attributes
  15. public:
  16. CSmsTestDoc* GetDocument();
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CSmsTestView)
  22. public:
  23. virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  24. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  25. virtual BOOL DestroyWindow();
  26. protected:
  27. virtual void OnInitialUpdate(); // called first time after construct
  28. virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
  29. virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
  30. virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. public:
  34. virtual ~CSmsTestView();
  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(CSmsTestView)
  43. afx_msg void OnTimer(UINT nIDEvent);
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. #ifndef _DEBUG  // debug version in SmsTestView.cpp
  48. inline CSmsTestDoc* CSmsTestView::GetDocument()
  49.    { return (CSmsTestDoc*)m_pDocument; }
  50. #endif
  51. /////////////////////////////////////////////////////////////////////////////
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_SMSTESTVIEW_H__761E3290_6C42_4F91_98C7_B20C5F7E9DA4__INCLUDED_)