#if !defined(AFX_PAGESYSTEMMGR_H__57674BB2_3BC1_44EB_9045_38EFF2F7F538__INCLUDED_) #define AFX_PAGESYSTEMMGR_H__57674BB2_3BC1_44EB_9045_38EFF2F7F538__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // PageSystemMgr.h : header file // ///////////////////////////////////////////////////////////////////////////// // CPageSystemMgr dialog #include "ParamDlg.h" class CPageSystemMgr : public CParamDlg { // Construction public: CPageSystemMgr(CWnd* pParent, CMgrNVE* pMgrCM, CConnectionManager *pConnMgr); // standard constructor // Dialog Data //{{AFX_DATA(CPageSystemMgr) enum { IDD = IDD_PG_SYSTEM_MGR }; CComboBox m_cbSecurity; CComboBox m_cbSaveMode; CString m_strName; CString m_strTime; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPageSystemMgr) 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(CPageSystemMgr) afx_msg void OnBtnInfoSet(); afx_msg void OnBtnRestart(); virtual BOOL OnInitDialog(); afx_msg void OnBtnDefault(); //}}AFX_MSG DECLARE_MESSAGE_MAP() void GetInfo(); private: INet5 *m_pNet5Api; IMessageManager *m_pMsgMgr; NVE_RTSP_VALUE m_RtspValue[NVE_MAX_RTSP_VALUE]; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PAGESYSTEMMGR_H__57674BB2_3BC1_44EB_9045_38EFF2F7F538__INCLUDED_)