www.pudn.com > DNC.rar > Machine.h


#if !defined(AFX_MACHINE_H__0A1BC579_D128_4E98_AE93_2EC23471CA31__INCLUDED_) 
#define AFX_MACHINE_H__0A1BC579_D128_4E98_AE93_2EC23471CA31__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// Machine.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CMachine recordset 
 
class CMachine : public CRecordset 
{ 
public: 
	CMachine(CDatabase* pDatabase = NULL); 
	DECLARE_DYNAMIC(CMachine) 
 
// Field/Param Data 
	//{{AFX_FIELD(CMachine, CRecordset) 
	long	m_ID; 
	CString	m_name; 
	CString	m_com; 
	CString	m_description; 
	//}}AFX_FIELD 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMachine) 
	public: 
	virtual CString GetDefaultConnect();    // Default connection string 
	virtual CString GetDefaultSQL();    // Default SQL for Recordset 
	virtual void DoFieldExchange(CFieldExchange* pFX);  // RFX support 
	//}}AFX_VIRTUAL 
 
// Implementation 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MACHINE_H__0A1BC579_D128_4E98_AE93_2EC23471CA31__INCLUDED_)