borrowbook.h

来自「基于SQL2000下的图书馆管理系统」· C头文件 代码 · 共 53 行

H
53
字号
#if !defined(AFX_BORROWBOOK_H__A4AA27AB_CAAF_41BB_B30C_EF10CC5A6C84__INCLUDED_)
#define AFX_BORROWBOOK_H__A4AA27AB_CAAF_41BB_B30C_EF10CC5A6C84__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// borrowbook.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// Cborrowbook dialog

class Cborrowbook : public CDialog
{
// Construction
public:
	Cborrowbook(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(Cborrowbook)
	enum { IDD = IDD_BORROWBOOK_DIALOG };
	CEdit	m_showlianjie;
	CString	m_sno;
	CString	m_sname;
	CString	m_sclass;
	CString	m_sbookname;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(Cborrowbook)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(Cborrowbook)
	afx_msg void Onlianjieshujuku();
	afx_msg void Ontijiao();
	afx_msg void OnButton3();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_BORROWBOOK_H__A4AA27AB_CAAF_41BB_B30C_EF10CC5A6C84__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?