DlgEnv.h
资源名称:ROA3.40.rar [点击查看]
上传用户:tianheyiqi
上传日期:2010-04-16
资源大小:282k
文件大小:1k
源码类别:
外挂编程
开发平台:
Visual C++
- #if !defined(AFX_DLGENV_H__249C2F2E_1F04_476C_8584_C9B75D1F1C90__INCLUDED_)
- #define AFX_DLGENV_H__249C2F2E_1F04_476C_8584_C9B75D1F1C90__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DlgEnv.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CDlgEnv dialog
- class CDlgEnv : public CDialog
- {
- // Construction
- public:
- void RefreshPlayer();
- void RefreshItem();
- CDlgEnv(CWnd* pParent = NULL); // standard constructor
- void RefreshMonster();
- // Dialog Data
- //{{AFX_DATA(CDlgEnv)
- enum { IDD = IDD_DLG_ENV };
- CListCtrl m_lstPortals;
- CListCtrl m_lstPlayers;
- CListCtrl m_lstNpcs;
- CListCtrl m_lstMonsters;
- CListCtrl m_lstItems;
- CTabCtrl m_tabSwitch;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDlgEnv)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDlgEnv)
- virtual BOOL OnInitDialog();
- afx_msg void OnSize(UINT nType, int cx, int cy);
- afx_msg void OnSelchangeTabSwitch2(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_DLGENV_H__249C2F2E_1F04_476C_8584_C9B75D1F1C90__INCLUDED_)