void CEditMetadata::OnWindowtitlegrab() { // TODO: Add your control notification handler code here UpdateData(TRUE); UpdateRadio(); }
void CEditMetadata::OnMetadisable() { // TODO: Add your control notification handler code here UpdateData(TRUE); UpdateRadio(); }
BOOL CEditMetadata::OnInitDialog() { CDialog::OnInitDialog(); #if 0 m_WindowTitleGrabCtrl.EnableWindow(FALSE); m_FindWindowCtrl.EnableWindow(FALSE); m_GrabStaticCtrl.SetWindowText("Grab Metadata From Window Title - DISABLED"); #endif UpdateRadio(); return TRUE; // return TRUE unless you set the focus to a control // EXCEPTION: OCX Property Pages should return FALSE }
BOOL CAddDevice::OnInitDialog() { CDialog::OnInitDialog(); // TODO: Add extra initialization here m_pbk = CNVRBk::GetBkObject(); UpdateData(false); if (m_ipAddress==0) ((CIPAddressCtrl*)GetDlgItem(IDC_IP_ADDRESS))->SetWindowText(_T("")); if(!m_pbk->isNVRType()) GetDlgItem(IDC_CHECK_ONVIF)->ShowWindow(SW_HIDE); UpdateRadio(); return TRUE; // return TRUE unless you set the focus to a control // EXCEPTION: OCX Property Pages should return FALSE }
void CAddDevice::OnBnClickedUrlRadio() { // TODO: Add your control notification handler code here UpdateData(true); UpdateRadio(); }
void CEditMetadata::OnMetaurl() { UpdateData(TRUE); UpdateRadio(); }