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

📄 bitmapbtn.h

📁 串口的读写
💻 H
字号:
#pragma once


/////////////////////////////////////////////////////////////////////////////
// CZBitmap window
class CZBitmap : public CBitmapButton
{
// Construction
public:
	CZBitmap();
	virtual ~CZBitmap();

protected:
	BOOL m_bDown;
	CToolTipCtrl m_ToolTip;			// Tooltip

	// Generated message map functions
protected:
	//{{AFX_MSG(CZBitmap)
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
private:
	void InitToolTip();
public:
	void SetTooltipText(int nText, BOOL bActivate = TRUE);
	void SetTooltipText(LPCTSTR lpszText, BOOL bActivate = TRUE);
	void ActivateTooltip(BOOL bEnable = TRUE);

public:
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
};

⌨️ 快捷键说明

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