insertbookdlg.h

来自「图书馆管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维」· C头文件 代码 · 共 64 行

H
64
字号
#if !defined(AFX_INSERTBOOKDLG_H__D6614BE6_0AFF_4F29_840C_3383A4A6E6B4__INCLUDED_)
#define AFX_INSERTBOOKDLG_H__D6614BE6_0AFF_4F29_840C_3383A4A6E6B4__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CInsertBookDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CInsertBookDlg)
	enum { IDD = IDD_DIALOG_INSERTBOOKRECORD };
	CString	m_author;
	CString	m_bookid;
	CString	m_bookname;
	CString	m_booktypeid;
	CString	m_keyword;
	CString	m_page;
	CString	m_press;
	CString	m_price;
	CString	m_printdate;
	CString	m_ps;
	CString	m_availible;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CInsertBookDlg)
		virtual BOOL OnInitDialog();
	afx_msg void OnButtonInsertreaderrecordcancel();
	afx_msg void OnButtonInsertreaderrecord();
	//}}AFX_MSG

	protected:
		//连接对象指针
		_ConnectionPtr m_pConnection;

	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_INSERTBOOKDLG_H__D6614BE6_0AFF_4F29_840C_3383A4A6E6B4__INCLUDED_)

⌨️ 快捷键说明

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