⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 seconddllwnd.h

📁 随着计算机信息技术的飞速发展
💻 H
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -