nicer dialog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2014 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3769825be5
commit
12c3a5db45
1 changed files with 56 additions and 56 deletions
|
@ -2,63 +2,63 @@
|
|||
NumFields=7
|
||||
|
||||
[Field 1]
|
||||
Type=checkbox
|
||||
text=Install support for X
|
||||
left=5
|
||||
right=-5
|
||||
top=10
|
||||
bottom=18
|
||||
state=0
|
||||
|
||||
[Field 2]
|
||||
Type=checkbox
|
||||
text=Install support for Y
|
||||
left=5
|
||||
right=-5
|
||||
top=19
|
||||
bottom=27
|
||||
state=1
|
||||
|
||||
[Field 3]
|
||||
Type=checkbox
|
||||
text=Install support for Z
|
||||
left=5
|
||||
right=-5
|
||||
top=28
|
||||
bottom=36
|
||||
state=0
|
||||
|
||||
[Field 4]
|
||||
Type=FileRequest
|
||||
State=C:\poop.poop
|
||||
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=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=0
|
||||
Bottom=-1
|
||||
Text=This is a group box...
|
||||
Bottom=-5
|
||||
Text=This is a group box...
|
||||
|
||||
[Field 2]
|
||||
Type=checkbox
|
||||
Text=Install support for X
|
||||
Left=10
|
||||
Right=-10
|
||||
Top=17
|
||||
Bottom=25
|
||||
State=0
|
||||
|
||||
[Field 3]
|
||||
Type=checkbox
|
||||
Text=Install support for Y
|
||||
Left=10
|
||||
Right=-10
|
||||
Top=30
|
||||
Bottom=38
|
||||
State=1
|
||||
|
||||
[Field 4]
|
||||
Type=checkbox
|
||||
Text=Install support for Z
|
||||
Left=10
|
||||
Right=-10
|
||||
Top=43
|
||||
Bottom=51
|
||||
State=0
|
||||
|
||||
[Field 5]
|
||||
Type=FileRequest
|
||||
State=C:\poop.poop
|
||||
Left=10
|
||||
Right=-10
|
||||
Top=56
|
||||
Bottom=68
|
||||
Filter=Poop Files|*.poop|All files|*.*
|
||||
Flags=FILE_MUST_EXIST|OFN_EXPLORER|OFN_HIDEREADONLY
|
||||
|
||||
[Field 6]
|
||||
Type=DirRequest
|
||||
Left=10
|
||||
Right=-10
|
||||
Top=73
|
||||
Bottom=85
|
||||
Text=Select a directory...
|
||||
State=C:\Program Files\NSIS
|
||||
|
||||
[Field 7]
|
||||
Type=Label
|
||||
Left=10
|
||||
Right=-10
|
||||
Top=90
|
||||
Bottom=98
|
||||
Text=This is a label...
|
Loading…
Add table
Add a link
Reference in a new issue