#if !defined(AFX_PAGEEXTCMD_H__C6ADD9F3_46A3_4B85_B378_C7F0510CBBE1__INCLUDED_) #define AFX_PAGEEXTCMD_H__C6ADD9F3_46A3_4B85_B378_C7F0510CBBE1__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // PageExtCmd.h : header file // #include "ParamDlg.h" ///////////////////////////////////////////////////////////////////////////// // CPageExtCmd dialog class CPageExtCmd : public CParamDlg { // Construction public: CPageExtCmd(CWnd* pParent, CMgrNVE* pMgrCM, CConnectionManager *pConnMgr); // standard constructor // Dialog Data //{{AFX_DATA(CPageExtCmd) enum { IDD = IDD_PG_EXT_CMD }; CComboBox m_cbExtCmd; CString m_strRequest; CString m_strResponse; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPageExtCmd) 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(CPageExtCmd) virtual BOOL OnInitDialog(); afx_msg void OnBtnSend(); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: INet5 *m_pNet5; IMessageManager *m_pMsgMgr; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PAGEEXTCMD_H__C6ADD9F3_46A3_4B85_B378_C7F0510CBBE1__INCLUDED_)