?? borrow.h
字號:
// Borrow.h: interface for the CBorrow class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BORROW_H__35E323DD_D513_4A3B_BF24_7F4A20BE2830__INCLUDED_)
#define AFX_BORROW_H__35E323DD_D513_4A3B_BF24_7F4A20BE2830__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CBorrow
{
public:
void sql_getTime();
CString GetKeepTime();
void SetKeepTime(CString vKeepTime);
CString GetDateB();
void SetDateB(CString vDateB);
CString GetTitle();
void SetTitle(CString vTitle);
CString GetNameReader();
void SetNameReader(CString vNameReader);
CString GetISBN();
void SetISBN(CString vISBN);
CString GetIDReader();
void SetIDReader(CString vIDReader);
CBorrow();
virtual ~CBorrow();
void GetData(CString vISBN);
void sql_delete(CString vISBN);
void sql_getKeepTime();
void sql_insert();
private:
CString KeepTime;
CString DateB;
CString ISBN;
CString Title;
CString NameReader;
CString IDReader;
};
#endif // !defined(AFX_BORROW_H__35E323DD_D513_4A3B_BF24_7F4A20BE2830__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -