00001 #if !defined(AFX_EDITOBJECTCAPTION_H__C7C89F3F_73F9_4860_8121_57ED5D5AC588__INCLUDED_)
00002 #define AFX_EDITOBJECTCAPTION_H__C7C89F3F_73F9_4860_8121_57ED5D5AC588__INCLUDED_
00003
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007
00008
00009
00011
00012
00013 class CObjectCaptionEdit : public CEdit
00014 {
00015
00016 public:
00017
00018 CObjectCaptionEdit();
00019
00020
00021 public:
00022
00023 bool m_bFocus;
00024
00025 public:
00026
00027
00028
00029
00030
00031
00032
00033 public:
00034 virtual ~CObjectCaptionEdit();
00035
00036
00037 protected:
00038
00039 afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
00040 afx_msg void OnChange();
00041 afx_msg void OnKillFocus(CWnd* pNewWnd);
00042 afx_msg void OnSetFocus(CWnd* pOldWnd);
00043
00044
00045 DECLARE_MESSAGE_MAP()
00046 };
00047
00049
00050
00051
00052
00053 #endif // !defined(AFX_EDITOBJECTCAPTION_H__C7C89F3F_73F9_4860_8121_57ED5D5AC588__INCLUDED_)