This directory contains custom Pilot string ('tSTR') resources I've hand generated for
Timesheet. The three string resources contain the default database entries for the
Client, Project and Task categories.

I had to generate these resources by hand, because as you can each resource consists of
a single large string that contains embedded NULLs. Unfortunately, the PilRC resource
compiler doesn't allow embedded NULLs. The first NULL it finds in a string resource
definition, terminates that string.

Each category name MUST BE 17 + 1 (NULL terminator) characters long. Shorted strings MUST BE padded
with NULLs (hex 00).