The appearance and behavior set by the Ancestor form provide the basic look and behavior for the inheriting form.
You can then build on this basic structure by adding other components (in this example fields and a button) to the inheriting form. You can copy the Source for the Inheriting Form (below):

Compile and execute the form:

The form now contains both inherited characteristics (the menu and status bar) and its own components and code.
When you look at the source of the inheriting form, you can see that it does not contain any DEFINE_COM statements for the components defined in the ancestor (even though they are visible in the Outline tab) nor any of the routines specified in it. The inheriting form only contains component definitions and code specific to itself.
Source for the Inheriting Form
***************************************************
*