Home
last modified time | relevance | path

Searched refs:IDC_CHECK_COPYRIGHT (Results 1 - 4 of 4) sorted by relevance

/third_party/lame/dshow/
H A DPropPage.cpp340 case IDC_CHECK_COPYRIGHT: in OnReceiveMessage()
341 m_pAEProps->set_CopyrightFlag(IsDlgButtonChecked(hwnd, IDC_CHECK_COPYRIGHT)); in OnReceiveMessage()
608 CheckDlgButton(hwndParent, IDC_CHECK_COPYRIGHT, dwCopyright ? BST_CHECKED : BST_UNCHECKED); in InitPropertiesDialog()
627 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_COPYRIGHT), bEnable); in EnableControls()
H A Dresource.h13 #define IDC_CHECK_COPYRIGHT 1007 macro
/third_party/lame/ACM/
H A Dresource.h9 #define IDC_CHECK_COPYRIGHT 1001 macro
H A DAEncodeProperties.cpp63 { IDC_CHECK_COPYRIGHT, "Mark the encoded data as copyrighted." },
553 ::CheckDlgButton( HwndDlg, IDC_CHECK_COPYRIGHT, GetCopyrightMode() ?BST_CHECKED:BST_UNCHECKED );
660 bCopyright = (::IsDlgButtonChecked( HwndDlg, IDC_CHECK_COPYRIGHT) == BST_CHECKED);

Completed in 5 milliseconds