| Unit Sizer |
| Classes |
TComponentSize - *************************************************************************} {* *} {* Component : TSizerPanel Desc: Panel that resizes all container*} {* components *} {* Written By: P.
TOrigin -
TScale -
TSizerPanel -
| Functions |
Register - Case FAlignmentX Of
alxLeft : ALeft:=0;
alxRight : ALeft:=Parent.
| Types |
| Constants |
| Variables |
| Functions |
| Types |
TAlignmentX=(alxNone,alxLeft,alxCenter,alxRight ,alxClient);
TAlignmentY=(alyNone,alyTop ,alyCenter,alyBottom,alyClient);
TRect2 = record
Left : Integer;
Top : Integer;
Width : Integer;
Height : Integer;
end;
| Constants |
| Variables |