test - working on io integration
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1093 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c66f36c573
commit
d4a5621514
3 changed files with 279 additions and 0 deletions
15
Examples/Modern UI/iniA.ini
Normal file
15
Examples/Modern UI/iniA.ini
Normal file
|
@ -0,0 +1,15 @@
|
|||
[Settings]
|
||||
Title=Setup
|
||||
CancelConfirm=Are you sure you want to cancel the Setup?
|
||||
NumFields=1
|
||||
BackEnabled=1
|
||||
BackButtonText=< Back
|
||||
NextButtonText=Next >
|
||||
|
||||
[Field 1]
|
||||
Type=label
|
||||
text=IniA
|
||||
left=0
|
||||
right=350
|
||||
top=10
|
||||
bottom=25
|
Loading…
Add table
Add a link
Reference in a new issue