www.pudn.com > WORD_useword.rar > PickUpData.h


/* 
	日期:2003/7/27 
	作者:CAD教研室  
	 
	目的:该类用来读取要打印的数据 
 
	//初步打算,将所有的数据打读取到一个数据中 
	//在打印窗体中读取数据 
*/ 
#if !defined(AFX_PICKUPDATA_H__E040E4FE_80BA_4952_81CF_BC8C2581E368__INCLUDED_) 
#define AFX_PICKUPDATA_H__E040E4FE_80BA_4952_81CF_BC8C2581E368__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// PickUpData.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CPickUpData window 
 
class CPickUpData : public CWnd 
{ 
// Construction 
public: 
	CPickUpData(); 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CPickUpData) 
	public: 
	virtual BOOL PreTranslateMessage(MSG* pMsg); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CPickUpData(); 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CPickUpData) 
		// NOTE - the ClassWizard will add and remove member functions here. 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_PICKUPDATA_H__E040E4FE_80BA_4952_81CF_BC8C2581E368__INCLUDED_)