Hello!
Yes, you can cancel a skinning of any form by several ways.
Easiest way:
If you know a type name of this form, then you can add this name to the list of skipped forms.
This list is declared in the sThirdParty unit, initialized already and named as ThirdPartySkipForms.
Try this code:
Code:
ThirdPartySkipForms.Add('TfrxDesignerForm');
ThirdPartySkipForms.Add('TfrxPreviewForm');
BTW. This form is ugly in your app, because some fastreport and standard controls has not been added to the sSkinManager1.ThirdParty list for a skinning, seems.