Searched refs:IDC_CHECK_FORCE_MS (Results 1 - 2 of 2) sorted by relevance
/third_party/lame/dshow/ |
H A D | PropPage_adv.cpp | 176 EnableWindow(GetDlgItem(hwnd,IDC_CHECK_FORCE_MS),TRUE); in OnReceiveMessage() 178 EnableWindow(GetDlgItem(hwnd,IDC_CHECK_FORCE_MS),FALSE); in OnReceiveMessage() 215 case IDC_CHECK_FORCE_MS: in OnReceiveMessage() 216 m_pAEProps->set_ForceMS(IsDlgButtonChecked(hwnd, IDC_CHECK_FORCE_MS)); in OnReceiveMessage() 286 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_FORCE_MS), TRUE); in InitPropertiesDialog() 288 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_FORCE_MS), FALSE); in InitPropertiesDialog() 319 CheckDlgButton(hwndParent, IDC_CHECK_FORCE_MS, dwForceMS ? BST_CHECKED : BST_UNCHECKED); in InitPropertiesDialog() 345 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_FORCE_MS), bEnable); in EnableControls()
|
H A D | resource.h | 36 #define IDC_CHECK_FORCE_MS 1037 macro
|
Completed in 2 milliseconds