RTScrollEdit.h
上传用户:qhonly
上传日期:2013-06-10
资源大小:487k
文件大小:1k
- #pragma once
- #include "RTEdit.h"
- #include "RTScrollControlContainer.h"
- // CRTScrollEdit
- class CRTScrollEdit : public CRTEdit
- {
- DECLARE_DYNAMIC(CRTScrollEdit)
- public:
- CRTScrollControlContainer m_Container;
- CRTScrollEdit();
- virtual ~CRTScrollEdit();
- protected:
- DECLARE_MESSAGE_MAP()
- public:
- afx_msg void OnPaint();
- afx_msg BOOL OnEraseBkgnd(CDC* pDC);
- protected:
- virtual void PreSubclassWindow();
- public:
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- void SetScroll(void);
- };