www.pudn.com > PropertyPage.zip > TextPage.h
#if !defined(AFX_TEXTPAGE_H__06647704_6DBA_404A_9C70_562C65F259B3__INCLUDED_)
#define AFX_TEXTPAGE_H__06647704_6DBA_404A_9C70_562C65F259B3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TextPage.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTextPage dialog
class CTextPage : public CPropertyPage
{
DECLARE_DYNCREATE(CTextPage)
// Construction
public:
CTextPage();
~CTextPage();
// Dialog Data
//{{AFX_DATA(CTextPage)
enum { IDD = IDD_TEXTDLG };
CString m_text;
int m_y;
int m_x;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CTextPage)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CTextPage)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TEXTPAGE_H__06647704_6DBA_404A_9C70_562C65F259B3__INCLUDED_)