HotEdit.h
上传用户:ybbdhb
上传日期:2007-01-02
资源大小:31k
文件大小:2k
源码类别:

编辑框

开发平台:

Visual C++

  1. #if !defined(AFX_HOTEDIT_H__BE9A5170_B912_11D2_B882_0020182B6AB8__INCLUDED_)
  2. #define AFX_HOTEDIT_H__BE9A5170_B912_11D2_B882_0020182B6AB8__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // HotEdit.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CHotEdit window
  10. class CHotEdit : public CEdit
  11. {
  12. // Construction
  13. public:
  14. CHotEdit();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CHotEdit)
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. public:
  25. virtual ~CHotEdit();
  26. // Generated message map functions
  27. protected:
  28. virtual void DrawBorder(bool fHot = true);
  29. COLORREF m_clr3DHilight;
  30. COLORREF m_clr3DLight;
  31. COLORREF m_clr3DDkShadow;
  32. COLORREF m_clr3DShadow;
  33. COLORREF m_clr3DFace;
  34. bool m_fTimerSet;
  35. bool m_fGotFocus;
  36. //{{AFX_MSG(CHotEdit)
  37. afx_msg void OnPaint();
  38. afx_msg void OnSetFocus(CWnd* pOldWnd);
  39. afx_msg void OnKillFocus(CWnd* pNewWnd);
  40. afx_msg void OnMouseMove(UINT nFlags, CPoint point);
  41. afx_msg void OnTimer(UINT nIDEvent);
  42. afx_msg void OnNcMouseMove(UINT nHitTest, CPoint point);
  43. afx_msg void OnSysColorChange();
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. /////////////////////////////////////////////////////////////////////////////
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_HOTEDIT_H__BE9A5170_B912_11D2_B882_0020182B6AB8__INCLUDED_)