DlgYou.h
资源名称:ROA3.40.rar [点击查看]
上传用户:tianheyiqi
上传日期:2010-04-16
资源大小:282k
文件大小:2k
源码类别:
外挂编程
开发平台:
Visual C++
- #if !defined(AFX_DLGYOU_H__0F549C1D_BD28_4FA2_B5A2_CC7A13262D9F__INCLUDED_)
- #define AFX_DLGYOU_H__0F549C1D_BD28_4FA2_B5A2_CC7A13262D9F__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DlgYou.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CDlgYou dialog
- class CDlgYou : public CDialog
- {
- // Construction
- public:
- void RefreshSkill();
- CDlgYou(CWnd* pParent = NULL); // standard constructor
- void RefreshInventory();
- void RefreshBaseStatus();
- // Dialog Data
- //{{AFX_DATA(CDlgYou)
- enum { IDD = IDD_DLG_YOU };
- CListCtrl m_lstStatus;
- CListCtrl m_lstBase;
- CListCtrl m_lstSkills;
- CListCtrl m_lstEquips;
- CListCtrl m_lstItems;
- CTabCtrl m_tabSwitch;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDlgYou)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDlgYou)
- virtual BOOL OnInitDialog();
- afx_msg void OnSelchangeTabSwitch(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnSize(UINT nType, int cx, int cy);
- afx_msg void OnClickLstInvItems(NMHDR* pNMHDR, LRESULT* pResult);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DLGYOU_H__0F549C1D_BD28_4FA2_B5A2_CC7A13262D9F__INCLUDED_)