Home
last modified time | relevance | path

Searched refs:IDC_ABOUTTEXT (Results 1 – 5 of 5) sorted by relevance

/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Resources/
H A DResource.h313 #define IDC_ABOUTTEXT 1100 macro
H A DblueMSX.rc372 …EDITTEXT IDC_ABOUTTEXT,14,14,270,124,ES_MULTILINE | ES_READONLY | ES_AUTOVSCROLL | WS_VSCRO…
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/WCDriver3D/
H A DResource.h358 #define IDC_ABOUTTEXT 1247 macro
H A DWCDriver3D.rc232 LTEXT "Statisch",IDC_ABOUTTEXT,24,7,215,111
H A DWCDriver3DDlg.cpp115 CWnd * atext = GetDlgItem(IDC_ABOUTTEXT); in OnInitDialog()