Home
last modified time | relevance | path

Searched refs:IDC_RICHEDIT2 (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/uae/uae-0.8.29/src/od-win32/
H A Dresource.h150 #define IDC_RICHEDIT2 1092 macro
H A Dwin32gui.c1475 SetDlgItemText (hDlg, IDC_RICHEDIT2, VersionStr ); in init_aboutdlg()
1476 SendDlgItemMessage (hDlg, IDC_RICHEDIT2, EM_GETCHARFORMAT, 0, (LPARAM) & CharFormat); in init_aboutdlg()
1480 SendDlgItemMessage (hDlg, IDC_RICHEDIT2, EM_SETCHARFORMAT, SCF_ALL, (LPARAM) & CharFormat); in init_aboutdlg()
1481 SendDlgItemMessage (hDlg, IDC_RICHEDIT2, EM_SETBKGNDCOLOR, 0, GetSysColor (COLOR_3DFACE)); in init_aboutdlg()
H A Dwinuae.rc347 CONTROL "",IDC_RICHEDIT2,"RICHEDIT",ES_CENTER | ES_MULTILINE |