#if !defined(AFX_PAGEUSERMGR_H__D5EE091D_F01F_4390_A0F7_B1E31350D9C0__INCLUDED_) #define AFX_PAGEUSERMGR_H__D5EE091D_F01F_4390_A0F7_B1E31350D9C0__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // PageUserMgr.h : header file // ///////////////////////////////////////////////////////////////////////////// // CPageUserMgr dialog #include "ParamDlg.h" class CPageUserMgr : public CParamDlg { // Construction public: CPageUserMgr(CWnd* pParent, CMgrNVE* pMgrCM, CConnectionManager *pConnMgr); // standard constructor // Dialog Data //{{AFX_DATA(CPageUserMgr) enum { IDD = IDD_PG_USER_MGR }; CListBox m_lstConUser; CListBox m_lstAllUser; CComboBox m_cbLevel; CComboBox m_cbCmd; CString m_strID; CString m_strPW; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPageUserMgr) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation BOOL SaveSetting(); BOOL ResetSetting(); BOOL UpdateSetting(); protected: // Generated message map functions //{{AFX_MSG(CPageUserMgr) virtual BOOL OnInitDialog(); afx_msg void OnBtnSend(); afx_msg void OnSelchangeCbCmd(); afx_msg void OnSelchangeListAllUser(); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: void UpdateUserList(); private: INet5 *m_pNet5Api; IMessageManager *m_pMsgMgr; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PAGEUSERMGR_H__D5EE091D_F01F_4390_A0F7_B1E31350D9C0__INCLUDED_)