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

📄 chritem.h

📁 网络游戏龙族服务器端管理工具 rmtool 源代码
💻 H
字号:
#if !defined(AFX_CHRITEM_H__6D72AE7B_4473_404D_883E_E7DE5B8C9FCD__INCLUDED_)
#define AFX_CHRITEM_H__6D72AE7B_4473_404D_883E_E7DE5B8C9FCD__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CChrItem dialog
#include "MyButton.h"

class CChrItem : public CDialog
{
// Construction
public:
	CChrItem(CWnd* pParent = NULL);   // standard constructor

	void	ItemSearch(  CString &rString );	//Item茫扁滚瓢阑 喘矾镜锭 角青. 茫绰 捞抚篮 急琶等促.
	void	IsMultiCheck( CMyButton &myBtn );	//吝汗急琶牢瘤 教臂急琶牢瘤
	void	SelectClear();
	void	SetEquipItemPtr();
	void	SetQuickItemPtr();
	void	SetBankItemPtr();
	BOOL	UpdateCurBinaryData();
	DWORD	AddSoksung();	
	void	SetItemViewOnlyView(int type, int num);
	int		GetCurServerset();

	ItemAttr* m_pSelectItemAttr;
	CRMToolApp* m_pApp;
	ItemData51* GetItemPointer(int nSetNum, int nType, int nNum);
	void	SetItemView(ItemAttr *work);
	void	SetItemNumBank(ItemAttr *work);
	void	SetItemNumQuick(ItemAttr *work);
	void	SetItemNumEquip(ItemAttr *work);
	void	SetItemNumInv(ItemAttr *work);
	void	RefreshData();
	
	//For ExtensionLog
	void	GetItemInfoByString( ItemAttr *work, char* szItemInfo);	//秦寸 酒捞袍 沥焊甫 胶飘傅屈侥栏肺 历厘茄促.
	void	GetMatrix_inv( const int i, int& a, int& b, int& c);			//inv 老瞒盔硅凯阑 3瞒盔硅凯肺
	void	GetMatrix_bank( const int i, int& a, int& b, int& c);			//bank 老瞒盔硅凯阑 3瞒盔硅凯肺
	void	WriteLog();							//肺弊绰 酒捞袍历厘矫 昏技瘤 蝶肺 巢扁绊 咯扁急 历厘 郴侩阑 丹绢敬促.

	void ConvertLimit(DWORD dwLimit);//020303 lsw
// Dialog Data
	//{{AFX_DATA(CChrItem)
	enum { IDD = IDD_CHAR_ITEM };
	CString	m_UpdateHanName;
	UINT	m_UpdateNo;
	CString	m_UpdateType;
	UINT	m_MuchMax;
	UINT	m_MuchNow;
	CString	m_MuchType;
	UINT	m_MutantGrade;
	UINT	m_MutantKind1;
	UINT	m_MutantKind2;
	UINT	m_UpdateLimit;
	UINT	m_MutantKind3;
	CString	m_LimitResult;
	BOOL	m_bMulti;
	int		m_iHighLevel;
	int		m_bIsDynamic;
	UINT	m_iDualSymbolGrade;
	//}}AFX_DATA
	CMyButton	c_Inv[ 72 ];	
	CMyButton	c_Equip[ 8 ];	
	CMyButton	c_Quick[ 6 ];
	CMyButton	c_Bank[ 90 ];


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CChrItem)
	public:
	virtual BOOL OnCmdMsg(UINT nID, int nCode, void* pExtra, AFX_CMDHANDLERINFO* pHandlerInfo);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CChrItem)
	virtual BOOL OnInitDialog();
	afx_msg void OnInv1();
	afx_msg void OnInv2();
	afx_msg void OnInv3();
	afx_msg void OnInv4();
	afx_msg void OnInv5();
	afx_msg void OnInv6();
	afx_msg void OnInv7();
	afx_msg void OnInv8();
	afx_msg void OnInv9();
	afx_msg void OnInv10();
	afx_msg void OnInv11();
	afx_msg void OnInv12();
	afx_msg void OnInv13();
	afx_msg void OnInv14();
	afx_msg void OnInv15();
	afx_msg void OnInv16();
	afx_msg void OnInv17();
	afx_msg void OnInv18();
	afx_msg void OnInv19();
	afx_msg void OnInv20();
	afx_msg void OnInv21();
	afx_msg void OnInv22();
	afx_msg void OnInv23();
	afx_msg void OnInv24();
	afx_msg void OnInv25();
	afx_msg void OnInv26();
	afx_msg void OnInv27();
	afx_msg void OnInv28();
	afx_msg void OnInv29();
	afx_msg void OnInv30();
	afx_msg void OnInv31();
	afx_msg void OnInv32();
	afx_msg void OnInv33();
	afx_msg void OnInv34();
	afx_msg void OnInv35();
	afx_msg void OnInv36();
	afx_msg void OnInv37();
	afx_msg void OnInv38();
	afx_msg void OnInv39();
	afx_msg void OnInv40();
	afx_msg void OnInv41();
	afx_msg void OnInv42();
	afx_msg void OnInv43();
	afx_msg void OnInv44();
	afx_msg void OnInv45();
	afx_msg void OnInv46();
	afx_msg void OnInv47();
	afx_msg void OnInv48();
	afx_msg void OnInv49();
	afx_msg void OnInv50();
	afx_msg void OnInv51();
	afx_msg void OnInv52();
	afx_msg void OnInv53();
	afx_msg void OnInv54();
	afx_msg void OnInv55();
	afx_msg void OnInv56();
	afx_msg void OnInv57();
	afx_msg void OnInv58();
	afx_msg void OnInv59();
	afx_msg void OnInv60();
	afx_msg void OnInv61();
	afx_msg void OnInv62();
	afx_msg void OnInv63();
	afx_msg void OnInv64();
	afx_msg void OnInv65();
	afx_msg void OnInv66();
	afx_msg void OnInv67();
	afx_msg void OnInv68();
	afx_msg void OnInv69();
	afx_msg void OnInv70();
	afx_msg void OnInv71();
	afx_msg void OnInv72();
	afx_msg void OnBank1();
	afx_msg void OnBank2();
	afx_msg void OnBank3();
	afx_msg void OnBank4();
	afx_msg void OnBank5();
	afx_msg void OnBank6();
	afx_msg void OnBank7();
	afx_msg void OnBank8();
	afx_msg void OnBank9();
	afx_msg void OnBank10();
	afx_msg void OnBank11();
	afx_msg void OnBank12();
	afx_msg void OnBank13();
	afx_msg void OnBank14();
	afx_msg void OnBank15();
	afx_msg void OnBank16();
	afx_msg void OnBank17();
	afx_msg void OnBank18();
	afx_msg void OnBank19();
	afx_msg void OnBank20();
	afx_msg void OnBank21();
	afx_msg void OnBank22();
	afx_msg void OnBank23();
	afx_msg void OnBank24();
	afx_msg void OnBank25();
	afx_msg void OnBank26();
	afx_msg void OnBank27();
	afx_msg void OnBank28();
	afx_msg void OnBank29();
	afx_msg void OnBank30();
	afx_msg void OnBank31();
	afx_msg void OnBank32();
	afx_msg void OnBank33();
	afx_msg void OnBank34();
	afx_msg void OnBank35();
	afx_msg void OnBank36();
	afx_msg void OnBank37();
	afx_msg void OnBank38();
	afx_msg void OnBank39();
	afx_msg void OnBank40();
	afx_msg void OnBank41();
	afx_msg void OnBank42();
	afx_msg void OnBank43();
	afx_msg void OnBank44();
	afx_msg void OnBank45();
	afx_msg void OnBank46();
	afx_msg void OnBank47();
	afx_msg void OnBank48();
	afx_msg void OnBank49();
	afx_msg void OnBank50();
	afx_msg void OnBank51();
	afx_msg void OnBank52();
	afx_msg void OnBank53();
	afx_msg void OnBank54();
	afx_msg void OnBank55();
	afx_msg void OnBank56();
	afx_msg void OnBank57();
	afx_msg void OnBank58();
	afx_msg void OnBank59();
	afx_msg void OnBank60();
	afx_msg void OnBank61();
	afx_msg void OnBank62();
	afx_msg void OnBank63();
	afx_msg void OnBank64();
	afx_msg void OnBank65();
	afx_msg void OnBank66();
	afx_msg void OnBank67();
	afx_msg void OnBank68();
	afx_msg void OnBank69();
	afx_msg void OnBank70();
	afx_msg void OnBank71();
	afx_msg void OnBank72();
	afx_msg void OnBank73();
	afx_msg void OnBank74();
	afx_msg void OnBank75();
	afx_msg void OnBank76();
	afx_msg void OnBank77();
	afx_msg void OnBank78();
	afx_msg void OnBank79();
	afx_msg void OnBank80();
	afx_msg void OnBank81();
	afx_msg void OnBank82();
	afx_msg void OnBank83();
	afx_msg void OnBank84();
	afx_msg void OnBank85();
	afx_msg void OnBank86();
	afx_msg void OnBank87();
	afx_msg void OnBank88();
	afx_msg void OnBank89();
	afx_msg void OnBank90();
	afx_msg void OnQuick1();
	afx_msg void OnQuick2();
	afx_msg void OnQuick3();
	afx_msg void OnQuick4();
	afx_msg void OnQuick5();
	afx_msg void OnQuick6();
	afx_msg void OnEquip1();
	afx_msg void OnEquip2();
	afx_msg void OnEquip3();
	afx_msg void OnEquip4();
	afx_msg void OnEquip5();
	afx_msg void OnEquip6();
	afx_msg void OnEquip7();
	afx_msg void OnEquip8();
	afx_msg void OnDelete();
	afx_msg void OnSave();
	afx_msg void OnSelectClear();
	afx_msg void OnSetfocusUpdateNo();
	afx_msg void OnItemSearch();
	afx_msg void OnCheckMulti();
	//}}AFX_MSG
	afx_msg void OnButtonHover(WPARAM wParam, LPARAM lParam);
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_CHRITEM_H__6D72AE7B_4473_404D_883E_E7DE5B8C9FCD__INCLUDED_)

⌨️ 快捷键说明

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