搜索结果
找到约 1 项符合
m_hObject 的查询结果
其他 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)