www.pudn.com > MapXgis.rar > MapXEagleBar.h


#pragma once 
 
 
// CMapXEagleBar 
 
class CMapXEagleBar : public CCJControlBar 
{ 
	DECLARE_DYNAMIC(CMapXEagleBar) 
 
public: 
	CMapXEagleBar(); 
	virtual ~CMapXEagleBar(); 
 
protected: 
	DECLARE_MESSAGE_MAP() 
	DECLARE_EVENTSINK_MAP() 
 
protected: 
	CMapX  m_eagleMapx; //Ó¥ÑÛͼ 
	CMapXFeature m_eaglefeature; //¾ØÐοò 
public: 
	//{{AFX_MSG(CWarnListBar) 
	afx_msg void OnSize(UINT nType, int cx, int cy); 
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 
	//}}AFX_MSG 
 
	void OnMapViewChange(double X1,double Y1,double X2,double Y2); 
 
	afx_msg bool OnMouseUpInMap(short Button, short Shift, OLE_XPOS_PIXELS x, OLE_YPOS_PIXELS y); 
};