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

📄 staticbitmap.h

📁 基于dialogic语音卡的IVR系统源代码
💻 H
字号:
// StaticBitmap.h : header file
//
#ifndef STATIC_BITMAP_DEF
#define STATIC_BITMAP_DEF

/////////////////////////////////////////////////////////////////////////////
// CStaticBitmap window

class CStaticBitmap : public CStatic
{
// Construction
public:
	void SetBitmap(UINT resource_id);
	CStaticBitmap();

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CStaticBitmap)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CStaticBitmap();

	// Generated message map functions
protected:
	UINT m_resource_id;
	//{{AFX_MSG(CStaticBitmap)
	afx_msg void OnPaint();
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};

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

#endif // of STATIC_BITMAP_DEF

⌨️ 快捷键说明

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