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

📄 menuslotdialog.h

📁 墨香最新私服
💻 H
字号:
// MenuSlotDialog.h: interface for the CMenuSlotDialog class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_MENUSLOTDIALOG_H__FB968505_C5A7_4191_A367_72AF66EBC061__INCLUDED_)
#define AFX_MENUSLOTDIALOG_H__FB968505_C5A7_4191_A367_72AF66EBC061__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


#include "./Interface/cDialog.h"

class cIconGridDialog;
class CMenuIcon;

class CMenuSlotDialog : public cDialog
{
protected:
	cIconGridDialog* m_pigdSheet[TAB_MENUSLOT_NUM];
	int	m_nCurPage;
	
public:
	CMenuSlotDialog();
	virtual ~CMenuSlotDialog();

	void Linking();
	virtual void Render();
	virtual DWORD ActionEvent( CMouse * mouseInfo );
	void OnActionEvent( LONG lId, void* p, DWORD we );
	virtual BOOL FakeMoveIcon( LONG x, LONG y, cIcon * icon );
	void FakeDeleteIcon( CMenuIcon * pMenuIcon );

	BOOL AddMenuIcon( WORD wPage, WORD wPos, CMenuIcon* pMenuIcon );
	BOOL DeleteMenuIcon( CMenuIcon* pMenuIcon );
	BOOL MoveMenuIcon( WORD wPage, WORD wPos, CMenuIcon* pMenuIcon );
	BOOL ExchangeMenuIcon( CMenuIcon* pMenuIcon1, CMenuIcon* pMenuIcon2 );
};

#endif // !defined(AFX_MENUSLOTDIALOG_H__FB968505_C5A7_4191_A367_72AF66EBC061__INCLUDED_)

⌨️ 快捷键说明

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