📄 transparentstatic.h
字号:
#if !defined(AFX_TRANSPARENTSTATIC_H__38742BC5_1B5B_433D_8DE3_8CC5B8A3271F__INCLUDED_)
#define AFX_TRANSPARENTSTATIC_H__38742BC5_1B5B_433D_8DE3_8CC5B8A3271F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class AFX_EXT_CLASS CTransparentStatic : public CStatic
{
public:
CTransparentStatic();
CBrush m_nNullBrush;
CFont font;
public:
//{{AFX_VIRTUAL(CTransparentStatic)
//}}AFX_VIRTUAL
public:
void InitFont();
virtual ~CTransparentStatic();
protected:
//{{AFX_MSG(CTransparentStatic)
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
afx_msg HBRUSH CtlColor(CDC* pDC, UINT nCtlColor);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif // !defined(AFX_TRANSPARENTSTATIC_H__38742BC5_1B5B_433D_8DE3_8CC5B8A3271F__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -