UpDownBtn.h
资源名称:视频会议系统.rar [点击查看]
上传用户:popouu88
上传日期:2013-02-11
资源大小:2894k
文件大小:1k
源码类别:
IP电话/视频会议
开发平台:
Visual C++
- #if !defined(AFX_UPDOWNBTN_H__23EB8B91_DB9F_4D59_9BED_264C6F4901D5__INCLUDED_)
- #define AFX_UPDOWNBTN_H__23EB8B91_DB9F_4D59_9BED_264C6F4901D5__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // UpDownBtn.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CUpDownBtn window
- class CUpDownBtn : public CButton
- {
- public:
- CUpDownBtn( );
- virtual ~CUpDownBtn( );
- int action;
- protected:
- //{{AFX_VIRTUAL(CUpDownBtn)
- //}}AFX_VIRTUAL
- //{{AFX_MSG(CUpDownBtn)
- afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
- afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_UPDOWNBTN_H__23EB8B91_DB9F_4D59_9BED_264C6F4901D5__INCLUDED_)