?? winxpbuttonst.h
字號(hào):
//
#ifndef _WINXPBUTTONST_H_
#define _WINXPBUTTONST_H_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifdef UNDER_CE
#include "CeBtnST.h"
#define BASE_BUTTONST CCeButtonST
#else
#include "BtnST.h"
#define BASE_BUTTONST CButtonST
#endif
class CWinXPButtonST : public BASE_BUTTONST
{
public:
CWinXPButtonST();
virtual ~CWinXPButtonST();
DWORD SetRounded(BOOL bRounded, BOOL bRepaint = TRUE);
protected:
virtual DWORD OnDrawBackground(CDC* pDC, CRect* pRect);
virtual DWORD OnDrawBorder(CDC* pDC, CRect* pRect);
private:
BOOL m_bIsRounded; // Borders must be rounded?
};
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -