?? record.h
字號:
// Record.h: interface for the CRecord class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_RECORD_H__9D30CBDA_E635_41E0_8C40_EE416FFBE6F0__INCLUDED_)
#define AFX_RECORD_H__9D30CBDA_E635_41E0_8C40_EE416FFBE6F0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
//#include "ado.h"
class CRecord
{
public:
CRecord();
virtual ~CRecord();
private:
_RecordsetPtr m_pRecordset;
};
#endif // !defined(AFX_RECORD_H__9D30CBDA_E635_41E0_8C40_EE416FFBE6F0__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -