|
@@ -483,7 +483,6 @@ namespace MeasureThread
|
|
|
arg.Picture_Information.Work_Status = "SEM";
|
|
|
arg.Picture_Information.Work_Distance = iSEM.GetWorkingDistance();
|
|
|
arg.Picture_Information.Magnification = iSEM.GetMagnification();
|
|
|
- arg.HoleName = cutHoles[m_nWorkHoleNo].HoleName;
|
|
|
break;
|
|
|
case "1-10":
|
|
|
case "1-18":
|
|
@@ -546,6 +545,7 @@ namespace MeasureThread
|
|
|
for (int i = 0; i < m_cutHoles.Count; i++)
|
|
|
{
|
|
|
m_nWorkHoleNo = i;
|
|
|
+ arg.HoleName = cutHoles[m_nWorkHoleNo].HoleName;
|
|
|
if (i == 0)
|
|
|
{
|
|
|
SendMsg("第一个切孔开始测量");
|