www.pudn.com > tbcus.zip > TBCUSDoc.h
// TBCUSDoc.h : interface of the CTBCUSDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_TBCUSDOC_H__0B08C02E_33FE_45CC_B360_F5F9C6D3D8D0__INCLUDED_)
#define AFX_TBCUSDOC_H__0B08C02E_33FE_45CC_B360_F5F9C6D3D8D0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CTBCUSDoc : public CDocument
{
protected: // create from serialization only
CTBCUSDoc();
DECLARE_DYNCREATE(CTBCUSDoc)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTBCUSDoc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CTBCUSDoc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CTBCUSDoc)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TBCUSDOC_H__0B08C02E_33FE_45CC_B360_F5F9C6D3D8D0__INCLUDED_)