HMXNumEdit.h
上传用户:yinguanfa
上传日期:2022-02-19
资源大小:400k
文件大小:1k
源码类别:

ListView/ListBox

开发平台:

Visual C++

  1. #if !defined(AFX_HMXNUMEDIT_H__F5CF2723_FC89_11D4_BD28_0060520365FB__INCLUDED_)
  2. #define AFX_HMXNUMEDIT_H__F5CF2723_FC89_11D4_BD28_0060520365FB__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. #include "HMXEdit.h"
  7. /////////////////////////////////////////////////////////////////////////////
  8. // CHMXNumEdit window
  9. class CHMXNumEdit : public CHMXEdit
  10. {
  11. // Construction
  12. public:
  13. CHMXNumEdit();
  14. // Attributes
  15. public:
  16. // Operations
  17. public:
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CHMXNumEdit)
  21. //}}AFX_VIRTUAL
  22. // Implementation
  23. public:
  24. bool GetEngFormat();
  25. bool SetEngFormat( bool bEngFormat = true );
  26. virtual ~CHMXNumEdit();
  27. // Generated message map functions
  28. protected:
  29. bool m_bEngFormat;
  30. //{{AFX_MSG(CHMXNumEdit)
  31. afx_msg void OnChar(UINT nChar, UINT nRepCnt, UINT nFlags);
  32. afx_msg void OnKillFocus();
  33. afx_msg HBRUSH CtlColor(CDC* pDC, UINT nCtlColor);
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. /////////////////////////////////////////////////////////////////////////////
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_HMXNUMEDIT_H__F5CF2723_FC89_11D4_BD28_0060520365FB__INCLUDED_)