/////////////////////////////////////////////////////////////////////////////// // // (c) Digi International Inc. 2003. All Rights Reserved // // Digi provides this document "as is," without warranty of any kind, // either expressed or implied, including, but not limited to, the implied // warranties of fitness or merchantability for a particular purpose. Digi // may make improvements and/or changes in this document or in the product(s) // and/or the program(s) described in this document at any time. // // This document could include technical inaccuracies or typographical errors. // Changes are periodically made to the information herein; these changes may // be incorporated in new editions of the publication. // // Digi International Inc. // 11001 Bren Road East // Minnetonka, MN 55343, USA // Tel: +1 (952) 912-3444 // Fax: +1 (952) 912-4952 // http://www.digi.com/ // /////////////////////////////////////////////////////////////////////////////// #if !defined(AFX_DEVICEINFO_H__5E9CE132_2088_4371_A0D4_894A5878B751__INCLUDED_) #define AFX_DEVICEINFO_H__5E9CE132_2088_4371_A0D4_894A5878B751__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DeviceInfo.h : header file // #include "addp.h" ///////////////////////////////////////////////////////////////////////////// // CDeviceInfo dialog class CDeviceInfo : public CDialog { // Construction public: CDeviceInfo(CWnd* pParent = NULL); // standard constructor addp_device_info_t *m_DevInfo; // Dialog Data //{{AFX_DATA(CDeviceInfo) enum { IDD = IDD_DEVINFO }; CString m_Details; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDeviceInfo) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CDeviceInfo) virtual BOOL OnInitDialog(); afx_msg void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DEVICEINFO_H__5E9CE132_2088_4371_A0D4_894A5878B751__INCLUDED_)