Line | Code | Value | Export IDENTIFIER |
119 | if(ext.IsEmpty() || !ext.CompareNoCase(_T("file"))) | file | |
152 | CString measure = _T("B"); | B | |
153 | if(shortsize > 10240) shortsize /= 1024, measure = _T("KB"); | KB | |
154 | if(shortsize > 10240) shortsize /= 1024, measure = _T("MB"); | MB | |
155 | if(shortsize > 10240) shortsize /= 1024, measure = _T("GB"); | GB | |
156 | m_size.Format(_T("%I64d%s (%I64d bytes)"), shortsize, measure, size); | %I64d%s (%I64d bytes) | |
168 | m_time.Format(_T("%02d:%02d:%02d"), | %02d:%02d:%02d | |
225 | m_res.Format(_T("%d x %d"), wh.cx, wh.cy); | %d x %d | |
238 | ar.Format(_T(" (AR %d:%d)"), arxy.cx, arxy.cy); | (AR %d:%d) | |
307 | text.Replace(_T("\n"), _T("\r\n")); | \r\n | |
| | | |