www.pudn.com > PressMonitor_q.zip > DlgSemiGoodSelect.cpp
// DlgSemiGoodSelect.cpp : implementation file
//
#include "stdafx.h"
#include "monitor.h"
#include "DlgSemiGoodSelect.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDlgSemiGoodSelect dialog
CDlgSemiGoodSelect::CDlgSemiGoodSelect(CWnd* pParent /*=NULL*/)
: CDialog(CDlgSemiGoodSelect::IDD, pParent)
{
//{{AFX_DATA_INIT(CDlgSemiGoodSelect)
m_nNum1 = 0;
m_nNum2 = 0;
m_strType1 = _T("");
m_strType2 = _T("");
m_nTotalNum = 0;
//}}AFX_DATA_INIT
}
void CDlgSemiGoodSelect::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CDlgSemiGoodSelect)
DDX_Text(pDX, IDC_NUM1, m_nNum1);
DDX_Text(pDX, IDC_NUM2, m_nNum2);
DDX_Text(pDX, IDC_STR_TYPE1, m_strType1);
DDX_Text(pDX, IDC_STR_TYPE2, m_strType2);
DDX_Text(pDX, IDC_TOTAL_NUM, m_nTotalNum);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CDlgSemiGoodSelect, CDialog)
//{{AFX_MSG_MAP(CDlgSemiGoodSelect)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CDlgSemiGoodSelect message handlers