Searched refs:IDC_ALLOW_CONTACT (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/crashrep/source/win32/ |
H A D | soreport.cpp | 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()
|
H A D | resource.h | 78 #define IDC_ALLOW_CONTACT 1007 macro
|
H A D | rctemplate.txt | 64 CONTROL "4",IDC_ALLOW_CONTACT,"Button",BS_AUTOCHECKBOX |
|
Completed in 23 milliseconds