jvcllaz: Cosmetic changes in TJvOutlookBar.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6350 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-04-25 07:02:45 +00:00
parent 3106033431
commit b329efafe9

View File

@ -438,39 +438,25 @@ type
TJvOutlookBar = class(TJvCustomOutlookBar) TJvOutlookBar = class(TJvCustomOutlookBar)
public public
property PopUpObject;
property DisabledFontColor1; property DisabledFontColor1;
property DisabledFontColor2; property DisabledFontColor2;
property PageBtnProps; property PageBtnProps;
property PopUpObject;
published published
property Align;
property Pages;
property LargeImages;
property SmallImages;
property PageImages;
property ButtonSize;
property PageButtonHeight;
property ActivePageIndex;
property Themed;
property ThemedBackground;
property OnButtonClick;
property OnCustomDraw;
property OnEditButton;
property OnPageChange;
property OnPageChanging;
property OnEditPage;
property Action; property Action;
property ActivePageIndex;
property Align;
property Anchors; property Anchors;
property BiDiMode; property BiDiMode;
property BorderSpacing; property BorderSpacing;
property ParentBiDiMode;
property DragCursor;
property DragKind;
property BorderStyle; property BorderStyle;
property ButtonSize;
property Color; property Color;
property Constraints; property Constraints;
property Cursor; property Cursor;
property DragCursor;
property DragKind;
property DragMode; property DragMode;
property Font; property Font;
property Height; property Height;
@ -478,18 +464,32 @@ type
property HelpKeyword; property HelpKeyword;
property HelpType; property HelpType;
property Hint; property Hint;
property LargeImages;
property Pages;
property PageButtonHeight;
property PageImages;
property ParentBiDiMode;
property ParentFont; property ParentFont;
property ParentShowHint; property ParentShowHint;
property PopupMenu; property PopupMenu;
property ShowHint; property ShowHint;
property SmallImages;
property TabOrder; property TabOrder;
property TabStop; property TabStop;
property Themed;
property ThemedBackground;
property Visible; property Visible;
property Width; property Width;
property WordWrap; property WordWrap;
property OnButtonClick;
property OnClick; property OnClick;
property OnDblClick;
property OnContextPopup; property OnContextPopup;
property OnCustomDraw;
property OnDblClick;
property OnEditButton;
property OnEditPage;
property OnPageChange;
property OnPageChanging;
{$IF LCL_FullVersion >= 1090000} {$IF LCL_FullVersion >= 1090000}
property LargeImagesWidth; property LargeImagesWidth;