📄 moneyset.h
字号:
#if !defined(AFX_MONEYSET_H__FEC07E48_48CD_11D3_860F_F28AEA9FE14A__INCLUDED_)
#define AFX_MONEYSET_H__FEC07E48_48CD_11D3_860F_F28AEA9FE14A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MoneySet.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMoneySet DAO recordset
class CMoneySet : public CDaoRecordset
{
public:
CMoneySet(CDaoDatabase* pDatabase = NULL);
DECLARE_DYNAMIC(CMoneySet)
// 字段数据变量
//{{AFX_FIELD(CMoneySet, CDaoRecordset)
COleDateTime m_date;
long m_salaryIn;
long m_otherIn;
long m_sumIn;
long m_clothOut;
long m_bigOut;
long m_sumOut;
long m_sumAll;
CString m_memo;
long m_foodOut;
//}}AFX_FIELD
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMoneySet)
public:
virtual CString GetDefaultDBName(); // Default database name
virtual CString GetDefaultSQL(); // Default SQL for Recordset
virtual void DoFieldExchange(CDaoFieldExchange* 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_MONEYSET_H__FEC07E48_48CD_11D3_860F_F28AEA9FE14A__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -