Updated RichEdit usage to hopefully be better (still somewhat untested)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@892 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
justin1014 2002-09-03 18:49:24 +00:00
parent 2c5e3daf0e
commit f3bca60d70
6 changed files with 26 additions and 26 deletions

View file

@ -37,10 +37,8 @@ FONT 8, "MS Sans Serif"
BEGIN
ICON IDI_ICON2,IDC_ULICON,0,0,20,20
LTEXT "",IDC_INTROTEXT,25,0,241,23
CONTROL "",IDC_EDIT1,"RICHEDIT",ES_MULTILINE | ES_READONLY |
WS_BORDER | WS_VSCROLL | NOT WS_VISIBLE,0,24,266,105
CONTROL "",IDC_EDIT2,"RichEdit20A",ES_MULTILINE | ES_READONLY |
WS_BORDER | WS_VSCROLL | NOT WS_VISIBLE,0,24,266,105
CONTROL "",IDC_EDIT1,"RichEdit20A",WS_BORDER | WS_VSCROLL |
0x804,0,24,266,105
END
#endif