returnbookdlg.h

来自「用MFC写的图书信息管理系统」· C头文件 代码 · 共 52 行

H
52
字号
#if !defined(AFX_RETURNBOOKDLG_H__4C861FA7_F93F_4619_9C0C_978A4374841C__INCLUDED_)
#define AFX_RETURNBOOKDLG_H__4C861FA7_F93F_4619_9C0C_978A4374841C__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CReturnBookDlg dialog
#include "LibraryView.h"
class CLibraryView;

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

// Dialog Data
	//{{AFX_DATA(CReturnBookDlg)
	enum { IDD = IDD_DLG_RETURN_BOOK };
	int		m_nBid;
	CLibraryView* m_pView;
	int		m_nRid;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CReturnBookDlg)
	afx_msg void OnButExit4();
	afx_msg void OnButReturnBook();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_RETURNBOOKDLG_H__4C861FA7_F93F_4619_9C0C_978A4374841C__INCLUDED_)

⌨️ 快捷键说明

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