|
|
|
@@ -2190,12 +2190,12 @@ namespace GeBoShi.SysCtrl |
|
|
|
ZXD = double.Parse(res.excelTable.Rows[i]["置信度"].ToString()),
|
|
|
|
Contrast = double.Parse(res.excelTable.Rows[i]["对比度"].ToString()),
|
|
|
|
Target = int.Parse(res.excelTable.Rows[i]["目标"].ToString()),
|
|
|
|
image = res.lstDefectBmp[i].Clone(),
|
|
|
|
image = DefectPauseForUser? res.lstDefectBmp[i].Clone() : null,
|
|
|
|
};
|
|
|
|
defectInfo.ModifyUserCode = defectInfo.CreateUserCode = res.record.CreateUserCode;
|
|
|
|
step = 6 + i * 10;
|
|
|
|
|
|
|
|
if (DefectItemsPuaseNameList.Contains(defectInfo.Name))
|
|
|
|
if (DefectPauseForUser && DefectItemsPuaseNameList.Contains(defectInfo.Name))
|
|
|
|
{
|
|
|
|
lock (lock_defectPuase)
|
|
|
|
{
|
|
|
|
|