summaryrefslogtreecommitdiff
path: root/src/T2DLL/CEditWFocus.h
blob: c3fbfe77e16fddd2381f4f3723880dcf05c4f822 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef T2DLL_CEDITWFOCUS_H
#define T2DLL_CEDITWFOCUS_H
#include "../common.h"

class CEditWFocus : public CEdit {
    DECLARE_MESSAGE_MAP()

public:
    CEditWFocus();
    virtual ~CEditWFocus();

protected:
    afx_msg void OnKillFocus(CWnd* pNewWnd);
    afx_msg void OnSetFocus(CWnd* pOldWnd);
};
#endif