NumSpinCtrl.h
资源名称:fontcurve.rar [点击查看]
上传用户:sz81710966
上传日期:2013-03-01
资源大小:409k
文件大小:2k
源码类别:
多国语言处理
开发平台:
Visual C++
- #if !defined(AFX_NUMSPINCTRL_H__C2BD95A2_A482_11D2_A6A7_00600844997A__INCLUDED_)
- #define AFX_NUMSPINCTRL_H__C2BD95A2_A482_11D2_A6A7_00600844997A__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // NumSpinCtrl.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CNumSpinCtrl window
- #include "NumEdit.h"
- class CNumSpinCtrl : public CSpinButtonCtrl
- {
- DECLARE_DYNAMIC(CNumSpinCtrl)
- // Construction
- public:
- CNumSpinCtrl();
- virtual ~CNumSpinCtrl();
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CNumSpinCtrl)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual void SetDelta(NUMSTYLE delta);
- virtual NUMSTYLE GetDelta();
- virtual void SetBuddy(CNumEdit *pEdit);
- virtual CNumEdit* GetBuddy() const;
- virtual void GetRange(NUMSTYLE lower, NUMSTYLE upper ) const;
- virtual void SetRange(NUMSTYLE nLower, NUMSTYLE nUpper );
- virtual NUMSTYLE GetPos();
- virtual void SetPos(NUMSTYLE val);
- // Generated message map functions
- protected:
- //{{AFX_MSG(CNumSpinCtrl)
- afx_msg void OnDeltapos(NMHDR* pNMHDR, LRESULT* pResult);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_NUMSPINCTRL_H__C2BD95A2_A482_11D2_A6A7_00600844997A__INCLUDED_)