MoneyRecord.h
上传用户:shcaka8
上传日期:2013-04-06
资源大小:103k
文件大小:1k
- #if !defined(AFX_MONEYRECORD_H__248BA96F_C137_477B_9ADB_00D089644FE9__INCLUDED_)
- #define AFX_MONEYRECORD_H__248BA96F_C137_477B_9ADB_00D089644FE9__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MoneyRecord.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CMoneyRecord recordset
- class CMoneyRecord : public CRecordset
- {
- public:
- CMoneyRecord(CDatabase* pDatabase = NULL);
- DECLARE_DYNAMIC(CMoneyRecord)
- // Field/Param Data
- //{{AFX_FIELD(CMoneyRecord, CRecordset)
- CString m_ID;
- CString m_Type;
- long m_Sum;
- CTime m_Date;
- CString m_Comments;
- //}}AFX_FIELD
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMoneyRecord)
- 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_MONEYRECORD_H__248BA96F_C137_477B_9ADB_00D089644FE9__INCLUDED_)