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

📄 multicolorstatic.h

📁 dll的一些学习资料
💻 H
字号:
#if !defined(AFX_MULTICOLORSTATIC_H__3EA59BF0_2C29_46AE_8EDB_90EAC1A11EC6__INCLUDED_)
#define AFX_MULTICOLORSTATIC_H__3EA59BF0_2C29_46AE_8EDB_90EAC1A11EC6__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MultiColorStatic.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CMultiColorStatic window

class AFX_EXT_CLASS CMultiColorStatic : public CStatic
{
	// Construction
public:
	CMultiColorStatic();
	virtual ~CMultiColorStatic();
	// Attributes
protected:	
	CString m_strCaption;	
	COLORREF m_BackColor;
	COLORREF m_TextColor;
	// Operations
public:
    void SetTextColor(COLORREF TextColor);    
    void SetBackColor(COLORREF BackColor);    	
	void SetCaption(CString strCaption);
	// Generated message map functions
protected:
    afx_msg void OnPaint();
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MULTICOLORSTATIC_H__3EA59BF0_2C29_46AE_8EDB_90EAC1A11EC6__INCLUDED_)

⌨️ 快捷键说明

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