common.h
来自「用C++编写的数据库软件」· C头文件 代码 · 共 30 行
H
30 行
/////////////////////////////////////////////////////////////////////////////
// CCommon window
class CCommon
{
// Construction
public:
CCommon();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCommon)
//}}AFX_VIRTUAL
// Implementation
public:
static CString DisplayAdoError(_ConnectionPtr m_pConnection);
virtual ~CCommon();
};
/////////////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?