home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June / DPPCPRO0605A.ISO / Extras / PopFile / setup.exe / adduser.exe / $PLUGINSDIR / ioA.ini < prev    next >
Encoding:
INI File  |  2004-08-18  |  1.8 KB  |  91 lines

  1. #-------------------------------------------------------------------
  2. #
  3. # ioA.ini --- This file is used by "adduser.nsi", one of the NSIS scripts
  4. #             used to create the Windows installer for POPFile. This file
  5. #             defines the layout of the custom page used to choose the port
  6. #             and startup options.
  7. #
  8. # Copyright (c) 2002-2004 John Graham-Cumming
  9. #
  10. #   This file is part of POPFile
  11. #
  12. #   POPFile is free software; you can redistribute it and/or modify
  13. #   it under the terms of the GNU General Public License as published by
  14. #   the Free Software Foundation; either version 2 of the License, or
  15. #   (at your option) any later version.
  16. #
  17. #   POPFile is distributed in the hope that it will be useful,
  18. #   but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  20. #   GNU General Public License for more details.
  21. #
  22. #   You should have received a copy of the GNU General Public License
  23. #   along with POPFile; if not, write to the Free Software
  24. #   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  25. #
  26. #-------------------------------------------------------------------
  27.  
  28. [Settings]
  29. NumFields=7
  30.  
  31. [Field 1]
  32. Type=label
  33. Text=
  34. Left=0
  35. Right=300
  36. Top=0
  37. Bottom=16
  38.  
  39. [Field 2]
  40. Type=combobox
  41. ListItems=110|111|8110|8111
  42. Left=0
  43. Right=70
  44. Top=17
  45. Bottom=72
  46.  
  47. [Field 3]
  48. Type=label
  49. Text=
  50. Left=0
  51. Right=300
  52. Top=38
  53. Bottom=54
  54.  
  55. [Field 4]
  56. Type=combobox
  57. ListItems=8080|8081|9090|9091
  58. Left=0
  59. Right=70
  60. Top=55
  61. Bottom=110
  62.  
  63. [Field 5]
  64. Type=checkbox
  65. Text=
  66. Left=0
  67. Right=300
  68. Top=70
  69. Bottom=94
  70. State=1
  71.  
  72. [Field 6]
  73. Type=GroupBox
  74. Text=
  75. Left=0
  76. Right=300
  77. Top=100
  78. Bottom=140
  79.  
  80. [Field 7]
  81. Type=label
  82. Text=
  83. Left=5
  84. Right=298
  85. Top=115
  86. Bottom=139
  87.  
  88. #--------------------
  89. # End of ioA.ini
  90. #--------------------
  91.