📄 chrbasic.h
字号:
#if !defined(AFX_CHRBASIC_H__B12C15BD_AEBE_45CC_904F_8B27516F8C37__INCLUDED_)
#define AFX_CHRBASIC_H__B12C15BD_AEBE_45CC_904F_8B27516F8C37__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ChrBasic.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CChrBasic dialog
class CChrBasic : public CDialog
{
enum
{
// CHANGE_LIMITED_RESET = 135, //reset蔼捞 捞芭 捞惑捞搁 函券等 版氰摹客 饭骇阑 啊柳促. // 030307
};
// Construction
public:
void WriteLog(); //021122 肺弊巢扁扁
void SetMaxExp2Level( int nLevel, const int nReset); //Level喊肺 版氰摹甫 舅酒柯促. (Drgaon DB俊辑..)
void SetMaxExp2Step( int nStep, const int nReset); //Level喊肺 版氰摹甫 舅酒柯促. (Drgaon DB俊辑..)
void SelectClear(); //急琶等 葛电 蔼阑 瘤款促.
void SetItemName(ItemAttr *work);
BOOL UpdateChrInfo();
BOOL ChangeNation(char* name, int nationcode);
BOOL UpdateChrLogInfo();
void InitAbilityCombo(unsigned int class1, unsigned int step, BOOL reserve = FALSE);//020303 lsw
CRMToolApp *m_pApp;
void RefreshData();
CChrBasic(CWnd* pParent = NULL); // standard constructor
int m_nPrevWidth;
int m_nPrevHeight;
// Dialog Data
//{{AFX_DATA(CChrBasic)
enum { IDD = IDD_CHAR_BASIC };
CComboBox c_ComboWsps;
CComboBox c_ComboWis;
CComboBox c_ComboStr;
CComboBox c_ComboMovp;
CComboBox c_ComboMoral;
CComboBox c_ComboLuck;
CComboBox c_ComboInt;
CComboBox c_ComboEndu;
CComboBox c_ComboDex;
CComboBox c_ComboCon;
CComboBox c_ComboChar;
CComboBox c_ComboRecent;
CComboBox c_ComboNation;
CComboBox c_ComboSpell;
CComboBox c_ComboDualClass;
CComboBox c_ComboClass;
CComboBox c_ComboLvStep;
CComboBox c_ComboLevel;
CString m_szRealName;
CString m_szJumin;
CString m_szRegDay;
CString m_szPassword;
CString m_szEmail;
CString m_szPhone;
DWORD m_dwExp;
DWORD m_dwHp;
DWORD m_dwMana;
DWORD m_dwHungry;
DWORD m_dwFame;
DWORD m_dwReset;
DWORD m_dwLadder;
DWORD m_dwLoan;
DWORD m_dwBankMoney;
DWORD m_dwNkVyseus;
DWORD m_dwNkYilles;
DWORD m_dwNkZypern;
DWORD m_dwReservedPoint;
CString m_ComboLevel;
CString m_ComboDualClass;
CString m_ComboLvStep;
DWORD m_dwClassStep;
DWORD m_dwDualStep;
CString m_ComboChar;
CString m_ComboCon;
CString m_ComboDex;
CString m_ComboEndu;
CString m_ComboInt;
CString m_ComboLuck;
CString m_ComboMoral;
CString m_ComboStr;
CString m_ComboWis;
CString m_ComboWsps;
CString m_ComboMovp;
DWORD m_dwMaxExp;
CString m_szAllAbility;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CChrBasic)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CChrBasic)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg void OnSelchangeComboLevel();
afx_msg void OnEditchangeComboLevel();
afx_msg void OnEditchangeComboLvStep();
afx_msg void OnSelchangeComboLvStep();
afx_msg void OnSelchangeComboClass();
afx_msg void OnButtonSave();
afx_msg void OnSelchangeComboNation();
afx_msg void OnMoveExp();
afx_msg void OnChangePassword();
afx_msg void OnCalcAbility();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CHRBASIC_H__B12C15BD_AEBE_45CC_904F_8B27516F8C37__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -