Of course, look at the 1.ged file.
Therte is I1,F1,O1 etc.
also I2,F2,...
The file is built in main block of Family, which details the identifiers of the Husband, wife, children and datails of marriage like date.
Then there is the block of individual (INDI)
then there are Objects, like a photo, with details of the type of object, file name etc.
There are Notes (N#) and Sources, (S#).
So, since usually you want to show all the data of one person in one form, you need to be able to refer to all at the same display.
What I did - I added a "next" button which show the next tree of the same person, and fills the missing elements from the recieving textboxes of my tree, But this is not the right way. I think the best is to create a higher level of tree root, which refers to the person number, and under it all the various trees of the same number but different letters.