www.pudn.com > xxmpx_sjs.rar > xxmpxDoc.h
// xxmpxDoc.h : interface of the CXxmpxDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_XXMPXDOC_H__EC7D120A_A8A8_11D6_900C_DCF61EC7A134__INCLUDED_)
#define AFX_XXMPXDOC_H__EC7D120A_A8A8_11D6_900C_DCF61EC7A134__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CXxmpxDoc : public CDocument
{
protected: // create from serialization only
CXxmpxDoc();
DECLARE_DYNCREATE(CXxmpxDoc)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CXxmpxDoc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
//}}AFX_VIRTUAL
// Implementation
public:
void CSelectFontHeight(int height);
LOGFONT m_font;
CString Text;
virtual ~CXxmpxDoc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CXxmpxDoc)
// 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_XXMPXDOC_H__EC7D120A_A8A8_11D6_900C_DCF61EC7A134__INCLUDED_)