Added MULTILINE support for edit box, better tab order between ReqFile, DirReq and it's browse button
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2626 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
397234a5bd
commit
8270d8bdca
7 changed files with 150 additions and 18 deletions
|
@ -1,5 +1,5 @@
|
|||
[Settings]
|
||||
NumFields=7
|
||||
NumFields=8
|
||||
|
||||
[Field 1]
|
||||
Type=GroupBox
|
||||
|
@ -7,7 +7,7 @@ Left=0
|
|||
Right=-1
|
||||
Top=0
|
||||
Bottom=-5
|
||||
Text=This is a group box...
|
||||
Text=" This is a group box... "
|
||||
|
||||
[Field 2]
|
||||
Type=checkbox
|
||||
|
@ -64,4 +64,13 @@ Left=10
|
|||
Right=-10
|
||||
Top=90
|
||||
Bottom=98
|
||||
Text=This is a label...
|
||||
Text=This is a label...
|
||||
|
||||
[Field 8]
|
||||
Type=Text
|
||||
Left=10
|
||||
Right=-10
|
||||
Top=98
|
||||
Bottom=120
|
||||
State="Multiline\r\nedit..."
|
||||
Flags=MULTILINE|VSCROLL|WANTRETURN
|
Loading…
Add table
Add a link
Reference in a new issue