Home
last modified time | relevance | path

Searched refs:IDC_DEBUG (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/gui/
H A DWndMain.c1462 Button_SetText(GetDlgItem(hW,IDC_DEBUG), _("Enable Debugger")); in ConfigureCpuDlgProc()
1482 Button_SetCheck(GetDlgItem(hW,IDC_DEBUG), Config.Debug); in ConfigureCpuDlgProc()
1497 Button_SetCheck(GetDlgItem(hW, IDC_DEBUG), FALSE); in ConfigureCpuDlgProc()
1498 EnableWindow(GetDlgItem(hW, IDC_DEBUG), FALSE); in ConfigureCpuDlgProc()
1545 Config.Debug = Button_GetCheck(GetDlgItem(hW,IDC_DEBUG)); in ConfigureCpuDlgProc()
1562 EnableWindow(GetDlgItem(hW,IDC_DEBUG), TRUE); in ConfigureCpuDlgProc()
1564 Button_SetCheck(GetDlgItem(hW,IDC_DEBUG), FALSE); in ConfigureCpuDlgProc()
1565 EnableWindow(GetDlgItem(hW,IDC_DEBUG), FALSE); in ConfigureCpuDlgProc()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/
H A Dresource.h152 #define IDC_DEBUG 1053 macro
H A Dpcsxr.rc122 CONTROL "Enable Debugger",IDC_DEBUG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,135,205,10
/dports/multimedia/xvid/xvidcore/vfw/src/
H A Dresource.h264 #define IDC_DEBUG 1220 macro
H A Dconfig.c1358 set_dlgitem_hex(hDlg, IDC_DEBUG, config->debug); in adv_upload()
1561 config->debug = get_dlgitem_hex(hDlg, IDC_DEBUG, config->debug); in adv_download()
H A Dresource.rc581 EDITTEXT IDC_DEBUG,127,166,76,12,ES_AUTOHSCROLL