⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bookenrolldlg.h

📁 用MFC写的小型的图书馆系统 如 图书入库
💻 H
字号:
#if !defined(AFX_BOOKENROLLDLG_H__2902A1C2_82F4_4F57_8F41_53F4FE8E9B59__INCLUDED_)
#define AFX_BOOKENROLLDLG_H__2902A1C2_82F4_4F57_8F41_53F4FE8E9B59__INCLUDED_

#include "BookRS.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BookEnrollDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CBookEnrollDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CBookEnrollDlg)
	enum { IDD = IDD_BOOK_ENROLL };
	CString	m_bno;
	CString	m_category;
	CString	m_title;
	CString	m_press;
	CString	m_author;
	int		m_year;
	int		m_total;
	double	m_price;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CBookEnrollDlg)
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CBookRS m_bookset;
};

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

#endif // !defined(AFX_BOOKENROLLDLG_H__2902A1C2_82F4_4F57_8F41_53F4FE8E9B59__INCLUDED_)

⌨️ 快捷键说明

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