| | |
| | | pCell->SetTextClr(color); |
| | | pCell->SetFont(&lf); |
| | | } |
| | | str.Format(_T("%.3f"),(double)m_HistoryData.nProfileDiff[nProfileIndex]/1000.); |
| | | str.Format(_T("%.3f"),(double)m_HistoryData.nProfileDiff[nProfileIndex] / 1000.); |
| | | m_GrdMeasureLine[i].SetItemText(nRowIdx,iCol,str); |
| | | |
| | | nRowIdx = 2; |
| | |
| | | pCell->SetTextClr(color); |
| | | pCell->SetFont(&lf); |
| | | } |
| | | str.Format(_T("%.3f"),(double)m_HistoryData.nChamferThickDn[nProfileIndex]/1000.); |
| | | str.Format(_T("%.3f"),(double)m_HistoryData.nChamferThickDn[nProfileIndex] / 1000.); |
| | | m_GrdMeasureLine[i].SetItemText(nRowIdx,iCol,str); |
| | | |
| | | if (i > MAX_VIEWINFO_GRD_CNT - 3 && (68 == nProfileIndex || 78 == nProfileIndex)) |