// ShowInfo.cpp : implementation file // #include "stdafx.h" #include "myMailServer.h" #include "ShowInfo.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // ShowInfo dialog ShowInfo::ShowInfo(CWnd* pParent /*=NULL*/) : CDialog(ShowInfo::IDD, pParent) { //{{AFX_DATA_INIT(ShowInfo) // NOTE: the ClassWizard will add member initialization here //}}AFX_DATA_INIT } void ShowInfo::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); //{{AFX_DATA_MAP(ShowInfo) // NOTE: the ClassWizard will add DDX and DDV calls here //}}AFX_DATA_MAP } BEGIN_MESSAGE_MAP(ShowInfo, CDialog) //{{AFX_MSG_MAP(ShowInfo) // NOTE: the ClassWizard will add message map macros here //}}AFX_MSG_MAP END_MESSAGE_MAP() ///////////////////////////////////////////////////////////////////////////// // ShowInfo message handlers