📄 hjpgpic.h
字号:
// HJPGPic.h: interface for the CHJPGPic class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_HJPGPIC_H__194EB19E_B6BD_489C_B012_CC32BE1BAA04__INCLUDED_)
#define AFX_HJPGPIC_H__194EB19E_B6BD_489C_B012_CC32BE1BAA04__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "HPublic.h"
#include "HJpegFile.h"
#include <Vfw.h>
class AFX_EXT_CLASS CHJPGPic : public CStatic,public CHPublic
{
public:
CHJPGPic();
virtual ~CHJPGPic();
CString GetPic();
CString SetPic(CString strPic);
protected:
CString m_strJPGFile;
HDRAWDIB m_hDrawDib;
void DrawPic();
// Generated message map functions
//{{AFX_MSG(CHJPGPic)
afx_msg void OnPaint();
afx_msg void OnClicked();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif // !defined(AFX_HJPGPIC_H__194EB19E_B6BD_489C_B012_CC32BE1BAA04__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -