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

📄 spawnmdiframewnd.h

📁 Visual C++下的界面设计
💻 H
字号:
#if !defined(AFX_SPAWNMDIFRAMEWND_H__13CAB7C5_D316_11D1_8693_000000000000__INCLUDED_)
#define AFX_SPAWNMDIFRAMEWND_H__13CAB7C5_D316_11D1_8693_000000000000__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// SpawnMDIFrameWnd.h : header file
//
#include "MenuSpawn.h"

/////////////////////////////////////////////////////////////////////////////
// CSpawnMDIFrameWnd frame

class CSpawnMDIFrameWnd : public CMDIFrameWnd
{
	DECLARE_DYNCREATE(CSpawnMDIFrameWnd)
protected:
	CSpawnMDIFrameWnd();           // protected constructor used by dynamic creation

// Attributes
public:
// COOLMENU SUPPORT
	CMenuSpawn	cSpawn;
	CRect oldMenuBarRc;
	bool bMenuLooping;
	UINT uiTimerId;
// END COOLMENU SUPPORT

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSpawnMDIFrameWnd)
	//}}AFX_VIRTUAL

// Implementation
protected:
	virtual ~CSpawnMDIFrameWnd();

	// Generated message map functions
	//{{AFX_MSG(CSpawnMDIFrameWnd)
	afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct);
	afx_msg void OnMeasureItem(int nIDCtl, LPMEASUREITEMSTRUCT lpMeasureItemStruct);
	afx_msg void OnInitMenu(CMenu* pMenu);
	afx_msg void OnInitMenuPopup(CMenu* pPopupMenu, UINT nIndex, BOOL bSysMenu);
	afx_msg LRESULT OnMenuChar(UINT nChar, UINT nFlags, CMenu* pMenu);
	afx_msg UINT OnNcHitTest(CPoint point);
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnDestroy();
	//}}AFX_MSG
	afx_msg void OnEnterMenuLoop(BOOL bIsTrackPopupMenu);
	afx_msg void OnExitMenuLoop(BOOL bIsTrackPopupMenu);
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SPAWNMDIFRAMEWND_H__13CAB7C5_D316_11D1_8693_000000000000__INCLUDED_)

⌨️ 快捷键说明

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