www.pudn.com > TabBar.rar > MainDoc.h
// maindoc.h : interface of the CMainDoc class.
#if !defined(AFX_MAINDOC_H_INCLUDED_)
#define AFX_MAINDOC_H_INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// class CMainDoc
class CMainDoc : public CDocument
{
DECLARE_DYNCREATE(CMainDoc)
// Construction\Destruction
protected: // create from serialization only
CMainDoc();
virtual ~CMainDoc();
// Overrides
//{{AFX_VIRTUAL(CMainDoc)
public:
//}}AFX_VIRTUAL
// Generated message map functions
protected:
//{{AFX_MSG(CMainDoc)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MAINDOC_H_INCLUDED_)