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, 0 insertions, 11 deletions
diff --git a/examples/gui/helloworld/mainform.frm b/examples/gui/helloworld/mainform.frm
deleted file mode 100644
index 2f36a8e7..00000000
--- a/examples/gui/helloworld/mainform.frm
+++ /dev/null
@@ -1,11 +0,0 @@
-object MainWindow: TMainWindow
- BorderWidth = 8
- WindowOptions = [woWindow]
- object TexTFLabel: TFLabel
- Text = 'Hello, world!'
- end
- object lblClose: TFLabel
- Text = '&Close'
- end
-end
-