void CModelFixDlg::OnBnClickedSelectall()
{
// TODO: Add your control notification handler code here
   (CButton*)GetDlgItem(IDC_OppositeVector)->SetCheck(FALSE);
}
mfc学习过程中 先设置一个全选按钮,为什么会提示error C2039: 'SetCheck' : is not a member of 'CWnd'