summaryrefslogtreecommitdiff
path: root/src/gui/fpg_panel.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-06-04 14:50:45 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-06-04 14:50:45 +0200
commit7550965fe9d03a2a81583e091fbe1bd8d71aa09d (patch)
treed32039f7b6dd8516f1f7b071d3ed77ed1f2bdda0 /src/gui/fpg_panel.pas
parentc94aa6aa8f0e6fc318226c15f1c0f6e139ad37ff (diff)
downloadfpGUI-7550965fe9d03a2a81583e091fbe1bd8d71aa09d.tar.xz
Bumped visibility to Published for some properties.
This facilitates in the loading of external form files at runtime.
Diffstat (limited to 'src/gui/fpg_panel.pas')
-rw-r--r--src/gui/fpg_panel.pas24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/gui/fpg_panel.pas b/src/gui/fpg_panel.pas
index 80226f62..76f46145 100644
--- a/src/gui/fpg_panel.pas
+++ b/src/gui/fpg_panel.pas
@@ -67,12 +67,20 @@ type
published
property BackgroundColor;
property BorderStyle;
+ property Height;
property Hint;
+ property Left;
+ property MaxHeight;
+ property MaxWidth;
+ property MinHeight;
+ property MinWidth;
property ParentBackgroundColor;
property ParentShowHint;
property Shape: TPanelShape read FPanelShape write SetPanelShape default bsBox;
property ShowHint;
property Style;
+ property Top;
+ property Width;
property OnClick;
property OnDoubleClick;
property OnMouseDown;
@@ -117,16 +125,24 @@ type
property BackgroundColor;
property BorderStyle;
property FontDesc: string read GetFontDesc write SetFontDesc;
+ property Height;
property Hint;
property Layout: TLayout read GetLayout write SetLayout default tlCenter;
+ property Left;
property LineSpace: integer read GetLineSpace write SetLineSpace default 2;
property Margin: integer read GetMargin write SetMargin default 2;
+ property MaxHeight;
+ property MaxWidth;
+ property MinHeight;
+ property MinWidth;
property ParentBackgroundColor;
property ParentShowHint;
property ShowHint;
property Style;
property Text: string read GetText write SetText;
property TextColor;
+ property Top;
+ property Width;
property WrapText: boolean read GetWrapText write SetWrapText default False;
property OnClick;
property OnDoubleClick;
@@ -160,13 +176,21 @@ type
property BackgroundColor;
property BorderStyle;
property FontDesc: string read GetFontDesc write SetFontDesc;
+ property Height;
property Hint;
+ property Left;
property Margin: integer read GetMargin write SetMargin default 2;
+ property MaxHeight;
+ property MaxWidth;
+ property MinHeight;
+ property MinWidth;
property ParentShowHint;
property ShowHint;
property Style;
property Text: string read GetText write SetText;
property TextColor;
+ property Top;
+ property Width;
property OnClick;
property OnDoubleClick;
property OnShowHint;