void CuDlgDomPropProcLink::ResetDisplay() { UpdateData (FALSE); // Mandatory! m_edText.SetWindowText(_T("")); // Force immediate update of all children controls RedrawAllChildWindows(m_hWnd); }
void CuDlgDomPropStaticProfile::ResetDisplay() { UpdateData (FALSE); // Mandatory! m_cListCtrl.DeleteAllItems(); VDBA_OnGeneralSettingChange(&m_cListCtrl); // Force immediate update of all children controls RedrawAllChildWindows(m_hWnd); }
void CuDlgDomPropIceSecRole::ResetDisplay() { UpdateData (FALSE); // Mandatory! m_chkExecDoc.SetCheck(0); m_chkCreateDoc.SetCheck(0); m_chkReadDoc.SetCheck(0); // Force immediate update of all children controls RedrawAllChildWindows(m_hWnd); }
void CuDlgDomPropView::ResetDisplay() { UpdateData (FALSE); // Mandatory! m_clistCtrl.DeleteAllItems(); m_edText.SetWindowText(_T("")); m_ctrlEditComment.SetWindowText(_T("")); VDBA_OnGeneralSettingChange(&m_clistCtrl); // Force immediate update of all children controls RedrawAllChildWindows(m_hWnd); }
void CuDlgDomPropIceDbconnection::ResetDisplay() { UpdateData (FALSE); // Mandatory! m_edDBName.SetWindowText(_T("")); m_edDBUser.SetWindowText(_T("")); m_edComment.SetWindowText(_T("")); // Force immediate update of all children controls RedrawAllChildWindows(m_hWnd); }
void CuDlgDomPropRole::ResetDisplay() { UpdateData (FALSE); // Mandatory! m_edLimSecureLabel.SetWindowText(_T("")); ((CButton *)GetDlgItem(IDC_AUDIT_ALLEVENTS))->SetCheck(0); ((CButton *)GetDlgItem(IDC_AUDIT_QUERYTEXT))->SetCheck(0); m_lbGranteesOnRole.ResetContent(); // Force immediate update of all children controls RedrawAllChildWindows(m_hWnd); }
void CuDlgDomPropIndexLinkSource::ResetDisplay() { UpdateData (FALSE); // Mandatory! m_edLdbObjName.SetWindowText (_T("")) ; m_edLdbObjOwner.SetWindowText (_T("")) ; m_edLdbDatabase.SetWindowText (_T("")) ; m_edLdbNode.SetWindowText (_T("")) ; m_edLdbDbmsType.SetWindowText (_T("")) ; // Force immediate update of all children controls RedrawAllChildWindows(m_hWnd); }
void CuDlgDomPropTblPages::ResetDisplay() { UpdateData (FALSE); // Mandatory! GetDlgItem(IDC_EDIT_PAGES)->SetWindowText(_T("")); GetDlgItem(IDC_EDIT_INUSE)->SetWindowText(_T("")); GetDlgItem(IDC_EDIT_OVERFLOW)->SetWindowText(_T("")); GetDlgItem(IDC_EDIT_FREED)->SetWindowText(_T("")); GetDlgItem(IDC_EDIT_NEVERUSED)->SetWindowText(_T("")); m_cbRatio.ResetContent(); m_cListCtrl.ShowWindow(SW_HIDE); // needs to be displayed again in RefreshDisplay() // Force immediate update of all children controls RedrawAllChildWindows(m_hWnd); }
void CuDlgDomPropDDb::ResetDisplay() { UpdateData (FALSE); // Mandatory! m_edOwner.SetWindowText(_T("")); m_edCoordinator.SetWindowText(_T("")); m_edLocDb.SetWindowText (_T("")); m_edLocChk.SetWindowText(_T("")); m_edLocJnl.SetWindowText(_T("")); m_edLocDmp.SetWindowText(_T("")); m_edLocSrt.SetWindowText(_T("")); // Force immediate update of all children controls RedrawAllChildWindows(m_hWnd); }