TaxExpertDoc.h
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:1k
- // TaxExpertDoc.h : interface of the CTaxExpertDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_OUTLOOKUIDEMODOC_H__15E90BCC_292F_11D3_873E_000000000000__INCLUDED_)
- #define AFX_OUTLOOKUIDEMODOC_H__15E90BCC_292F_11D3_873E_000000000000__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- #include "dao.h"
- class CTaxExpertDoc : public CDocument
- {
- protected:
- CTaxExpertDoc();
- DECLARE_DYNCREATE(CTaxExpertDoc)
- public:
- //数据库
- CDaoDatabase * m_pDB;
- //用于检索的数据集
- CDaoSF * m_pSet;
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- public:
- virtual ~CTaxExpertDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_OUTLOOKUIDEMODOC_H__15E90BCC_292F_11D3_873E_000000000000__INCLUDED_)