| 4 | namespace DuiLib |
| 5 | { |
| 6 | CProgressUI::CProgressUI() : m_bHorizontal(true), m_nMin(0), m_nMax(100), m_nValue(0), m_bStretchForeImage(true) |
| 7 | { |
| 8 | m_uTextStyle = DT_SINGLELINE | DT_CENTER; |
| 9 | SetFixedHeight(12); |
| 10 | } |
| 11 | |
| 12 | LPCTSTR CProgressUI::GetClass() const |
| 13 | { |
nothing calls this directly
no outgoing calls
no test coverage detected