| | |
| | | CString strPath =m_pRCC2P->IRCC2P_GetTotalPitchImageName(); |
| | | |
| | | if(strPath == _T("")){ |
| | | strPath = _T("C:\\DIT_Review\\Recipe\\AlignImage\\ReviewAlign.bmp"); |
| | | strPath = _T("D:\\DIT_Review\\Recipe\\AlignImage\\ReviewAlign.bmp"); |
| | | //strPath = _T("C:\\DIT_Review\\Recipe\\AlignImage\\ReviewAlign.bmp"); //210805 |
| | | } |
| | | else |
| | | { |
| | | strPath = _T("C:\\DIT_Review\\Recipe\\AlignImage\\")+strPath; |
| | | strPath = _T("D:\\DIT_Review\\Recipe\\AlignImage\\") + strPath; |
| | | //strPath = _T("C:\\DIT_Review\\Recipe\\AlignImage\\")+strPath; //210805 |
| | | |
| | | } |
| | | |