blobshowwnd.h
来自「在VC中用ODBC实现LOB数据在多种数据库中的统一读写」· C头文件 代码 · 共 50 行
H
50 行
#if !defined(AFX_BLOBSHOWWND_H__4ED67CCF_65E6_4E27_9431_942EDC8BDFF6__INCLUDED_)
#define AFX_BLOBSHOWWND_H__4ED67CCF_65E6_4E27_9431_942EDC8BDFF6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BLOBShowWnd.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CBLOBShowWnd frame
class CBLOBShowWnd : public CFrameWnd
{
DECLARE_DYNCREATE(CBLOBShowWnd)
protected:
public:
CBLOBShowWnd(); // protected constructor used by dynamic creation
// Attributes
public:
CBitmap m_Image;
// Operations
public:
void SetImage(CString);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBLOBShowWnd)
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CBLOBShowWnd();
// Generated message map functions
//{{AFX_MSG(CBLOBShowWnd)
afx_msg void OnPaint();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BLOBSHOWWND_H__4ED67CCF_65E6_4E27_9431_942EDC8BDFF6__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?