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

📄 charstatedialog.h

📁 墨香最新私服
💻 H
字号:
#ifndef _CHARSTATEDIALOG_H
#define _CHARSTATEDIALOG_H


#include "./interface/cDialog.h"


class cPushupButton;


class CCharStateDialog : public cDialog
{
protected:
	
	cPushupButton*	m_pBtnPK;
	cPushupButton*	m_pBtnMove;
	cPushupButton*	m_pBtnKyungGong;
	cPushupButton*	m_pBtnPeaceWar;
	cPushupButton*	m_pBtnUngi;
	
public:

	CCharStateDialog();
	virtual ~CCharStateDialog();
	
	void Linking();
	void OnActionEvent(LONG lId, void * p, DWORD we);

	void SetPKMode( BOOL bPKMode );
	void SetMoveMode( BOOL bRun );
	void SetKyungGongMode( BOOL bKyungGong );
	void SetPeaceWarMode( BOOL bPeace );
	void SetUngiMode( BOOL bUngi );

	void Refresh();
};





#endif

⌨️ 快捷键说明

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