staticbitmap.h

来自「基于dialogic语音卡的IVR系统源代码」· C头文件 代码 · 共 43 行

H
43
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?