|
From: <xue...@us...> - 2003-06-12 15:02:36
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1:/tmp/cvs-serv25998 Added Files: ioC.ini Log Message: Define custom page used to launch POPFile. --- NEW FILE: ioC.ini --- #------------------------------------------------------------------- # # ioC.ini --- This file is used by "installer.nsi", the NSIS script # used to create the Windows installer for POPFile. # This file defines the layout of the custom page # which offers to start POPFile and the POPFile UI. # # Copyright (c) 2001-2003 John Graham-Cumming # #------------------------------------------------------------------- [Settings] NumFields=7 BackEnabled=0 CancelEnabled=0 [Field 1] Type=GroupBox Text=Start POPFile now ? Left=10 Right=-10 Top=0 Bottom=75 [Field 2] Type=RadioButton Text=No Left=30 Right=-30 Top=12 Bottom=22 Flags=Group [Field 3] Type=RadioButton Text=Run POPFile (in a DOS box) Left=30 Right=-30 Top=27 Bottom=37 [Field 4] Type=RadioButton Text=Run POPFile in background (no DOS box displayed) Left=30 Right=-30 Top=42 Bottom=52 State=1 [Field 5] Type=CheckBox Text=Display the POPFile User Interface (only if POPFile is running) Left=30 Right=-30 Top=57 Bottom=67 Flags=Group State=1 [Field 6] Type=GroupBox Text= Left=10 Right=-10 Top=80 Bottom=140 [Field 7] Type=Label Text=Once POPFile has been started, you can display the POPFile User Interface by\r\n\r\n(a) double-clicking the POPFile icon in the system tray, or\r\n\r\n(b) using Start --> Programs --> POPFile --> POPFile User Interface. Left=15 Right=-15 Top=90 Bottom=135 #-------------------- # End of ioC.ini #-------------------- |