| 13/12/2007 Created for Rover v0.55
| 15/12/2007 Added TextAlign
| 29/12/2007 Added blank after SizeIcon Default - otherwise ignored!
| 17/01/2008 Added Wget & WgetLog for v1.04
| 22/01/2008 Changed Wget to Radio for TaskWindow for v1.04
| 24/01/2008 Adjusted spacing slightly
| 25/01/2008 Added WgetDown
| 29/01/2008 Changed Wget stuff again! for v1.06
| 11/03/2008 Removed WgetTW! for v1.06

Title = Rover Customisation
ColumnWidth = 400
LineUp = 0
Debug = 0
Width = 960
Height = 400
VersionCheck = 0.83
|Layout = RadioRight
UseGroups = 0
Profiles = 0
Help = 1
Tabs = 0
File=<Rover$Dir>.Config

|========================================================
[Main]
Text = Initial settings for when Rover is next started
Width = 200
Column = 410
Help = <Rover$Dir>.!Help 

{
 Name = MaxProg
 Text = Programs: 
 Type = Integer
 TextAlign = Right
 Default = 300
 Min = 100
 Max = 10000
 Size = 5
 Width = 90
 Help = Maximum number of programs that can be registered
};

{
 Name = MaxDupl
 Text = Duplicates: 
 Type = Integer
 TextAlign = Right
 Default = 10
 Min = 10
 Max = 100
 Size = 3
 Width = 90
 Help = Maximum number of duplicate Progs from Links Database
}

{
 Name = Flen
 Text = Filename len: 
 Type = Integer
 TextAlign = Right
 Default = 40
 Min = 20
 Max = 256
 Size = 3
 Width = 90 
 Help = Maximum Filename length when reading a directory
}

{
 Name = SizeIcon
 Type = Radio
 Text = Adj Size Icon: 
 Menu = SizeIcon;No Adjust Size,0;V scroll,1;H scroll,2 
 Stack = hor
 Width = 280
 Default = 2 
 Help = Sets if window Adjust Size icon has Hor or Vert scroll bar
}

{
 Name = TextAlign
 Type = Radio
 Text = Text Align: 
 Menu = Align;Left,0;Centre,1;Right,2 
 Stack = hor
 Width = 280
 Default = 0
 Help = Sets initial default text alignment for long display fields
}

{
 Name = Show
 Text = Show: 
 Type = Menu
 Menu = Show;All,0;No Local,1;Local ?,2;Local ok,3;No Links DB,4;Links DB ?,5;Links DB ok,6;Local < DB,7;Local > DB,8;Local = DB,9
 Default = 0
 Width = 260
 Help = Initial setting for Show for program list
};

{
 Name = Type
 Text = Type: 
 Type = Menu
 Menu = Type;All,0;Application,1;Module,2;Absolute,3
 Default = 0
 Width = 250
 Help = Initial setting for Type for program list
}

{
 Name = Beep
 Text = Beep
 Comment = Flags: 
 Type = Option
 Default = on
 Help = Beep on warning
};

{
 Name = DelWarn
 Text = DelWarn
 Type = Option
 Default = on
 Help = Warning when about to delete program
};
{
 Name = DupReg
 Text = Dup Reg
 Type = Option
 Comment =
 Default = on
 Help = Warning when exact duplicate has been registered
}

{
 Name = ListFile
 Text = List File: 
 Type = String
 Default = RAM:$.RoverList
 Size = 200
 Help = Default filename for where Lists are saved
 Drop = path
}

{
 Type = Ruler
 height=10
}

{
 Name = Wget
 Text = Yes
 Comment = Use Wget: 
 Type = Option
 Default = off
 Help = Use Wget in TaskWindow for fetches of zip files if possible
};
{
 Name = WgetLogs
 Text = Log file
 Type = Option
 Default = off
 Help = Write a log file of Wget activity
 Enable=Wget,1
};
{
 Name = WgetZip
 Text = Keep /zip suffix
 Type = Option
 Default = off
 Help = Keep /zip filename extension suffix, otherwise removed
 Comment =
 Enable=Wget,1
}

{
 Name = WgetLog
 Text = Wget Log: 
 Type = String
 Default = RAM:$.WgetLog
 Size = 200
 Help = Filename for Wget Log file 
 Drop = path
 Enable = WgetLogs,1
}
{
 Name = WgetDown
 Text = Download: 
 Type = String
 Default = RAM:$.WgetDown
 Size = 200
 Help = Default directory for downloads (can set per program)
 Drop = path
 Enable = Wget,1
}
