#if !defined(AFX_DIALUPGDEVICEINFO_H__39B9C88A_B851_429A_8480_AA5B19452130__INCLUDED_) #define AFX_DIALUPGDEVICEINFO_H__39B9C88A_B851_429A_8480_AA5B19452130__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DialUpgDeviceInfo.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDialUpgDeviceInfo dialog class CDialUpgDeviceInfo : public CDialog { // Construction public: CDialUpgDeviceInfo(CWnd* pParent = NULL); // standard constructor void SetShowTxt(CString strTxt){GetDlgItem(IDC_STATIC_UPG_TXT)->SetWindowText(strTxt);} // Dialog Data //{{AFX_DATA(CDialUpgDeviceInfo) enum { IDD = IDD_DIALOG_UPG_DEVICE }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDialUpgDeviceInfo) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support virtual void PostNcDestroy(); virtual void CalcWindowRect(LPRECT lpClientRect, UINT nAdjustType = adjustBorder); //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CDialUpgDeviceInfo) // NOTE: the ClassWizard will add member functions here //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DIALUPGDEVICEINFO_H__39B9C88A_B851_429A_8480_AA5B19452130__INCLUDED_)