Lines Matching refs:IDC_RADIO_1BPP
99 ON_BN_CLICKED(IDC_RADIO_1BPP, &ProjectConfigWin::BitDepthChanged) in IMPLEMENT_DYNAMIC()
348 DDX_Radio(&nx, IDC_RADIO_1BPP, radio_index); in InitDisplayConfig()
381 DDX_Radio(&nx, IDC_RADIO_1BPP, radio_index); in SaveDisplayConfig()
659 if (IsDlgButtonChecked(IDC_RADIO_1BPP)) in GetBitsSelected()
793 OffAndDisable(IDC_RADIO_1BPP); in EnableDisable()
804 GetDlgItem(IDC_RADIO_1BPP)->EnableWindow(TRUE); in EnableDisable()
1571 ctrl_id = IDC_RADIO_1BPP; in OnTestMessage()
1595 CheckRadioButton(IDC_RADIO_1BPP, IDC_RADIO_32BPP, ctrl_id); in OnTestMessage()
1611 id_control = IDC_RADIO_1BPP; in OnTestMessage()
1640 CheckRadioButton(IDC_RADIO_1BPP, IDC_RADIO_32BPP, id_control); in OnTestMessage()
1644 int id = GetCheckedRadioButton(IDC_RADIO_1BPP, IDC_RADIO_32BPP); in OnTestMessage()