testnotify.ini 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. [Settings]
  2. NumFields=11
  3. [Field 1]
  4. Type=Groupbox
  5. Text="This is a group box..."
  6. Left=0
  7. Right=-1
  8. Top=0
  9. Bottom=-4
  10. [Field 2]
  11. Type=Checkbox
  12. Text=Install support for X
  13. Flags=NOTIFY
  14. State=1
  15. Left=10
  16. Right=100
  17. Top=17
  18. Bottom=25
  19. [Field 3]
  20. Type=Checkbox
  21. Text=Install support for Y
  22. State=0
  23. Left=10
  24. Right=100
  25. Top=30
  26. Bottom=38
  27. [Field 4]
  28. Type=Checkbox
  29. Text=Install support for Z
  30. Flags=RIGHT
  31. State=0
  32. Left=10
  33. Right=100
  34. Top=43
  35. Bottom=51
  36. [Field 5]
  37. Type=FileRequest
  38. Flags=GROUP|FILE_MUST_EXIST|FILE_EXPLORER|FILE_HIDEREADONLY
  39. State=C:\dummy.xyz
  40. Filter=XYZ Files|*.xyz|All files|*.*
  41. Left=10
  42. Right=-10
  43. Top=56
  44. Bottom=69
  45. [Field 6]
  46. Type=DirRequest
  47. Text=Select a directory...
  48. State=C:\Program Files\NSIS
  49. Left=10
  50. Right=-10
  51. Top=74
  52. Bottom=87
  53. [Field 7]
  54. Type=Label
  55. Text=This is a label...
  56. Left=10
  57. Right=-10
  58. Top=89
  59. Bottom=97
  60. [Field 8]
  61. Type=Text
  62. Flags=MULTILINE|VSCROLL|WANTRETURN|NOWORDWRAP
  63. State="Multiline\r\nedit..."
  64. Left=10
  65. Right=-10
  66. Top=97
  67. Bottom=118
  68. MinLen=1
  69. ValidateText=Please enter some text before proceeding.
  70. [Field 9]
  71. Type=Button
  72. Flags=NOTIFY
  73. Text=&Clear
  74. Left=-60
  75. Right=-10
  76. Top=19
  77. Bottom=33
  78. [Field 10]
  79. Type=Button
  80. Text=&Email
  81. State=mailto:someone@anywhere.com
  82. Left=-60
  83. Right=-10
  84. Top=35
  85. Bottom=49
  86. [Field 11]
  87. Type=DROPLIST
  88. ListItems=Show|Hide
  89. State=Show
  90. Flags=NOTIFY
  91. Left=120
  92. Right=-80
  93. Top=20
  94. Bottom=56