|
|
|
@ -1226,12 +1226,14 @@ void CRecipeMgr::UpdateEditRecipeList(CListCtrl &RecipeList,CListCtrl &RecipeInf
|
|
|
|
|
{
|
|
|
|
|
int idx = 0;
|
|
|
|
|
CRecipeParameter &RecipePar = RecipeParVec[k];
|
|
|
|
|
#if 0
|
|
|
|
|
//改变焦距微调值的范围
|
|
|
|
|
if(RecipePar.m_ParName ==RECIPE_PAR_NAME_FOCUS_ADJUST_VAL)
|
|
|
|
|
{
|
|
|
|
|
RecipePar.m_DoubleMinVal = m_FocusAdjustMin;
|
|
|
|
|
RecipePar.m_DoubleMaxVal= m_FocusAdjustMax;
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
CString Min,Max;
|
|
|
|
|
RecipePar.GetRangeStr(Min,Max);
|
|
|
|
|
if(RecipePar.m_bRcpInfoPar)//计算参数
|
|
|
|
|