firstdllwnd.h
来自「随着计算机信息技术的飞速发展」· C头文件 代码 · 共 51 行
H
51 行
// FirstDLLWnd.h: interface for the CFirstDLLWnd class.
#if !defined(_FIRSTDLLWND_H)
#define _FIRSTDLLWND_H
class CWndForDLL;
class CFirstDLLWnd : public CWndForDLL
{
public:
CFirstDLLWnd();
DECLARE_DYNAMIC(CFirstDLLWnd)
virtual ~CFirstDLLWnd();
static CToolBar m_QueryBar;
static int m_nDllCount;
BOOL m_viewChange;
BOOL m_bDown;
//Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFirstDLLWnd)
virtual void OnMyDraw(CMyView* pView);//动态库临时维护
virtual BOOL AddMenu();
virtual void OnLostMouseRight();
//}}AFX_VIRTUAL
// Implementation
BOOL CreateToolBar();
BOOL DelToolBar();
public:
// Generated message map functions
//{{AFX_MSG(CFirstDLLWnd)
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnQueryDemPoint();
afx_msg void OnUpdateQueryDemPoint(CCmdUI* pCmdUI);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?