mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-05 02:00:39 +02:00
LCL: Formatting.
git-svn-id: trunk@53662 -
This commit is contained in:
parent
d539e1fa58
commit
c4c9879bc5
@ -184,16 +184,16 @@ begin
|
||||
AutoSize := False;
|
||||
OnClick := @Self.Clicked;
|
||||
OnChange := @Self.Changed;
|
||||
OnEnter :=@Self.ItemEnter;
|
||||
OnExit :=@Self.ItemExit;
|
||||
OnKeyDown :=@Self.ItemKeyDown;
|
||||
OnEnter := @Self.ItemEnter;
|
||||
OnExit := @Self.ItemExit;
|
||||
OnKeyDown := @Self.ItemKeyDown;
|
||||
OnKeyUp := @Self.ItemKeyUp;
|
||||
OnKeyPress := @Self.ItemKeyPress;
|
||||
OnUTF8KeyPress := @Self.ItemUTF8KeyPress;
|
||||
OnResize := @Self.ItemResize;
|
||||
ParentFont := True;
|
||||
BorderSpacing.CellAlignHorizontal:=ccaLeftTop;
|
||||
BorderSpacing.CellAlignVertical:=ccaCenter;
|
||||
BorderSpacing.CellAlignHorizontal := ccaLeftTop;
|
||||
BorderSpacing.CellAlignVertical := ccaCenter;
|
||||
ControlStyle := ControlStyle + [csNoDesignSelectable];
|
||||
end;
|
||||
FButtonList.Add(ARadioButton);
|
||||
|
Loading…
Reference in New Issue
Block a user