www.pudn.com > ListViewStradley_demo.zip > myedit.h
#if !defined(MYEDIT_H)
#define MYEDIT_H 1
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// myedit.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMyEdit window
class CMyEdit : public CEdit
{
// Construction
public:
CMyEdit ();
virtual ~CMyEdit ();
int x;
int y;
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMyEdit)
//}}AFX_VIRTUAL
protected:
//{{AFX_MSG(CMyEdit)
afx_msg UINT OnGetDlgCode();
afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
afx_msg void OnWindowPosChanging(WINDOWPOS FAR* lpwndpos);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MYEDIT_H__BD80BD3E_F8C1_11D2_A851_0000C01139C0__INCLUDED_)