NSIS/Contrib/Math/mathtest.ini
kichik f3f0c0da09 LF -> CRLF
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5371 212acab6-be3b-0410-9dea-997c60f758d6
2007-11-14 20:10:31 +00:00

101 lines
1.1 KiB
INI

[Settings]
NumFields=10
NextButtonText=Execute
CancelButtonText=Quit
BackButtonText=Readme
[Field 1]
Type=label
Text=Enter your script here:
Left=0
Right=-1
Top=0
Bottom=8
[Field 2]
Type=text
Left=0
Right=-1
Top=9
Bottom=55
flags=MULTILINE|WANTRETURN|HSCROLL
State=""
[Field 3]
Type=text
Left=53
Right=175
Top=56
Bottom=140
flags=MULTILINE|READONLY
State=""
[Field 4]
Type=text
Left=175
Right=-1
Top=56
Bottom=140
flags=MULTILINE|READONLY
State=""
[Field 5]
Type=RadioButton
Left=0
Right=-1
Top=70
Bottom=80
flags=GROUP
Text="Your script"
State=1
[Field 6]
Type=RadioButton
Left=0
Right=-1
Top=80
Bottom=90
flags=
Text="Sample 1"
State=0
[Field 7]
Type=RadioButton
Left=0
Right=-1
Top=90
Bottom=100
flags=
Text="Sample 2"
State=0
[Field 8]
Type=RadioButton
Left=0
Right=-1
Top=100
Bottom=110
flags=
Text="Sample 3"
State=0
[Field 9]
Type=RadioButton
Left=0
Right=-1
Top=110
Bottom=120
flags=
Text="Sample 4"
State=0
[Field 10]
Type=RadioButton
Left=0
Right=-1
Top=120
Bottom=130
flags=
Text="Sample 5"
State=0