diff options
Diffstat (limited to 'src/gui/fpg_panel.pas')
-rw-r--r-- | src/gui/fpg_panel.pas | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/fpg_panel.pas b/src/gui/fpg_panel.pas index 1446283f..c3f42e5d 100644 --- a/src/gui/fpg_panel.pas +++ b/src/gui/fpg_panel.pas @@ -75,6 +75,7 @@ type published property BackgroundColor; property BorderStyle; + property Enabled; property Height; property Hint; property Left; @@ -132,6 +133,7 @@ type property Alignment: TAlignment read GetAlignment write SetAlignment default taCenter; property BackgroundColor; property BorderStyle; + property Enabled; property FontDesc: string read GetFontDesc write SetFontDesc; property Height; property Hint; @@ -183,6 +185,7 @@ type property Alignment: TAlignment read GetAlignment write SetAlignment default taLeftJustify; property BackgroundColor; property BorderStyle; + property Enabled; property FontDesc: string read GetFontDesc write SetFontDesc; property Height; property Hint; |