You've already forked lazarus-ccr
jvcllaz: Check packages and demos for Laz 1.8.4 / 2.0.0 / 2.0.2 / trunk and FPC 3.0.4 / FPC 3.2 / trunk. 32-bit, Laz 2.0.2/FPC 3.2 64 bit. Make fixes needed.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6971 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -75,9 +75,11 @@ type
|
||||
property Styles[Index: Integer]: TFontStyles read GetStyles write SetStyles;
|
||||
published
|
||||
property Align;
|
||||
property Font;
|
||||
property BorderSpacing;
|
||||
property Color default clBtnFace;
|
||||
property Constraints;
|
||||
property DefaultImage: Integer read FDefaultImage write SetIndex default -1;
|
||||
property Font;
|
||||
property Images: TCustomImageList read FImageList write SetImageList;
|
||||
property Lines: TStrings read GetLines write SetLines;
|
||||
property LineSpacing: Integer read FLineSpacing write SetLineSpacing default 10;
|
||||
|
Reference in New Issue
Block a user