readerdlg.h

来自「实现建议的图书馆管理系统 数据库为acce」· C头文件 代码 · 共 63 行

H
63
字号
#if !defined(AFX_READERDLG_H__C964A753_6EA1_4BD8_B26E_591D4247797C__INCLUDED_)
#define AFX_READERDLG_H__C964A753_6EA1_4BD8_B26E_591D4247797C__INCLUDED_
#include "ReaderSet.h"

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

/////////////////////////////////////////////////////////////////////////////
// CReaderDlg dialog

class CReaderDlg : public CDialog
{
// Construction
public:
	CReaderDlg(CWnd* pParent = NULL);   // standard constructor
	CReaderSet rdSet;
	bool DisplayRecord();
	bool m_bAdd;
	bool m_bEdit;


// Dialog Data
	//{{AFX_DATA(CReaderDlg)
	enum { IDD = IDD_DIALOG1 };
	CString	m_ReaderId;
	CString	m_ReaderName;
	CString	m_IdCard;
	int		m_MaxBorrow;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CReaderDlg)
	afx_msg void OnButtonFirst();
	virtual BOOL OnInitDialog();
	afx_msg void OnButtonNext();
	afx_msg void OnButtonForword();
	afx_msg void OnButton1();
	afx_msg void OnSave();
	afx_msg void OnEdit();
	afx_msg void OnLast();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_READERDLG_H__C964A753_6EA1_4BD8_B26E_591D4247797C__INCLUDED_)

⌨️ 快捷键说明

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