#if !defined(AFX_BRIEFEDIT_H__F4742481_FD57_11D2_8457_00105A17BC83__INCLUDED_) #define AFX_BRIEFEDIT_H__F4742481_FD57_11D2_8457_00105A17BC83__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // BriefEdit.h : header file // ///////////////////////////////////////////////////////////////////////////// // CBriefEdit window class CBriefEdit : public CEdit { // Construction public: CBriefEdit(); // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CBriefEdit) //}}AFX_VIRTUAL // Implementation public: virtual ~CBriefEdit(); // Generated message map functions protected: //{{AFX_MSG(CBriefEdit) afx_msg void OnContextMenu(CWnd* pWnd, CPoint point); afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, 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_BRIEFEDIT_H__F4742481_FD57_11D2_8457_00105A17BC83__INCLUDED_)