home *** CD-ROM | disk | FTP | other *** search
INI File | 2004-08-18 | 1.8 KB | 91 lines |
- #-------------------------------------------------------------------
- #
- # ioA.ini --- This file is used by "adduser.nsi", one of the NSIS scripts
- # used to create the Windows installer for POPFile. This file
- # defines the layout of the custom page used to choose the port
- # and startup options.
- #
- # Copyright (c) 2002-2004 John Graham-Cumming
- #
- # This file is part of POPFile
- #
- # POPFile is free software; you can redistribute it and/or modify
- # it under the terms of the GNU General Public License as published by
- # the Free Software Foundation; either version 2 of the License, or
- # (at your option) any later version.
- #
- # POPFile is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
- #
- # You should have received a copy of the GNU General Public License
- # along with POPFile; if not, write to the Free Software
- # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- #
- #-------------------------------------------------------------------
-
- [Settings]
- NumFields=7
-
- [Field 1]
- Type=label
- Text=
- Left=0
- Right=300
- Top=0
- Bottom=16
-
- [Field 2]
- Type=combobox
- ListItems=110|111|8110|8111
- Left=0
- Right=70
- Top=17
- Bottom=72
-
- [Field 3]
- Type=label
- Text=
- Left=0
- Right=300
- Top=38
- Bottom=54
-
- [Field 4]
- Type=combobox
- ListItems=8080|8081|9090|9091
- Left=0
- Right=70
- Top=55
- Bottom=110
-
- [Field 5]
- Type=checkbox
- Text=
- Left=0
- Right=300
- Top=70
- Bottom=94
- State=1
-
- [Field 6]
- Type=GroupBox
- Text=
- Left=0
- Right=300
- Top=100
- Bottom=140
-
- [Field 7]
- Type=label
- Text=
- Left=5
- Right=298
- Top=115
- Bottom=139
-
- #--------------------
- # End of ioA.ini
- #--------------------
-