all.h

来自「图书管理系统,主要功能有图书的借还,增加,查询等」· C头文件 代码 · 共 58 行

H
58
字号
#if !defined(AFX_ALL_H__E5D13050_DC86_42F3_8ECC_EE6050BA76B3__INCLUDED_)
#define AFX_ALL_H__E5D13050_DC86_42F3_8ECC_EE6050BA76B3__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CALL dialog

class CALL : public CDialog
{
// Construction
public:
	void connect();
	void read();
	CALL(CWnd* pParent = NULL);   // standard constructor
	_RecordsetPtr	m_pRecordset;
	CString sql,mm;
	_variant_t var;
// Dialog Data
	//{{AFX_DATA(CALL)
	enum { IDD = IDD_ALL };
	CString	m_address;
	CString	m_athor;
	CString	m_date;
	CString	m_have;
	CString	m_id;
	CString	m_name;
	CString	m_type;
	CString	m_people;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CALL)
	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_ALL_H__E5D13050_DC86_42F3_8ECC_EE6050BA76B3__INCLUDED_)

⌨️ 快捷键说明

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