www.pudn.com > CListCtrlfjs.rar > KaoDlg.cpp


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