bfiledlg.h

来自「图书管理系统,相对全面,ODBC学习的好材料,仅攻学习,谢绝抄袭」· C头文件 代码 · 共 65 行

H
65
字号
#if !defined(AFX_BFILEDLG_H__0FCF9ED0_D2C5_425B_8CCC_D019C3700673__INCLUDED_)
#define AFX_BFILEDLG_H__0FCF9ED0_D2C5_425B_8CCC_D019C3700673__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BfileDlg.h : header file
//
#include "BfileSet.h"
/////////////////////////////////////////////////////////////////////////////
// CBfileDlg dialog

class CBfileDlg : public CDialog
{
// Construction
public:
	CBfileDlg(CWnd* pParent = NULL);   // standard constructor
	CBfileSet bfileset;
	CListCtrl m_List;
	bool DisplayRecord();
// Dialog Data
	//{{AFX_DATA(CBfileDlg)
	enum { IDD = IDD_DIALOG_BFILE };
	CString	m_AUTHOR;
	CString	m_FID;
	CString	m_ID;
	BOOL	m_IO;
	CString	m_FNAME;
	CString	m_NAME;
	CString	m_OPER;
	float	m_PRICE;
	CString	m_PUB;
	CString	m_TYPEID;
	CTime	m_DATE;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CBfileDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnExit();
	afx_msg void OnFind();
	afx_msg void OnClickList(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnAdd();
	afx_msg void OnEdit();
	afx_msg void OnDelete();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_BFILEDLG_H__0FCF9ED0_D2C5_425B_8CCC_D019C3700673__INCLUDED_)

⌨️ 快捷键说明

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