summaryrefslogtreecommitdiff
path: root/examples/gui/layouttest/simpleform.frm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/layouttest/simpleform.frm')
-rw-r--r--examples/gui/layouttest/simpleform.frm7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/gui/layouttest/simpleform.frm b/examples/gui/layouttest/simpleform.frm
new file mode 100644
index 00000000..390106f0
--- /dev/null
+++ b/examples/gui/layouttest/simpleform.frm
@@ -0,0 +1,7 @@
+object SimpleWindow: TSimpleWindow
+ Text = 'Simple layout'
+ BorderWidth = 8
+ object Button: TButton
+ Text = 'A button...'
+ end
+end