#######################
#### Start of File ####                                         
#######################
# ---------------------------------------------------------------
# User configuration file
# ---------------------------------------------------------------
# Set the path to this file in the environment or leave this file
# in the program's working directory.

# ===============================================================
# Sales tax used to calculate grand totals. Adjust this value for
# the current sales tax represented by percent, example: 6.8
# ===============================================================
SalesTax=6
# ===============================================================

# ===============================================================
# Database file to open when application starts 
# ===============================================================
# Do not use any file extensions when creating or opening file.
# Both data and index will share the same name with different
# file extensions. The data file will have a .pod extension and 
# the index file will have a .btx extension.
# ===============================================================
# Database file to open when application starts
DBFileName=../db_files/grocery
# ===============================================================

# ===============================================================
# Enable/Disable Admin user privileges 
# ===============================================================
# Valid entries are FALSE the disable or TRUE to enable. If 
# enabled the user will be allowed to add, change, or delete 
# entries. Will default to FALSE if no valid entry is found.
# ===============================================================
AdminUser=TRUE
# ===============================================================

# ===============================================================
# Set the path to a welcome message
# ===============================================================
WelcomeMessageFile=welcome.txt
# ===============================================================

# PostScript Setup
# ===============================================================
# Name of the document header
psDocumentName=Grocery List

# Maximum string length for each cell 
CellLength=19

# Font size for the item bar and the cells
FontSize=7

# Page orientation: LANDSCAPE or PORTRAIT
Orientation=PORTRAIT

# Paper size: LETTER, LEGAL, TABLOID, A3, or A4  
PaperSize=LETTER

# Font types: COURIER, COURIER_BOLD, COURIER_OBLIQUE, or COURIER_BOLD_OBLIQUE 
ItemBarFont=COURIER_BOLD_OBLIQUE
CellFont=COURIER
# ===============================================================

# Default values for wxWindows MSW style printing
# ===============================================================
# Name of the document header
mswpDocumentName=Grocery List

# Maximum lines per page (Assuming landscape on 8.5" x 11" paper)
mswpLinesPerPage=44

# Maximum string length for each cell containing the object's data
mswpCellLength=21

# Font size for the item bar and the cells
mswpFontSize=9

# Left margin in logical units (Approximately 20 per inch)
mswpLeftMargin=15

# Page orientation: LANDSCAPE or PORTRAIT
mswpOrientation=PORTRAIT

# Font family type for item bar and object data. Valid entries are:
# SWISS, ROMAN, DECORATIVE, MODERN, SCRIPT, SYSTEM 
mswpFont=SWISS
# ===============================================================

# ---------------------------------------------------------------
#####################
#### End of File ####
#####################

