NumSpinCtrl.h
上传用户:sz81710966
上传日期:2013-03-01
资源大小:409k
文件大小:2k
源码类别:

多国语言处理

开发平台:

Visual C++

  1. #if !defined(AFX_NUMSPINCTRL_H__C2BD95A2_A482_11D2_A6A7_00600844997A__INCLUDED_)
  2. #define AFX_NUMSPINCTRL_H__C2BD95A2_A482_11D2_A6A7_00600844997A__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // NumSpinCtrl.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CNumSpinCtrl window
  10. #include "NumEdit.h"
  11. class CNumSpinCtrl : public CSpinButtonCtrl
  12. {
  13. DECLARE_DYNAMIC(CNumSpinCtrl)
  14. // Construction
  15. public:
  16. CNumSpinCtrl();
  17. virtual ~CNumSpinCtrl();
  18. // Attributes
  19. public:
  20. // Operations
  21. public:
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CNumSpinCtrl)
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. public:
  28. virtual void SetDelta(NUMSTYLE delta);
  29. virtual NUMSTYLE GetDelta();
  30. virtual void SetBuddy(CNumEdit *pEdit);
  31. virtual CNumEdit* GetBuddy() const;
  32. virtual void GetRange(NUMSTYLE lower, NUMSTYLE upper ) const;
  33. virtual void SetRange(NUMSTYLE nLower, NUMSTYLE nUpper );
  34. virtual NUMSTYLE GetPos();
  35. virtual void SetPos(NUMSTYLE val);
  36. // Generated message map functions
  37. protected:
  38. //{{AFX_MSG(CNumSpinCtrl)
  39. afx_msg void OnDeltapos(NMHDR* pNMHDR, LRESULT* pResult);
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. /////////////////////////////////////////////////////////////////////////////
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_NUMSPINCTRL_H__C2BD95A2_A482_11D2_A6A7_00600844997A__INCLUDED_)