hjpgpic.h

来自「枚举主机网络设备」· C头文件 代码 · 共 38 行

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