mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 21:19:07 +02:00
LCL: move BorderSpacing.Control* properties in public section.
git-svn-id: trunk@50383 -
This commit is contained in:
parent
c1bcf1c14e
commit
a562122e19
@ -725,6 +725,10 @@ type
|
|||||||
public
|
public
|
||||||
property Control: TControl read FControl;
|
property Control: TControl read FControl;
|
||||||
property Space[Kind: TAnchorKind]: integer read GetSpace write SetSpace;
|
property Space[Kind: TAnchorKind]: integer read GetSpace write SetSpace;
|
||||||
|
property ControlLeft: Integer read GetControlLeft;
|
||||||
|
property ControlTop: Integer read GetControlTop;
|
||||||
|
property ControlWidth: Integer read GetControlWidth;
|
||||||
|
property ControlHeight: Integer read GetControlHeight;
|
||||||
published
|
published
|
||||||
property OnChange: TNotifyEvent read FOnChange write FOnChange;
|
property OnChange: TNotifyEvent read FOnChange write FOnChange;
|
||||||
property Left: TSpacingSize read FLeft write SetLeft stored IsLeftStored;
|
property Left: TSpacingSize read FLeft write SetLeft stored IsLeftStored;
|
||||||
@ -735,10 +739,6 @@ type
|
|||||||
property InnerBorder: Integer read FInnerBorder write SetInnerBorder stored IsInnerBorderStored default 0;
|
property InnerBorder: Integer read FInnerBorder write SetInnerBorder stored IsInnerBorderStored default 0;
|
||||||
property CellAlignHorizontal: TControlCellAlign read FCellAlignHorizontal write SetCellAlignHorizontal default ccaFill;
|
property CellAlignHorizontal: TControlCellAlign read FCellAlignHorizontal write SetCellAlignHorizontal default ccaFill;
|
||||||
property CellAlignVertical: TControlCellAlign read FCellAlignVertical write SetCellAlignVertical default ccaFill;
|
property CellAlignVertical: TControlCellAlign read FCellAlignVertical write SetCellAlignVertical default ccaFill;
|
||||||
property ControlLeft: Integer read GetControlLeft;
|
|
||||||
property ControlTop: Integer read GetControlTop;
|
|
||||||
property ControlWidth: Integer read GetControlWidth;
|
|
||||||
property ControlHeight: Integer read GetControlHeight;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user