AUTOSCROLLVIEW.H
上传用户:lvjun8202
上传日期:2013-04-30
资源大小:797k
文件大小:2k
源码类别:

SNMP编程

开发平台:

C/C++

  1. #if !defined(AFX_AUTOSCROLLVIEW_H__10F0B8E3_F05A_11D2_AD30_000021E82FFA__INCLUDED_)
  2. #define AFX_AUTOSCROLLVIEW_H__10F0B8E3_F05A_11D2_AD30_000021E82FFA__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // AutoScrollView.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CAutoScrollView view
  10. class CAutoScrollView : public CScrollView
  11. {
  12. protected:
  13. CAutoScrollView();           // protected constructor used by dynamic creation
  14. DECLARE_DYNCREATE(CAutoScrollView)
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. private:
  20. void AutoScrollView(UINT nRefMessage);
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CAutoScrollView)
  24. protected:
  25. virtual void OnDraw(CDC* pDC);      // overridden to draw this view
  26. virtual void OnInitialUpdate();     // first time after construct
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. BOOL m_bIsScrolling;
  31. virtual ~CAutoScrollView();
  32. #ifdef _DEBUG
  33. virtual void AssertValid() const;
  34. virtual void Dump(CDumpContext& dc) const;
  35. #endif
  36. // Generated message map functions
  37. //{{AFX_MSG(CAutoScrollView)
  38. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. /////////////////////////////////////////////////////////////////////////////
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_AUTOSCROLLVIEW_H__10F0B8E3_F05A_11D2_AD30_000021E82FFA__INCLUDED_)