📄 myrecord.h
字号:
#if !defined(AFX_MYRECORD_H__683D6081_2897_4BB8_A2BC_A97D31030995__INCLUDED_)
#define AFX_MYRECORD_H__683D6081_2897_4BB8_A2BC_A97D31030995__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MyRecord.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMyRecord recordset
class CMyRecord : public CRecordset
{
public:
BOOL OpenTable(CString tSQL,CString tTableName);
BOOL IsDate(int y,int m,int d,int z);
CMyRecord(CDatabase* pDatabase = NULL);
DECLARE_DYNAMIC(CMyRecord)
CDatabase * m_pDB;
// Implementation
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MYRECORD_H__683D6081_2897_4BB8_A2BC_A97D31030995__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -