Скачиваний:
68
Добавлен:
01.05.2014
Размер:
665 б
Скачать
// TheOneDoc.h : interface of the CTheOneDoc class
//


#pragma once
#include "TheOneSet.h"

class CTheOneDoc : public CDocument
{
protected: // create from serialization only
	CTheOneDoc();
	DECLARE_DYNCREATE(CTheOneDoc)

// Attributes
public:
	CTheOneSet m_TheOneSet;

// Operations
public:

// Overrides
	public:
	virtual BOOL OnNewDocument();
	virtual void Serialize(CArchive& ar);

// Implementation
public:
	virtual ~CTheOneDoc();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	DECLARE_MESSAGE_MAP()
};


Соседние файлы в папке TheOne