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

📄 gamswnd.h

📁 一个用vc编写的俄罗斯方块和贪吃蛇游戏的源代码
💻 H
字号:
#if !defined(AFX_GAMSWND_H__A8E9BBA0_3482_4982_AC19_77DBD03B425E__INCLUDED_)
#define AFX_GAMSWND_H__A8E9BBA0_3482_4982_AC19_77DBD03B425E__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GamsWnd.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CGamsWnd frame
class CDlgTOOL;

class CGamsWnd : public CMDIChildWnd
{
public:
	DECLARE_DYNCREATE(CGamsWnd)
	CGamsWnd();
	BOOL Create(LPCTSTR szTitle, LONG style = 0,
				const RECT& rect = rectDefault,
				CMDIFrameWnd* pParent = NULL);
public:
	CDlgTOOL* m_pTool;
// Implementation
protected:
	static CMenu NEAR menu;     // menu for windows
	// message handlers
	//{{AFX_MSG(CHelloWnd)
	afx_msg void OnSize( UINT nType, int cx, int cy );
	afx_msg void CGamsWnd::OnSizing( UINT nSide, LPRECT lpRect);
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_GAMSWND_H__A8E9BBA0_3482_4982_AC19_77DBD03B425E__INCLUDED_)

⌨️ 快捷键说明

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