|
|
@ -455,7 +455,7 @@ void CCommonFlowMgr::DrawLaserSpotPt(CDC* pDC)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
DrawSolidRect(pDC,color,rect);
|
|
|
|
DrawSolidRect(pDC,color,rect);
|
|
|
|
|
|
|
|
|
|
|
|
#if 0
|
|
|
|
#if 1
|
|
|
|
//把每个点的Z 轴调整量显示出来
|
|
|
|
//把每个点的Z 轴调整量显示出来
|
|
|
|
CString str;
|
|
|
|
CString str;
|
|
|
|
str.Format(_T("%.2f"),SpotPt.m_AdjustZVal);
|
|
|
|
str.Format(_T("%.2f"),SpotPt.m_AdjustZVal);
|
|
|
|