Delphi 7中有一个TCustomStyleServices?

EPr*_*und 0 delphi components delphi-7 vcl-styles

为了覆盖TPanel的Paint程序在delphi 7中使背景颜色变为clwhite,我正在关注@RRUZ答案,但我找不到TCustomStyleServices类.

还有其他方法可以做我想要的吗?

我正在使用XPMan资源(IDK如果改变了什么).

bum*_*mmi 6

由于Delphi7不支持VCL-Styles,因此将Parentbackground设置为false,将Color设置为clWhite应该符合您的要求.