mirror of
git://git.gnupg.org/gnupg.git
synced 2024-10-31 20:08:43 +01:00
47 lines
494 B
INI
47 lines
494 B
INI
|
[Settings]
|
||
|
NumFields=5
|
||
|
|
||
|
; The number of the fields here is known in w32inst.nsi.
|
||
|
; The tags must be "[Field N]" with N=1..NumFields
|
||
|
|
||
|
[Field 1]
|
||
|
Type=Label
|
||
|
Left=0
|
||
|
Right=-1
|
||
|
Top=0
|
||
|
Bottom=20
|
||
|
|
||
|
[Field 2]
|
||
|
Type=Checkbox
|
||
|
Left=0
|
||
|
Right=-1
|
||
|
Top=30
|
||
|
Bottom=40
|
||
|
;Text=Start Menu
|
||
|
State=1
|
||
|
|
||
|
[Field 3]
|
||
|
Type=Checkbox
|
||
|
Left=0
|
||
|
Right=-1
|
||
|
Top=50
|
||
|
Bottom=60
|
||
|
;Text=Desktop
|
||
|
State=0
|
||
|
|
||
|
[Field 4]
|
||
|
Type=Checkbox
|
||
|
Left=0
|
||
|
Right=-1
|
||
|
Top=70
|
||
|
Bottom=80
|
||
|
;Text=Quick Launch Bar
|
||
|
State=0
|
||
|
|
||
|
[Field 5]
|
||
|
Type=Label
|
||
|
Left=0
|
||
|
Right=-1
|
||
|
Top=90
|
||
|
Bottom=130
|