屏蔽非G200型号UI尺寸检测选择框

This commit is contained in:
masayume 2020-12-30 18:24:01 +08:00
parent cc7d224b81
commit 6fa11fc381
1 changed files with 7 additions and 0 deletions

View File

@ -130,6 +130,13 @@ void CBasicPage::DoDataExchange(CDataExchange* pDX)
BOOL CBasicPage::OnInitDialog()
{
CTabPageSSL::OnInitDialog();
#ifndef G200
((CButton*)GetDlgItem(IDC_CKBSIZEDETECT))->ShowWindow(SW_HIDE);
#endif // !G200
#ifdef ISG100
((CButton*)GetDlgItem(IDC_CKBSIZEDETECT))->ShowWindow(SW_HIDE);
#endif // ISG100
m_cmBoxColorMode = (CComboBox*)GetDlgItem(IDC_CMBCOLORTYPE);
m_cmBoxSS = (CComboBox*)GetDlgItem(IDC_CMBSS);
m_cmBoxResultion = (CComboBox*)GetDlgItem(IDC_CMBRESLUTION);