admin
8 天以前 6cd92a169cbc0db35042f243a09d976fd3e1445c
1
2
3
4
5
6
7
8
9
#pragma once
#include <afxext.h>
class CAutoFocusButton : public CMFCButton
{
public:
    afx_msg void OnMouseMove(UINT nFlags, CPoint point);
 
    DECLARE_MESSAGE_MAP()
};