www.pudn.com > 6manager_server.rar > HelpGetbulk.cpp


// HelpGetbulk.cpp : implementation file 
// 
 
#include "stdafx.h" 
#include "manager_client.h" 
#include "HelpGetbulk.h" 
 
#ifdef _DEBUG 
#define new DEBUG_NEW 
#undef THIS_FILE 
static char THIS_FILE[] = __FILE__; 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
// CHelpGetbulk property page 
 
IMPLEMENT_DYNCREATE(CHelpGetbulk, CPropertyPage) 
 
CHelpGetbulk::CHelpGetbulk() : CPropertyPage(CHelpGetbulk::IDD) 
{ 
	//{{AFX_DATA_INIT(CHelpGetbulk) 
		// NOTE: the ClassWizard will add member initialization here 
	//}}AFX_DATA_INIT 
} 
 
CHelpGetbulk::~CHelpGetbulk() 
{ 
} 
 
void CHelpGetbulk::DoDataExchange(CDataExchange* pDX) 
{ 
	CPropertyPage::DoDataExchange(pDX); 
	//{{AFX_DATA_MAP(CHelpGetbulk) 
		// NOTE: the ClassWizard will add DDX and DDV calls here 
	//}}AFX_DATA_MAP 
} 
 
 
BEGIN_MESSAGE_MAP(CHelpGetbulk, CPropertyPage) 
	//{{AFX_MSG_MAP(CHelpGetbulk) 
		// NOTE: the ClassWizard will add message map macros here 
	//}}AFX_MSG_MAP 
END_MESSAGE_MAP() 
 
///////////////////////////////////////////////////////////////////////////// 
// CHelpGetbulk message handlers