util_pop.h

来自「一个功能强大的串行口监视和检测程序的源代码。」· C头文件 代码 · 共 33 行

H
33
字号

// util_pop.h

#ifndef _INC_UTIL_POP_
#define _INC_UTIL_POP_



class GPopupWindow : public CWnd
{
   DECLARE_MESSAGE_MAP()

public:
   GPopupWindow();
   
protected:
   afx_msg int OnCreate(LPCREATESTRUCT lpcs);
   afx_msg void OnLButtonDown(UINT nFlags, CPoint pt);
   afx_msg void OnCaptureChanged(CWnd *pWnd);

   virtual BOOL OnLButtonDownCheck(UINT nFlags, CPoint pt);
   virtual void PostNcDestroy();

public:
   virtual ~GPopupWindow();
};


#endif



 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?