Searched refs:IDC_COMBO_CBR (Results 1 - 2 of 2) sorted by relevance
/third_party/lame/dshow/ |
H A D | PropPage.cpp | 226 case IDC_COMBO_CBR: in OnReceiveMessage() 229 int nBitrate = SendDlgItemMessage(hwnd, IDC_COMBO_CBR, CB_GETCURSEL, 0, 0L); in OnReceiveMessage() 481 SendDlgItemMessage(hwndParent, IDC_COMBO_CBR, CB_RESETCONTENT, 0, 0); in InitPropertiesDialog() 488 SendDlgItemMessage(hwndParent, IDC_COMBO_CBR, CB_ADDSTRING, 0, (LPARAM)(LPCTSTR)szBitRateString[0][i]); in InitPropertiesDialog() 495 SendDlgItemMessage(hwndParent, IDC_COMBO_CBR, CB_ADDSTRING, 0, (LPARAM)(LPCTSTR)szBitRateString[1][i]); in InitPropertiesDialog() 507 SendDlgItemMessage(hwndParent, IDC_COMBO_CBR, CB_SETCURSEL, nBitrateSel, 0); in InitPropertiesDialog() 623 EnableWindow(GetDlgItem(hwndParent, IDC_COMBO_CBR), bEnable); in EnableControls()
|
H A D | resource.h | 12 #define IDC_COMBO_CBR 1004 macro
|
Completed in 2 milliseconds