internal PropertyTab()
 {
     m_Properties        = new Dictionary <int, PropertyData>();
     m_PropertyInspector = new PropertyInspector(this);
     m_resizablePanel    = new ResizablePanelRect();
 }
 internal ConfigTab()
 {
     m_ConfigInspector = new ConfigInspector(this);
     m_resizablePanel  = new ResizablePanelRect();
 }