Lines Matching refs:bEnable
619 void CMpegAudEncPropertyPage::EnableControls(HWND hwndParent, bool bEnable)
621 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_PES), false);//bEnable);
622 EnableWindow(GetDlgItem(hwndParent, IDC_RADIO_CBR), bEnable);
623 EnableWindow(GetDlgItem(hwndParent, IDC_COMBO_CBR), bEnable);
624 EnableWindow(GetDlgItem(hwndParent, IDC_RADIO_VBR), bEnable);
625 EnableWindow(GetDlgItem(hwndParent, IDC_COMBO_VBRMIN), bEnable);
626 EnableWindow(GetDlgItem(hwndParent, IDC_COMBO_VBRMAX), bEnable);
627 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_COPYRIGHT), bEnable);
628 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_ORIGINAL), bEnable);
629 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_CRC), bEnable);
630 EnableWindow(GetDlgItem(hwndParent, IDC_FORCE_MONO), bEnable);
631 EnableWindow(GetDlgItem(hwndParent, IDC_SLIDER_QUALITY), bEnable);
632 EnableWindow(GetDlgItem(hwndParent, IDC_COMBO_SAMPLE_RATE), bEnable);