Searched refs:IDC_ALLOW_CONTACT (Results 1 – 2 of 2) sorted by relevance
1153 Button_GetCheck(GetDlgItem(hwndDlg, IDC_ALLOW_CONTACT)) & BST_CHECKED ? TRUE : FALSE ); in UpdateReportDialogControls()1156 Button_GetCheck(GetDlgItem(hwndDlg, IDC_ALLOW_CONTACT)) & BST_CHECKED ? TRUE : FALSE ); in UpdateReportDialogControls()1203 Button_SetText( GetDlgItem(hwndDlg, IDC_ALLOW_CONTACT), szBuffer ); in ReportDialogProc()1204 …Button_SetCheck( GetDlgItem(hwndDlg, IDC_ALLOW_CONTACT), pParams->fAllowContact ? BST_CHECKED : BS… in ReportDialogProc()1256 … pParams->fAllowContact = Button_GetCheck( GetDlgItem(hwndDlg, IDC_ALLOW_CONTACT) ) ? TRUE : FALSE; in ReportDialogProc()1279 case IDC_ALLOW_CONTACT: in ReportDialogProc()1463 …pParams->fAllowContact = Button_GetCheck( GetDlgItem(hwndPages[1], IDC_ALLOW_CONTACT) ) ? TRUE : F… in DialogProc()
78 #define IDC_ALLOW_CONTACT 1007 macro