// estilo XP no .NET
constructor TWinForm.Create;
begin
{ ... }
Application.EnableVisualStyles(); // ultima linha do create
end;