Added group box, and made dir request not crash and use Text field

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1989 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-12-21 11:24:42 +00:00
parent 69ef5ba1ab
commit d66016acfe
4 changed files with 50 additions and 38 deletions

View file

@ -1,54 +1,64 @@
[Settings]
NumFields=6
NumFields=7
[Field 1]
Type=checkbox
text=Install support for X
left=0
right=300
top=0
bottom=10
left=5
right=-5
top=10
bottom=18
state=0
[Field 2]
Type=checkbox
text=Install support for Y
left=0
right=-1
top=13
bottom=23
left=5
right=-5
top=19
bottom=27
state=1
[Field 3]
Type=checkbox
text=Install support for Z
left=0
right=-1
top=26
left=5
right=-5
top=28
bottom=36
state=0
[Field 4]
Type=FileRequest
State=C:\poop.poop
Left=0
Right=-1
Top=46
Bottom=59
Left=5
Right=-5
Top=38
Bottom=50
Filter=Poop Files|*.poop|All files|*.*
Flags=FILE_MUST_EXIST|OFN_EXPLORER|OFN_HIDEREADONLY
[Field 5]
Type=DirRequest
Left=0
Right=-1
Top=64
Bottom=77
Left=5
Right=-5
Top=51
Bottom=63
Text=Select a directory...
State=C:\Program Files\NSIS
[Field 6]
Type=Label
Left=5
Right=-5
Top=64
Bottom=78
Text=This is a label...
[Field 7]
Type=GroupBox
Left=0
Right=-1
Top=87
Bottom=97
Text=This is a label...
Top=0
Bottom=-1
Text=This is a group box...