Home
last modified time | relevance | path

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

/dports/games/jfsw/jfsw-c434002/jfbuild/kenbuild/
H A Dstartwin_game.c125 EnableWindow(GetDlgItem(pages[TAB_CONFIG], IDC_NUMPLAYERSUD), TRUE); in setup_config_mode()
127 SendDlgItemMessage(pages[TAB_CONFIG], IDC_NUMPLAYERSUD, UDM_SETPOS, 0, 2); in setup_config_mode()
128 …SendDlgItemMessage(pages[TAB_CONFIG], IDC_NUMPLAYERSUD, UDM_SETRANGE, 0, MAKELPARAM(MAXPLAYERS, 2)… in setup_config_mode()
135 EnableWindow(GetDlgItem(pages[TAB_CONFIG], IDC_NUMPLAYERSUD), FALSE); in setup_config_mode()
153 EnableWindow(GetDlgItem(pages[TAB_CONFIG], IDC_NUMPLAYERSUD), FALSE); in setup_messages_mode()
170 EnableWindow(GetDlgItem(pages[TAB_CONFIG], IDC_NUMPLAYERSUD), (sender == IDC_HOSTMULTIPLAYER)); in multiplayerradio_clicked()
230 …SendDlgItemMessage(hwndDlg, IDC_NUMPLAYERSUD, UDM_SETBUDDY, (WPARAM)GetDlgItem(hwndDlg, IDC_NUMPLA… in ConfigPageProc()
H A Dgameres.h15 #define IDC_NUMPLAYERSUD 1108 macro
H A Dgameres.rc55 …CONTROL "", IDC_NUMPLAYERSUD, UPDOWN_CLASS, UDS_ARROWKEYS | UDS_SETBUDDYINT, 87, 138, 11, …
/dports/games/jfsw/jfsw-c434002/src/
H A Dstartwin_game.c251 EnableWindow(GetDlgItem(pages[TAB_CONFIG], IDC_NUMPLAYERSUD), TRUE); in setup_config_mode()
253 SendDlgItemMessage(pages[TAB_CONFIG], IDC_NUMPLAYERSUD, UDM_SETPOS, 0, 2); in setup_config_mode()
254 …SendDlgItemMessage(pages[TAB_CONFIG], IDC_NUMPLAYERSUD, UDM_SETRANGE, 0, MAKELPARAM(MAXPLAYERS, 2)… in setup_config_mode()
261 EnableWindow(GetDlgItem(pages[TAB_CONFIG], IDC_NUMPLAYERSUD), FALSE); in setup_config_mode()
282 EnableWindow(GetDlgItem(pages[TAB_CONFIG], IDC_NUMPLAYERSUD), FALSE); in setup_messages_mode()
305 EnableWindow(GetDlgItem(pages[TAB_CONFIG], IDC_NUMPLAYERSUD), (sender == IDC_HOSTMULTIPLAYER)); in multiplayerradio_clicked()
548 …SendDlgItemMessage(hwndDlg, IDC_NUMPLAYERSUD, UDM_SETBUDDY, (WPARAM)GetDlgItem(hwndDlg, IDC_NUMPLA… in ConfigPageProc()
H A Dgameres.h18 #define IDC_NUMPLAYERSUD 1108 macro
H A Dgameres.rc62 …CONTROL "", IDC_NUMPLAYERSUD, UPDOWN_CLASS, UDS_ARROWKEYS | UDS_SETBUDDYINT, 87, 138, 11, …