📄 staticbitmap.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 + -