ControlStyle :=[csAcceptsControls, csCaptureMouse, csClickEvents, csSetCaption, csOpaque, csDoubleClicks, csReplicatable];{When themes are on in an application default to making TCustomPanel's paint with their ParentBackground}ifThemeServices.ThemesEnabledthenControlStyle := ControlStyle + [csPare...