test.ini 938 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. [Settings]
  2. NumFields=8
  3. [Field 1]
  4. Type=GroupBox
  5. Left=0
  6. Right=-1
  7. Top=0
  8. Bottom=-5
  9. Text=" This is a group box... "
  10. [Field 2]
  11. Type=checkbox
  12. Text=Install support for X
  13. Left=10
  14. Right=-10
  15. Top=17
  16. Bottom=25
  17. State=0
  18. Flags=GROUP
  19. [Field 3]
  20. Type=checkbox
  21. Text=Install support for Y
  22. Left=10
  23. Right=-10
  24. Top=30
  25. Bottom=38
  26. State=1
  27. Flags=NOTABSTOP
  28. [Field 4]
  29. Type=checkbox
  30. Text=Install support for Z
  31. Left=10
  32. Right=-10
  33. Top=43
  34. Bottom=51
  35. State=0
  36. Flags=NOTABSTOP
  37. [Field 5]
  38. Type=FileRequest
  39. State=C:\dummy.xyz
  40. Left=10
  41. Right=-10
  42. Top=56
  43. Bottom=68
  44. Filter=XYZ Files|*.xyz|All files|*.*
  45. Flags=GROUP|FILE_MUST_EXIST|FILE_EXPLORER|FILE_HIDEREADONLY
  46. [Field 6]
  47. Type=DirRequest
  48. Left=10
  49. Right=-10
  50. Top=73
  51. Bottom=85
  52. Text=Select a directory...
  53. State=C:\Program Files\NSIS
  54. [Field 7]
  55. Type=Label
  56. Left=10
  57. Right=-10
  58. Top=90
  59. Bottom=98
  60. Text=This is a label...
  61. [Field 8]
  62. Type=Text
  63. Left=10
  64. Right=-10
  65. Top=98
  66. Bottom=120
  67. State="Multiline\r\nedit..."
  68. Flags=MULTILINE|VSCROLL|WANTRETURN