UpDownBtn.h
上传用户:popouu88
上传日期:2013-02-11
资源大小:2894k
文件大小:1k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. #if !defined(AFX_UPDOWNBTN_H__23EB8B91_DB9F_4D59_9BED_264C6F4901D5__INCLUDED_)
  2. #define AFX_UPDOWNBTN_H__23EB8B91_DB9F_4D59_9BED_264C6F4901D5__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // UpDownBtn.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CUpDownBtn window
  10. class CUpDownBtn : public CButton
  11. {
  12. public:
  13.          CUpDownBtn( );
  14.     
  15. virtual ~CUpDownBtn( );
  16. int      action;
  17. protected:
  18. //{{AFX_VIRTUAL(CUpDownBtn)
  19. //}}AFX_VIRTUAL
  20. //{{AFX_MSG(CUpDownBtn)
  21. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  22. afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
  23. //}}AFX_MSG
  24. DECLARE_MESSAGE_MAP()
  25. };
  26. /////////////////////////////////////////////////////////////////////////////
  27. //{{AFX_INSERT_LOCATION}}
  28. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  29. #endif // !defined(AFX_UPDOWNBTN_H__23EB8B91_DB9F_4D59_9BED_264C6F4901D5__INCLUDED_)