booklibset.h
来自「学校图书馆信息化计划核心----图书管理系统vc版V2.0」· C头文件 代码 · 共 55 行
H
55 行
#if !defined(AFX_BOOKLIBSET_H__ADD4BD34_2D6A_4740_ABF9_3D6A1163959D__INCLUDED_)
#define AFX_BOOKLIBSET_H__ADD4BD34_2D6A_4740_ABF9_3D6A1163959D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BookLibSet.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CBookLibSet recordset
class CBookLibSet : public CRecordset
{
public:
CBookLibSet(CDatabase* pDatabase = NULL);
DECLARE_DYNAMIC(CBookLibSet)
// Field/Param Data
//{{AFX_FIELD(CBookLibSet, CRecordset)
long m_column1;
CString m_Bookid;
CString m_Bookname;
CString m_Bookauthor;
CString m_Bookconcern;
CTime m_Inputdate;
CString m_Handler;
long m_numbers;
long m_Status;
CString m_Typeid;
CString m_Type;
//}}AFX_FIELD
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBookLibSet)
public:
virtual CString GetDefaultConnect(); // Default connection string
virtual CString GetDefaultSQL(); // Default SQL for Recordset
virtual void DoFieldExchange(CFieldExchange* pFX); // RFX support
//}}AFX_VIRTUAL
// 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_BOOKLIBSET_H__ADD4BD34_2D6A_4740_ABF9_3D6A1163959D__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?