inbookdlg.h

来自「简单的图书管理系统」· C头文件 代码 · 共 57 行

H
57
字号
#if !defined(AFX_INBOOKDLG_H__5505F841_D814_4A17_BA0D_0852DD625A0F__INCLUDED_)
#define AFX_INBOOKDLG_H__5505F841_D814_4A17_BA0D_0852DD625A0F__INCLUDED_

#include "BSet.h"	// Added by ClassView
#include "ReaderSet.h"	// Added by ClassView
#include "LendSet.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// InBookDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CInBookDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CInBookDlg)
	enum { IDD = IDD_InquireLend };
	CListCtrl	m_ListInBook;
	CComboBox	m_InBook;
	CString	m_Date;
	//}}AFX_DATA


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

// Implementation
protected:
	CLendSet m_pLend2Set;
	CLendSet m_pLendSet;
	CReaderSet m_pReaderSet;
	CBSet m_pBookSet;

	// Generated message map functions
	//{{AFX_MSG(CInBookDlg)
	virtual void OnOK();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_INBOOKDLG_H__5505F841_D814_4A17_BA0D_0852DD625A0F__INCLUDED_)

⌨️ 快捷键说明

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