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