#if !defined(AFX_DEVICEINFORMATION_H__3498D052_B7F8_4AD0_9EFB_134E1A33AA0D__INCLUDED_) #define AFX_DEVICEINFORMATION_H__3498D052_B7F8_4AD0_9EFB_134E1A33AA0D__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DeviceInformation.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDeviceInformation dialog class CDeviceInformation : public CDialog { // Construction public: CDeviceInformation(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CDeviceInformation) enum { IDD = IDD_DIALOG_INFO }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDeviceInformation) public: virtual BOOL PreTranslateMessage(MSG* pMsg); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CDeviceInformation) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DEVICEINFORMATION_H__3498D052_B7F8_4AD0_9EFB_134E1A33AA0D__INCLUDED_)