'OPTIONS FILE
'default windowsize (as percentage of screen)
defaultformwidth=0.875
defaultformheight=0.83
'font
appfontname="Tahoma"
appfontsize=9
'USE function
'Keyword for special function
UsespecialKey="google"
UsespecialPrefix="
http://www.google.com/search?q="
UsespecialSuffix=""
'WEEK ORGANIZER
'show weekends
showweekend=false
'nb of hours in day
nbheures=12
'first hour of the day
heure1=7
'nb of subdivisions of an hour (normally 4 for quarters)
hoursubdiv=4
'Single click in week panel creates a new (1 day x 1 hour) event:
Singleclickevents=true
'phone prefix before dialling numbers
addphoneprefix=false
phoneprefix="0"
'ADDRESS BOOK
'-- Address book printing options
'you should try and adjust these parameters to your printer's characteristics.
'nb of lines for each record
adLinesToPrint=4
' Printer offset correction
'printerHoffsetcorrection : amount in centimeters by which to shift printout to the right
' in order to center output
printerHoffsetcorrection=-0.15
'printerVoffsetcorrection : amount in centimeters by which to shift down printout
printerVoffsetcorrection=0.2
' Margins and spacing
' Notice: these margins are meant INSIDE the printer's printing area
'adHorizontalMargin : left and right margins, in centimeters
adHorizontalMargin=1.1
'adHorizontalSpacing : space between 2 columns, in centimeters
adHorizontalSpacing=1.2
'adVerticalMargin : top and bottom margins, in centimeters
adVerticalMargin=0.15
'adVerticalSpacing : space between 2 rows, in centimeters
adVerticalSpacing=1