#if !defined(AFX_EDITBOX_H__9DFC56EA_1265_4829_B18E_955BF1EC5E54__INCLUDED_) #define AFX_EDITBOX_H__9DFC56EA_1265_4829_B18E_955BF1EC5E54__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // EditBox.h : header file // ///////////////////////////////////////////////////////////////////////////// // CStatusEditBox window class CStatusEditBox : public CEdit { // Construction public: CStatusEditBox(); void AddStatus(const CString& sNewStatus); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CStatusEditBox) //}}AFX_VIRTUAL // Implementation public: virtual ~CStatusEditBox(); // Generated message map functions protected: //{{AFX_MSG(CStatusEditBox) afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags); afx_msg void OnSetFocus(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_EDITBOX_H__9DFC56EA_1265_4829_B18E_955BF1EC5E54__INCLUDED_)