| | |
| | | str.Format(_T("%.10f"), profile.m_dConvResolution[i][0]); |
| | | m_gridCameraList.SetItemText(iRow, 1, str); |
| | | |
| | | str.Format(_T("%.10f"), profile.m_dConvResolution[i][1]); |
| | | str.Format(_T("%.10f"), profile.m_dScanResolution[i][0]); |
| | | m_gridCameraList.SetItemText(iRow, 2, str); |
| | | |
| | | str.Format(_T("%.10f"), profile.m_dScanResolution[i][0]); |
| | | str.Format(_T("%.10f"), profile.m_dConvResolution[i][1]); |
| | | m_gridCameraList.SetItemText(iRow, 3, str); |
| | | |
| | | str.Format(_T("%.10f"), profile.m_dScanResolution[i][1]); |
| | |
| | | m_pDlgRecipe->m_ProfilePrm.m_dConvResolution[i][0] = _tstof(strVal); |
| | | |
| | | strVal = m_gridCameraList.GetItemText(iRow, 2); |
| | | m_pDlgRecipe->m_ProfilePrm.m_dConvResolution[i][1] = _tstof(strVal); |
| | | m_pDlgRecipe->m_ProfilePrm.m_dScanResolution[i][0] = _tstof(strVal); |
| | | |
| | | strVal = m_gridCameraList.GetItemText(iRow, 3); |
| | | m_pDlgRecipe->m_ProfilePrm.m_dScanResolution[i][0] = _tstof(strVal); |
| | | m_pDlgRecipe->m_ProfilePrm.m_dConvResolution[i][1] = _tstof(strVal); |
| | | |
| | | strVal = m_gridCameraList.GetItemText(iRow, 4); |
| | | m_pDlgRecipe->m_ProfilePrm.m_dScanResolution[i][1] = _tstof(strVal); |