HoverEdit.h
上传用户:jinq198
上传日期:2014-05-21
资源大小:111k
文件大小:1k
源码类别:

文件操作

开发平台:

Visual C++

  1. #if !defined(AFX_HOVEREDIT_H__372AC76D_6B84_435C_8300_9519EB021C8C__INCLUDED_)
  2. #define AFX_HOVEREDIT_H__372AC76D_6B84_435C_8300_9519EB021C8C__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // HoverEdit.h : header file
  7. // Modified by jingzhou xu
  8. #include "TrackControl.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CHoverEdit window
  11. class CHoverEdit : public CTrackControl<CEdit>
  12. {
  13. // Construction
  14. public:
  15. CHoverEdit();
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CHoverEdit)
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. public:
  26. virtual void OnHoverLeave();
  27. virtual void OnHoverEnter();
  28. virtual ~CHoverEdit();
  29. // Generated message map functions
  30. protected:
  31. //{{AFX_MSG(CHoverEdit)
  32. afx_msg void OnNcPaint();
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. private:
  36. inline void Redraw();
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_HOVEREDIT_H__372AC76D_6B84_435C_8300_9519EB021C8C__INCLUDED_)