READONLY in text box

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2631 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
ramon18 2003-06-11 23:57:24 +00:00
parent cde1bec3d3
commit 361dbff6bc
4 changed files with 18 additions and 3 deletions

View file

@ -1,5 +1,5 @@
[Settings]
NumFields=1
NumFields=2
[Field 1]
Type=label
@ -7,4 +7,13 @@ Text=Install Options Page A
Left=0
Right=-1
Top=0
Bottom=10
Bottom=10
[Field 2]
Type=text
Left=0
Right=-1
Top=20
Bottom=100
flags=MULTILINE|VSCROLL|READONLY
State="Description:\r\n\r\n1 - Show custom page A (where you are now)\r\n2 - Show the components page\r\n3 - Show custom page B\r\n4 - Show directory page\r\n5 - Show custom page C\r\n6 - Show installation progress"