| 156 | // |
| 157 | |
| 158 | CEditUI::CEditUI() : m_pWindow(NULL), m_uMaxChar(255), m_bReadOnly(false), |
| 159 | m_bPasswordMode(false), m_cPasswordChar(_T('*')), m_uButtonState(0), |
| 160 | m_dwEditbkColor(0xFFFFFFFF), m_iWindowStyls(0) |
| 161 | { |
| 162 | SetTextPadding(CDuiRect(4, 3, 4, 3)); |
| 163 | SetBkColor(0xFFFFFFFF); |
| 164 | } |
| 165 | |
| 166 | LPCTSTR CEditUI::GetClass() const |
| 167 | { |
nothing calls this directly
no outgoing calls
no test coverage detected