搜索:CreatePoint
找到约 1 项符合「CreatePoint」的查询结果
结果 1
https://www.eeworm.com/dl/534/216194.html
其他
CEdit& edit = GetEditCtrl() //定义指向视图的Cedit控件 if (m_Font.m_hObject == NULL) { m_Font.CreatePoint
CEdit& edit = GetEditCtrl() //定义指向视图的Cedit控件
if (m_Font.m_hObject == NULL)
{
m_Font.CreatePointFont(120,"Fixedsys")
}
if (m_Font.m_hObject != NULL)
edit.SetFont (&m_Font)
edit.SetTabStops (16)