1 Star 0 Fork 9

LYDYYDS / MFCSkin

forked from xmsharp / MFCSkin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CustomerStatic.h 647 Bytes
一键复制 编辑 原始数据 按行查看 历史
xmsharp 提交于 2020-04-24 14:25 . 新增文件
#pragma once
// CCustomerStatic
class CCustomerDrawStatic : public CStatic
{
DECLARE_DYNAMIC(CCustomerDrawStatic)
afx_msg HBRUSH CtlColor(CDC* pDC, UINT nCtlColor);
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
public:
CCustomerDrawStatic();
virtual ~CCustomerDrawStatic();
void SetTextColor(COLORREF color);
void SetBkColor(COLORREF color);
void SetNeedChangeCur(BOOL bChange);
void SetBkTransparent(BOOL bTrans);
protected:
DECLARE_MESSAGE_MAP()
private:
COLORREF m_txtColor;
COLORREF m_bkColor;
CBrush m_bkBrush;
BOOL m_bChangeCursor;
BOOL m_bTransparent;//Ƿ͸
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/lydyyds/MFCSkin.git
git@gitee.com:lydyyds/MFCSkin.git
lydyyds
MFCSkin
MFCSkin
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891