Install Options DLL 2.0
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1948 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
20592c5e43
commit
6f600e4485
4 changed files with 74 additions and 44 deletions
|
@ -7,25 +7,25 @@ text=Install support for X
|
|||
left=0
|
||||
right=300
|
||||
top=0
|
||||
bottom=15
|
||||
bottom=10
|
||||
state=0
|
||||
|
||||
[Field 2]
|
||||
Type=checkbox
|
||||
text=Install support for Y
|
||||
left=0
|
||||
right=300
|
||||
top=15
|
||||
bottom=30
|
||||
right=-1
|
||||
top=13
|
||||
bottom=23
|
||||
state=1
|
||||
|
||||
[Field 3]
|
||||
Type=checkbox
|
||||
text=Install support for Z
|
||||
left=0
|
||||
right=300
|
||||
top=30
|
||||
bottom=45
|
||||
right=-1
|
||||
top=26
|
||||
bottom=36
|
||||
state=0
|
||||
|
||||
[Field 4]
|
||||
|
@ -33,8 +33,8 @@ Type=FileRequest
|
|||
State=C:\poop.poop
|
||||
Left=0
|
||||
Right=-1
|
||||
Top=45
|
||||
Bottom=64
|
||||
Top=46
|
||||
Bottom=59
|
||||
Filter=Poop Files|*.poop|All files|*.*
|
||||
Flags=FILE_MUST_EXIST|OFN_EXPLORER|OFN_HIDEREADONLY
|
||||
|
||||
|
@ -42,13 +42,13 @@ Flags=FILE_MUST_EXIST|OFN_EXPLORER|OFN_HIDEREADONLY
|
|||
Type=DirRequest
|
||||
Left=0
|
||||
Right=-1
|
||||
Top=65
|
||||
Bottom=84
|
||||
Top=64
|
||||
Bottom=77
|
||||
|
||||
[Field 6]
|
||||
Type=Label
|
||||
Left=0
|
||||
Right=-1
|
||||
Top=85
|
||||
Bottom=104
|
||||
Top=87
|
||||
Bottom=97
|
||||
Text=This is a label...
|
Loading…
Add table
Add a link
Reference in a new issue