#if !defined(AFX_PAGESYSTEMINFO_H__B776EDC7_FA7B_4054_943F_32E06D0B2F98__INCLUDED_) #define AFX_PAGESYSTEMINFO_H__B776EDC7_FA7B_4054_943F_32E06D0B2F98__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // PageSystemInfo.h : header file // #include "ParamDlg.h" ///////////////////////////////////////////////////////////////////////////// // CPageSystemInfo dialog class CPageSystemInfo : public CParamDlg { // Construction public: CPageSystemInfo(CWnd* pParent, CMgrNVE* pMgrCM, CConnectionManager *pConnMgr); // standard constructor // Dialog Data //{{AFX_DATA(CPageSystemInfo) enum { IDD = IDD_PG_SYSTEM_INFO }; CString m_strInfo; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPageSystemInfo) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CPageSystemInfo) afx_msg void OnBtnHwInfo(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: ICod5 *m_pCod5; IMessageManager *m_pMsgMgr; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PAGESYSTEMINFO_H__B776EDC7_FA7B_4054_943F_32E06D0B2F98__INCLUDED_)