summaryrefslogtreecommitdiff
path: root/uidesigner
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2011-12-05 15:04:08 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2011-12-05 15:20:44 +0200
commit9ce1843d77d92d93de347c051e64fb600dc39c73 (patch)
tree07aa5cfa9414024bd96280873e98a39403bbef2f /uidesigner
parent92dbd8e4ba703eb79d89aa4dd3f25ce91472dddd (diff)
downloadfpGUI-9ce1843d77d92d93de347c051e64fb600dc39c73.tar.xz
UIDesigner: surface BorderStyle and ScrollbarStyle for some widgets.
Diffstat (limited to 'uidesigner')
-rw-r--r--uidesigner/vfdwidgets.pas3
1 files changed, 3 insertions, 0 deletions
diff --git a/uidesigner/vfdwidgets.pas b/uidesigner/vfdwidgets.pas
index d24379b1..7f8fb1fc 100644
--- a/uidesigner/vfdwidgets.pas
+++ b/uidesigner/vfdwidgets.pas
@@ -392,6 +392,7 @@ begin
wc.NameBase := 'Memo';
wc.AddProperty('Align', TPropertyEnum, 'Component alignment');
wc.AddProperty('BackgroundColor', TPropertyColor, '');
+ wc.AddProperty('BorderStyle', TPropertyEnum, '');
wc.AddProperty('Enabled', TPropertyBoolean, '');
wc.AddProperty('FontDesc', TPropertyFontDesc, 'The font used for displaying the text');
wc.AddProperty('Hint', TPropertyString, 'Tooltip hint');
@@ -574,6 +575,7 @@ begin
wc.AddProperty('Align', TPropertyEnum, 'Component alignment');
wc.AddProperty('AlternateBGColor', TPropertyColor, 'The color of every alternative row. Dependent on grid Options property.');
wc.AddProperty('BackgroundColor', TPropertyColor, '');
+ wc.AddProperty('BorderStyle', TPropertyEnum, '');
wc.AddProperty('Columns', TPropertyDBColumns, 'Defines the various columns for a grid. At least one column must exist.');
wc.AddProperty('Enabled', TPropertyBoolean, '');
wc.AddProperty('FontDesc', TPropertyFontDesc, 'The font used for displaying the text');
@@ -582,6 +584,7 @@ begin
wc.AddProperty('ParentShowHint', TPropertyBoolean, '');
wc.AddProperty('RowCount', TPropertyInteger, 'Default number of rows in the grid');
wc.AddProperty('RowSelect', TPropertyBoolean, 'If enabled, a whole row is selected, not just a cell');
+ wc.AddProperty('ScrollbarStyle', TPropertyEnum, '');
wc.AddProperty('ShowGrid', TPropertyBoolean, 'Must the grid lines be shown');
wc.AddProperty('ShowHeader', TPropertyBoolean, 'Must the grid header be visible');
wc.AddProperty('ShowHint', TPropertyBoolean, '');