TCustomPannel should use DockManager for delphi compatibility

git-svn-id: trunk@13618 -
This commit is contained in:
paul 2008-01-04 17:24:38 +00:00
parent 31bc903546
commit 6343b3f025

View File

@ -43,6 +43,7 @@ begin
Color:=clBtnFace;// clBackground;
SetInitialBounds(0,0,GetControlClassDefaultSize.X,GetControlClassDefaultSize.Y);
ParentColor := True;
UseDockManager := True;
end;
procedure TCustomPanel.SetAlignment(const Value: TAlignment);