Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/
H A Dresource.h18 #define IDD_NETPLAY 108 macro
H A Dpcsxr.rc136 IDD_NETPLAY DIALOG 0, 0, 165, 95 dialog
300 IDD_NETPLAY, DIALOG
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstDialogNetPlay.cpp81 dialog ( IDD_NETPLAY, this, Handlers::messages, Handlers::commands ), in Netplay()
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/language/
H A Dresource.h37 #define IDD_NETPLAY 191 macro
H A Dlanguage.rc887 IDD_NETPLAY DIALOGEX 0, 0, 327, 182 dialog
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/gui/
H A DWndMain.c807 … DialogBox(gApp.hInstance, MAKEINTRESOURCE(IDD_NETPLAY), hWnd, (DLGPROC)ConfigureNetPlayDlgProc); in MainWndProc()