Скачиваний:
7
Добавлен:
01.05.2014
Размер:
1.34 Кб
Скачать
// SrvrItem.h : interface of the CPart32SrvrItem class
//

#if !defined(AFX_SRVRITEM_H__042175DA_1A5C_42A4_9D61_1591ED3DF166__INCLUDED_)
#define AFX_SRVRITEM_H__042175DA_1A5C_42A4_9D61_1591ED3DF166__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CPart32SrvrItem : public COleServerItem
{
	DECLARE_DYNAMIC(CPart32SrvrItem)

// Constructors
public:
	CPart32SrvrItem(CPart32Doc* pContainerDoc);

// Attributes
	CPart32Doc* GetDocument() const
		{ return (CPart32Doc*)COleServerItem::GetDocument(); }

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPart32SrvrItem)
	public:
	virtual BOOL OnDraw(CDC* pDC, CSize& rSize);
	virtual BOOL OnGetExtent(DVASPECT dwDrawAspect, CSize& rSize);
	//}}AFX_VIRTUAL

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

protected:
	virtual void Serialize(CArchive& ar);   // overridden for document i/o
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SRVRITEM_H__042175DA_1A5C_42A4_9D61_1591ED3DF166__INCLUDED_)
Соседние файлы в папке part32