tvplanit: Make properties Achors, BorderSpacing and ChildSizing available for TVpResourceCombob and TVpPrintFormatCombobox. Improved, high-dpi aware layout of print preview form.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5076 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-08-05 22:34:24 +00:00
parent 0e25976581
commit 82f445a910
4 changed files with 78 additions and 36 deletions

View File

@@ -67,11 +67,19 @@ type
procedure UpdateItems;
property Style;
{$IFDEF LCL}
property ChildSizing;
{$ENDIF}
published
property Version: string read GetAbout write SetAbout stored False;
property ControlLink: TVpControlLink read FControlLink write SetControlLink;
property Align;
property Anchors;
{$IFDEF LCL}
property Borderspacing;
{$ENDIF}
property Cursor;
property DragCursor;
property DragMode;