# This file contains properties that are used to configure Database Applet
# Required files for running the applet
# CODEBASE/dbapplet.jar
# CODEBASE/dbapplet.cab
# CODEBASE/dbapplet.properties
# CODEBASE/data.txt
# The names data.txt and dbapplet.properties are configurable, see below
# The CODEBASE of the applet is the folder where the cab and jar files are located, e.g.
# CODEBASE = http://www.javazine.net/dbapplet/
# http://www.javazine.net/dbapplet/dbapplet.jar
# http://www.javazine.net/dbapplet/dbapplet.cab
# http://www.javazine.net/dbapplet/dbapplet.properties
# http://www.javazine.net/dbapplet/data.txt
# If the applet is used to view images they must be placed in the "images" folder
# Database Applet can be configured either by this file
# or by applet parameters set in the HTML document
# If you choose to use this properties file
# you only need to set one applet parameter
#
# The applet will then read the dbapplet.properties file at load time and
# use the properties in the file.
# All the properties below can be set directly in the HTML file e.g.
#
# Properties set this way overrule the same properties in this file.
# All lines that begin with the pound (#) character are comments
# Each line begin with the name of a property
# followed by a colon (:) and the value of the property
######################
# General properties #
######################
# When you order Database Applet you will recieve a license key by email
# The LOCALE is only used by the applet to format numbers when data is read
# LOCALE can be CANADA, CHINA ,FRANCE, GERMANY, ITALY, JAPAN, KOREA, PRC, TAIWAN, UK, US
# E.g. if your numbers use . as decimal separator use US as LOCALE and if numbers use , as decimal separator use GERMANY as LOCALE
LICENSE_KEY : w0r3PPJ:r:nDkwgc
LOCALE : US
###################
# Data properties #
###################
# The DATA_FILE_NAME is the name of the text data file containing your data
# The DELIMITER property specify the character used to separate columns in the data file.
# The DELIMITER property can have the values below
# DELIMITER = COMMA
# DELIMITER = SEMICOLON
# DELIMITER = QMARK
# DELIMITER = DQMARK
# DELIMITER = TAB
# The DATA_FILE_ROW_COUNT property specify the number of rows in the data file
DATA_FILE_NAME : oldhands.txt
DATA_FILE_DELIMITER : TAB
# DATA_FILE_ROW_COUNT : 200
# Add a column property for each column in you data file beginning with COLUMN_1, COLUMN_2 ..
# Column properties have multiple attributes each with a NAME=VALUE pair
# Column attributes are separated by semicolons
# The NAME attribute is the column name
# The WIDTH attribute set the initial width of the column. If WIDTH attribute is excluded the column width is auto calculated
# The TYPE attribute can have the values below
# TYPE = STRING (Sorted as strings)
# TYPE = NUMBER (Sorted as numbers)
# TYPE = URL (Links to other documents. The applet will try to load the link on click)
# TYPE = MAILTO (emails. The applet will try to load the default email client on click)
# TYPE = IMAGE (Links to images. The applet will try to load the images in a image viewer on click)
# TYPE = CATEGORY (Used to categorize the data)
# The BASEURL attribute is a static value prefixed to the value in the URL column
# The ALIAS attribute is a static value that replace the column value in the display grid
# The VISIBLE attribute can hide columns from display. Useful for columns of type CATEGORY
COLUMN_1 : name=ID; type=NUMBER; visible=NO
COLUMN_2 : name=Given Name(s); type=STRING
COLUMN_3 : name=Family Name; type=STRING
COLUMN_4 : name=Expedition; type=CATEGORY; visible=YES
COLUMN_5 : name=Contingent; type=STRING
COLUMN_6 : name=E-Mail Address; type=MAILTO
COLUMN_7 : name=Current Area/City; type=STRING
COLUMN_8 : name=Current Country; type=STRING
COLUMN_9 : name=E-Mail Status; type=NUMBER; visible=NO
#####################
# Layout properties #
#####################
LAYOUT_NAVIGATION_BUTTONS : YES
LAYOUT_SEARCH_BUTTONS : YES
LAYOUT_ABOUT_BUTTON : YES
######################
# Tooltip properties #
######################
TOOLTIP_SHOW_TOOLTIP : YES
TOOLTIP_MOVE_TO_FIRST_ROW : Move to first row
TOOLTIP_MOVE_TO_NEXT_ROW : Move to next row
TOOLTIP_MOVE_TO_PREVIOUS_ROW : Move to previous row
TOOLTIP_MOVE_TO_LAST_ROW : Move to last row
TOOLTIP_SEARCH_FOR_KEYWORDS : Search for keywords
TOOLTIP_SHOW_BY_CATEGORY : Show by category
TOOLTIP_SHOW_ALL_ROWS : Show all rows
TOOLTIP_ABOUT_DATABASE_APPLET : About Database Applet
################################
# Aliases used for translation #
################################
ALIAS_ALL_ITEMS : All items