45 lines
570 B
INI
45 lines
570 B
INI
[Settings]
|
|
NumFields=5
|
|
|
|
[Field 1]
|
|
Type=Label
|
|
Left=10
|
|
Right=-40
|
|
Top=10
|
|
Bottom=18
|
|
Text=This custom page demonstrates the "Link" control
|
|
|
|
[Field 2]
|
|
Type=Link
|
|
Left=20
|
|
Right=-40
|
|
Top=40
|
|
Bottom=50
|
|
Text=* Run notepad
|
|
|
|
[Field 3]
|
|
Type=Link
|
|
Left=20
|
|
Right=-40
|
|
Top=55
|
|
Bottom=65
|
|
State=mailto:someone@anywhere.com
|
|
Text=* Send E-mail
|
|
|
|
[Field 4]
|
|
Type=Link
|
|
Left=20
|
|
Right=-40
|
|
Top=70
|
|
Bottom=80
|
|
State=https://nsis.sourceforge.io/
|
|
Text=* Homepage https://nsis.sourceforge.io/
|
|
|
|
[Field 5]
|
|
Type=Text
|
|
Left=20
|
|
Right=-40
|
|
Top=85
|
|
Bottom=98
|
|
State=Just to test proper interaction with the other fields
|