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

📄 helpdialog.h

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

#include "cListDialogEx.h"
#include "cPage.h"


class cHelpDialog : public cDialog
{
	cListDialogEx*			m_pListDlg;
	DWORD					m_dwCurPageId;

	HYPER					m_sHyper[MAX_REGIST_HYPERLINK];
	int						m_nHyperCount;

public:
	cHelpDialog();
	virtual ~cHelpDialog();
	
	virtual void SetActive( BOOL val );

	void Linking();
	
	BOOL OpenDialog();
	BOOL OpenLinkPage( DWORD dwPageId );
	void EndDialog();

	HYPER* GetHyperInfo( DWORD dwIdx );

	void HyperLinkParser( DWORD dwIdx );
};

#endif //_HELPDIALOG_

⌨️ 快捷键说明

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