CStatic text;
CWnd* Wnd = (CWnd*)(&text);
Wnd->SetWindowText(szText);
CStatic text;
CFont Font;
CWnd* Wnd = (CWnd*)(&text);
Font.CreateFont(-16, 0, 0, 0, 700, 0, 0, 0, ANSI_CHARSET, OUT_DEFAULT_PRECIS,
CLIP_DEFAULT_PRECIS, PROOF_QUALITY, VARIABLE_PITCH, "Times New Roman CE");
Wnd->SetFont(&m_Font);