!Define node data for a wxTreeCtrl.

!Note that all lines that start with a "!" are comment lines and ignored.

!Also, all empty lines are ignored (a line of spaces is not an empty line).

!

!The node data is organized similar to a Tabbed Hierarchical Values (THV) file,

!such that each line of text represents one label for a single tree node.

!The number of leading TAB characters indicate the indentation level of the

!tree node.

!

!Space (or blank) characters are not used the same as TAB characters; if your

!editor substitutes spaces for TABs, use the "TAB Char" attribute to change

!the character used to indicate the tree node level.

!

!Following is a sample tree data definition:

First level, no tabs
[tab]
Second Column
[tab]
Third Column
[tab]
Fourth Column
[tab]
Fifth Column
[tab]
Second level, 1 tab
[tab]
Second Column
[tab]
Third Column
[tab]
Fourth Column
[tab]
Fifth Column
[tab]
[tab]
Third level, 2 tabs
[tab]
Second Column
[tab]
Third Column
[tab]
Fourth Column
[tab]
Fifth Column

First level again, no tabs
[tab]
Second Column
[tab]
Third Column
[tab]
Fourth Column
[tab]
Fifth Column
[tab]
Second level again, 1 tab
[tab]
Second Column
[tab]
Third Column
[tab]
Fourth Column
[tab]
Fifth Column
[tab]
Another second level, 1 tab
[tab]
Second Column
[tab]
Third Column
[tab]
Fourth Column
[tab]
Fifth Column
[tab]
[tab]
Third level again, 2 tabs
[tab]
Second Column
[tab]
Third Column
[tab]
Fourth Column
[tab]
Fifth Column