www.pudn.com > NoteBookVC++.rar > NEWEDIT.h
#if !defined(AFX_NEWEDIT_H__E1500D9A_034F_4460_BF85_327D9EB97C71__INCLUDED_)
#define AFX_NEWEDIT_H__E1500D9A_034F_4460_BF85_327D9EB97C71__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// NEWEDIT.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// NEWEDIT window
class NEWEDIT : public CEdit
{
// Construction
public:
NEWEDIT();
// Attributes
public:
POINT beep;
COLORREF FontColor;
COLORREF BackColor;
RECT PaintRect;
CFont NewFont;
BOOL ChangeFont;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(NEWEDIT)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~NEWEDIT();
// Generated message map functions
protected:
//{{AFX_MSG(NEWEDIT)
afx_msg void OnChar(UINT nChar, UINT nRepCnt, UINT nFlags);
afx_msg HBRUSH CtlColor(CDC* pDC, UINT nCtlColor);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_NEWEDIT_H__E1500D9A_034F_4460_BF85_327D9EB97C71__INCLUDED_)