summaryrefslogtreecommitdiff
path: root/examples/gui/widgettest/scrollboxform.frm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/widgettest/scrollboxform.frm')
-rw-r--r--examples/gui/widgettest/scrollboxform.frm14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/gui/widgettest/scrollboxform.frm b/examples/gui/widgettest/scrollboxform.frm
new file mode 100644
index 00000000..b7e5412d
--- /dev/null
+++ b/examples/gui/widgettest/scrollboxform.frm
@@ -0,0 +1,14 @@
+object ScrollBoxForm: TScrollBoxForm
+ BorderWidth = 8
+ Text = 'Scroll box test'
+ WindowOptions = [woWindow]
+ object VertLayout: TBoxLayout
+ Orientation = Vertical
+ object Label1: TLabel
+ CanExpandWidth = True
+ Text = 'ScrollBox should be transparent in this demo.'
+ end
+ object ScrollBox: TScrollBox
+ end
+ end
+end