www.pudn.com > QRAPPuie.rar > Card.cpp


// Card.cpp : implementation file 
// 
 
#include "stdafx.h" 
#include "QRAPP2.h" 
#include "Card.h" 
 
 
// CCard dialog 
 
IMPLEMENT_DYNAMIC(CCard, CDialog) 
 
CCard::CCard(CWnd* pParent /*=NULL*/) 
	: CDialog(CCard::IDD, pParent) 
{ 
 
} 
 
CCard::~CCard() 
{ 
} 
 
void CCard::DoDataExchange(CDataExchange* pDX) 
{ 
	CDialog::DoDataExchange(pDX); 
} 
 
 
BEGIN_MESSAGE_MAP(CCard, CDialog) 
END_MESSAGE_MAP() 
 
 
// CCard message handlers