return CV i ew: :PreCrea t eU i ndow(cs);
} // CYAHView drawing
void CYAHView::OnDraw(CDC* pDC)
{
CYAHDoc* pDoc = GetDocument();
ASSERT_VALID(pDoc);
// TODO: add draw codę for native data here • CRect rect;
GetClientRect(&rect); _
pDC->DPtoLP(&rect);
pDC-> DrawTex t(pDoc-> m_sDa t a, &rect,
DT_CENTER | DT_VCENTER | DT_SINGLELINE);
}
// CYAHView printing