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