mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 23:58:14 +02:00
publish Layout property (compatibility with situation before swap with tstatictext)
git-svn-id: trunk@6505 -
This commit is contained in:
parent
500dcf8cde
commit
d2bcf688ef
@ -1130,6 +1130,7 @@ type
|
|||||||
property Enabled;
|
property Enabled;
|
||||||
property FocusControl;
|
property FocusControl;
|
||||||
property Font;
|
property Font;
|
||||||
|
property Layout;
|
||||||
property ParentColor;
|
property ParentColor;
|
||||||
property ParentFont;
|
property ParentFont;
|
||||||
property ParentShowHint;
|
property ParentShowHint;
|
||||||
@ -1217,6 +1218,9 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.179 2005/01/07 21:36:37 micha
|
||||||
|
publish Layout property (compatibility with situation before swap with tstatictext)
|
||||||
|
|
||||||
Revision 1.178 2005/01/07 20:51:11 micha
|
Revision 1.178 2005/01/07 20:51:11 micha
|
||||||
swap TCustomStaticText and TCustomLabel
|
swap TCustomStaticText and TCustomLabel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user