#######################
#### 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.

# ===============================================================
# Database file to open when application start 
# ===============================================================
# 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.
# ===============================================================
DBFileName=../db_files/ccindex
# ===============================================================

# ===============================================================
# 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=Card File

# Maximum string length of entry fields
CellLength=25

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

# 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

# Maximum cards per page (Assuming portrait on 8.5" x 11" paper)
CardsPerPage=2

# Spaces between cards in inches 
CardSpacing=1.0
# ===============================================================

# Default values for wxWindows MSW style printing
# ===============================================================
# Name of the document header
mswpDocumentName=Card File

# Maximum cards per page (Assuming portrait on 8.5" x 11" paper)
mswpCardsPerPage=2

# Maximum string length of entry fields
mswpCellLength=25

# Font size for the object data and entry fields
mswpFontSize=10

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

# Spaces between cards in logical units (Approximately 20 per inch)
mswpCardSpacing=20

# 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 ####
#####################
