seconddllwnd.h
来自「随着计算机信息技术的飞速发展」· C头文件 代码 · 共 47 行
H
47 行
// SecondDLLWnd.h: interface for the CSecondDLLWnd class.
#if !defined(_SECONDDLLWND_H)
#define _SECONDDLLWND_H
class CWndForDLL;
class CSecondDLLWnd : public CWndForDLL
{
public:
CSecondDLLWnd();
DECLARE_DYNAMIC(CSecondDLLWnd)
virtual ~CSecondDLLWnd();
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
void CallFirstDLL();
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 + -
显示快捷键?