⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 funnystyle.h

📁 vc做的换皮肤例子
💻 H
字号:
// FunnyStyle.h: interface for the CFunnyStyle class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_FUNNYSTYLE_H__B895C338_1BB4_415B_B79A_BF53BC9BB036__INCLUDED_)
#define AFX_FUNNYSTYLE_H__B895C338_1BB4_415B_B79A_BF53BC9BB036__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CFunnyStyle : public CBCGPVisualManager  
{
public:
	CFunnyStyle();
	virtual ~CFunnyStyle();

	virtual void OnDrawBarGripper (CDC* pDC, CRect rectGripper, BOOL bHorz, 
									CBCGPBaseControlBar* pBar);
	virtual COLORREF OnFillMiniFrameCaption (CDC* pDC, CRect rectCaption, 
											CBCGPMiniFrameWnd* pFrameWnd, 
											BOOL bActive);
	virtual void OnFillBarBackground (CDC* pDC, CBCGPBaseControlBar* pBar,
									CRect rectClient, CRect rectClip,
									BOOL bNCArea = FALSE);
	virtual void OnHighlightMenuItem (CDC* pDC, CBCGPToolbarMenuButton* pButton,
									CRect rect, COLORREF& clrText);
	virtual void OnDrawSeparator (CDC* pDC, CBCGPBaseControlBar* pBar, CRect rect, BOOL bHorz);
	virtual void OnEraseTabsArea (CDC* pDC, CRect rect, const CBCGPBaseTabWnd* pTabWnd);

	virtual COLORREF OnDrawControlBarCaption (CDC* pDC, CBCGPDockingControlBar* pBar, 
		BOOL bActive, CRect rectCaption, CRect rectButtons);
};

#endif // !defined(AFX_FUNNYSTYLE_H__B895C338_1BB4_415B_B79A_BF53BC9BB036__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -