?? simplemp3sliderctrl.h
字號:
/*
* Copyright (c) 2002, Bcdliang
* All rights reserved.
*
* 文件名稱:SimpleMP3SliderCtrl.h
* 摘 要:類CSimpleMP3SliderCtrl的聲明
類CSimpleMP3SliderCtrl簡單封裝了改變滾動條底色的功能
*
* 當前版本:1.01
* 作 者:LIANG Zheng
* 完成日期:2002年8月11日
*/
#if !defined(AFX_SIMPLEMP3SLIDERCTRL_H__1820F029_7CA8_45BA_A46C_4E836724F087__INCLUDED_)
#define AFX_SIMPLEMP3SLIDERCTRL_H__1820F029_7CA8_45BA_A46C_4E836724F087__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CSimpleMP3SliderCtrl window
class CSimpleMP3SliderCtrl : public CSliderCtrl
{
// Construction
public:
CSimpleMP3SliderCtrl();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSimpleMP3SliderCtrl)
//}}AFX_VIRTUAL
// Implementation
public:
COLORREF GetBkColor() const;
void SetBkColor(COLORREF crBk);
virtual ~CSimpleMP3SliderCtrl();
// Generated message map functions
protected:
COLORREF m_crBk;
HBRUSH m_hBrush;
//{{AFX_MSG(CSimpleMP3SliderCtrl)
afx_msg HBRUSH CtlColor(CDC* pDC, UINT nCtlColor);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SIMPLEMP3SLIDERCTRL_H__1820F029_7CA8_45BA_A46C_4E836724F087__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -