| 56 | } |
| 57 | |
| 58 | void ConnInfoUI::Initialize() |
| 59 | { |
| 60 | m_pRfhBtn = static_cast<CButtonUI*>(GetPaintMgr()->FindControl(_T("btn_conn_rfh"))); |
| 61 | m_pAddBtn = static_cast<CButtonUI*>(GetPaintMgr()->FindControl(_T("btn_conn_add"))); |
| 62 | m_pDelBtn = static_cast<CButtonUI*>(GetPaintMgr()->FindControl(_T("btn_conn_del"))); |
| 63 | m_pAltBtn = static_cast<CButtonUI*>(GetPaintMgr()->FindControl(_T("btn_conn_alt"))); |
| 64 | m_pListUI = static_cast<CListUI*> (GetPaintMgr()->FindControl(_T("serverlist"))); |
| 65 | } |
| 66 | |
| 67 | int ConnInfoUI::GetIndex() |
| 68 | { |
nothing calls this directly
no test coverage detected