// PrintDlg.cpp : implementation file // #include "stdafx.h" #include "hvedit.h" #include "PrintDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CPrintDlg dialog CPrintDlg::CPrintDlg(CWnd * pParent /*=NULL*/ ) : CDialog(CPrintDlg::IDD, pParent) { //{{AFX_DATA_INIT(CPrintDlg) m_nWhat = -1; //}}AFX_DATA_INIT } void CPrintDlg::DoDataExchange(CDataExchange * pDX) { CDialog::DoDataExchange(pDX); //{{AFX_DATA_MAP(CPrintDlg) DDX_Radio(pDX, IDC_SEL, m_nWhat); //}}AFX_DATA_MAP } BEGIN_MESSAGE_MAP(CPrintDlg, CDialog) //{{AFX_MSG_MAP(CPrintDlg) // NOTE: the ClassWizard will add message map macros here //}}AFX_MSG_MAP END_MESSAGE_MAP() ///////////////////////////////////////////////////////////////////////////// // CPrintDlg message handlers