You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
//<2F>ļ<EFBFBD>: CItem<65><6D><EFBFBD><EFBFBD>չ
|
|
|
|
|
|
//<2F><>Ҫ<EFBFBD><D2AA><EFBFBD><EFBFBD>:
|
|
|
|
|
|
// <09><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ԫ<EFBFBD>ػ<EFBFBD><D8BB><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD>Ĺ<EFBFBD><C4B9><EFBFBD>
|
|
|
|
|
|
//
|
|
|
|
|
|
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>д: 2006-12-07
|
|
|
|
|
|
//
|
|
|
|
|
|
//
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
#include "itemBase.h"
|
|
|
|
|
|
#include "cursor.h"
|
|
|
|
|
|
#include "DrawOperator\memdc.h"
|
|
|
|
|
|
#include "ItemView.h"
|
|
|
|
|
|
|
|
|
|
|
|
namespace NDrawView
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
#define ITEM_VIEW_DEFAULT 0
|
|
|
|
|
|
#define ITEM_VIEW_PRINT 1
|
|
|
|
|
|
|
|
|
|
|
|
class CItemViewWellPole :
|
|
|
|
|
|
public CItemView
|
|
|
|
|
|
{
|
|
|
|
|
|
public:
|
|
|
|
|
|
CItemViewWellPole(void);
|
|
|
|
|
|
CItemViewWellPole(CSigmaDoc * ppDoc);
|
|
|
|
|
|
virtual ~CItemViewWellPole(void);
|
|
|
|
|
|
|
|
|
|
|
|
virtual void OnLButtonDown(CDC *pDC, UINT nFlags, CPoint point, int vk) override;
|
|
|
|
|
|
virtual void OnLButtonUp(CDC *pDC, UINT nFlags, CPoint point, int vk) override;
|
|
|
|
|
|
virtual int OnMouseMove(CDC *pDC, UINT nFlags, CPoint point) override;
|
|
|
|
|
|
|
|
|
|
|
|
void MouseMovePanWell(CPoint point); //ggff
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
};
|