GoodSliderCtrl.h
资源名称:VGAPlayer.rar [点击查看]
上传用户:dreamzjm
上传日期:2014-06-08
资源大小:388k
文件大小:1k
源码类别:
多媒体编程
开发平台:
Visual C++
- #if !defined(AFX_GOODSLIDERCTRL_H__36B0EC7D_790F_4AF2_9366_3D133B019B67__INCLUDED_)
- #define AFX_GOODSLIDERCTRL_H__36B0EC7D_790F_4AF2_9366_3D133B019B67__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // GoodSliderCtrl.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CGoodSliderCtrl window
- class CGoodSliderCtrl : public CSliderCtrl
- {
- // Construction
- public:
- CGoodSliderCtrl();
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CGoodSliderCtrl)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CGoodSliderCtrl();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CGoodSliderCtrl)
- 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_GOODSLIDERCTRL_H__36B0EC7D_790F_4AF2_9366_3D133B019B67__INCLUDED_)