OnDrawTab
在这里面修改
with Control do
Begin
if Active then
canvas.brush.color:=clMoneyGreen//$005AA6FF//$00DAC478//clMoneyGreen
else
canvas.brush.color:=clSkyBlue;
canvas.Polygon([Point(Rect.Left,rect.top),Point(Rect.right,rect.top),
Point(Rect.Right,rect.Bottom),Point(Rect.Left,Rect.Bottom)]);
Canvas.TextOut(Rect.Left+5,Rect.top+5,pages[TabIndex].Caption);
end;