📄 colorstatic.h
字号:
#ifndef _CCOLOR_STATIC_H_
#define _CCOLOR_STATIC_H_
#include "ColorControl.h"
class CColorStatic : public CStatic, public CColorControl
{
public:
CColorStatic();
virtual ~CColorStatic();
//{{AFX_VIRTUAL(CColorStatic)
//}}AFX_VIRTUAL
protected:
//{{AFX_MSG(CColorStatic)
afx_msg HBRUSH CtlColor(CDC* pDC, UINT nCtlColor);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -