TTMSFNCPageControl suggestions

On the TTMSFNCPackgeControl, when a page is added, the structure view shows 2 elements per page: 1) the PageControlPage, and the PageControlContainer.

The PageControlContainer can be named, which is great, but the PageControlPage cannot. It would be useful to allow for the naming to make managing them easier.

It may be nicer if the Container was a child of the Page. in the past, I accidentally deleted the wrong one, as I lost track due to naming, so having the one more closely linked may make it easier...

Lastly, the next consideration is something I've seen on other controls too ... I appreciate from a design perspective at the code level, there may be a separation of concerns, but it may be more user friendly for the PageControlContainer and PageControlPage properties to be merged somehow in the object as when we use the properties, we are conceptually working on the pages one at a time and can minimise clicking all over...