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

📄 nstatic.h

📁 你用过<<中华诗词6000>>吗?那个是VF编写的,而我是用VC++编烈写的!搜索速度明显比作者原版更快了,还包含了重要的诗词数据库,代码注释详尽.
💻 H
字号:
#pragma once


// CNStatic

class CNStatic : public CStatic
{
	DECLARE_DYNAMIC(CNStatic)

public:
	CNStatic();
	virtual ~CNStatic();
protected:
	int m_px ;
	int m_tx ;
	COLORREF m_bkc;
	COLORREF m_txtc;
	CBitmap *m_bit;
	CFont *m_font;
	CString m_str;
protected:
	DECLARE_MESSAGE_MAP()
public:
	void SetText(CString str, BOOL Redraw = TRUE);
	void SetBKColor(COLORREF crColor);
	void SetTextColor(COLORREF crColor);
	void SetBitmapID(UINT nID);
	afx_msg BOOL OnEraseBkgnd(CDC* pDC);
	void SetFont(CFont*  pFont);
};


⌨️ 快捷键说明

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