I am working on a dialog based program with MFC.

Because of old programming habits I would like to split the dialog window in areas. In my previous programming language I used a "Panel" to do that. I see that in a Form application there is a Panel to be used.

Is there a class that I can add in OnInitDialog for this purpose?