home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / CMCD0304.ISO / Software / Freeware / Programare / nullsoft / nsis20.exe / Contrib / InstallOptions / testnotify.ini < prev    next >
INI File  |  2004-01-04  |  1KB  |  106 lines

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