www.pudn.com > Visual C++课程设计案例精编--画图1 .rar > EnterTexDlg.h
#if !defined(AFX_ENTERTEXDLG_H__6082C7A1_5440_11D3_860D_EA7CFC323941__INCLUDED_)
#define AFX_ENTERTEXDLG_H__6082C7A1_5440_11D3_860D_EA7CFC323941__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// EnterTexDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CEnterTexDlg dialog
class CEnterTexDlg : public CDialog
{
// Construction
public:
CEnterTexDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CEnterTexDlg)
enum { IDD = IDD_ENTER_TEXT };
CString m_str;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEnterTexDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CEnterTexDlg)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ENTERTEXDLG_H__6082C7A1_5440_11D3_860D_EA7CFC323941__INCLUDED_)