summaryrefslogtreecommitdiff
path: root/examples/gui/helloworld/mainform.frm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/helloworld/mainform.frm')
-rw-r--r--examples/gui/helloworld/mainform.frm11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/gui/helloworld/mainform.frm b/examples/gui/helloworld/mainform.frm
new file mode 100644
index 00000000..f7bc0544
--- /dev/null
+++ b/examples/gui/helloworld/mainform.frm
@@ -0,0 +1,11 @@
+object MainWindow: TMainWindow
+ BorderWidth = 8
+ WindowOptions = [woWindow]
+ object TextLabel: TLabel
+ Text = 'Hello, world!'
+ end
+ object lblClose: TLabel
+ Text = '&Close'
+ end
+end
+