// DialUpgDeviceInfo.cpp : implementation file // #include "stdafx.h" #include "geomative.h" #include "DialUpgDeviceInfo.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CDialUpgDeviceInfo dialog CDialUpgDeviceInfo::CDialUpgDeviceInfo(CWnd* pParent /*=NULL*/) : CDialog(CDialUpgDeviceInfo::IDD, pParent) { //{{AFX_DATA_INIT(CDialUpgDeviceInfo) // NOTE: the ClassWizard will add member initialization here //}}AFX_DATA_INIT } void CDialUpgDeviceInfo::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); //{{AFX_DATA_MAP(CDialUpgDeviceInfo) // NOTE: the ClassWizard will add DDX and DDV calls here //}}AFX_DATA_MAP } BEGIN_MESSAGE_MAP(CDialUpgDeviceInfo, CDialog) //{{AFX_MSG_MAP(CDialUpgDeviceInfo) // NOTE: the ClassWizard will add message map macros here //}}AFX_MSG_MAP END_MESSAGE_MAP() ///////////////////////////////////////////////////////////////////////////// // CDialUpgDeviceInfo message handlers void CDialUpgDeviceInfo::PostNcDestroy() { // TODO: Add your specialized code here and/or call the base class // delete this; CDialog::PostNcDestroy(); } void CDialUpgDeviceInfo::CalcWindowRect(LPRECT lpClientRect, UINT nAdjustType) { // TODO: Add your specialized code here and/or call the base class CDialog::CalcWindowRect(lpClientRect, nAdjustType); }