www.pudn.com > WBDraw.rar > EditText.h
#if !defined(AFX_EDITTEXT_H__4E4E87D4_0964_44B4_A530_E010394BC0A5__INCLUDED_)
#define AFX_EDITTEXT_H__4E4E87D4_0964_44B4_A530_E010394BC0A5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// EditText.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CEditText window
class CEditText : public CEdit
{
// Construction
public:
CEditText();
// Attributes
public:
// Operations
public:
BOOL Create(const RECT& rect, CWnd* pParentWnd, UINT nID);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEditText)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CEditText();
// Generated message map functions
protected:
//{{AFX_MSG(CEditText)
afx_msg void OnKillFocus(CWnd* pNewWnd);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EDITTEXT_H__4E4E87D4_0964_44B4_A530_E010394BC0A5__INCLUDED_)