I can see the following code creating the management window. But where is the code which create the tabs "Projects","Symbols" and "Resources".
Manager::Get(this);
m_LayoutManager.AddPane(Manager::Get()->GetProjectManager()->GetNotebook(), wxAuiPaneInfo().
Name(wxT("ManagementPane")).Caption(_("Management")).
BestSize(wxSize(leftW, clientsize.GetHeight())).MinSize(wxSize(100,100)).
Left().Layer(1));