summaryrefslogtreecommitdiff
path: root/bindings/bcppmake/MainTest.dfm
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/bcppmake/MainTest.dfm')
-rw-r--r--bindings/bcppmake/MainTest.dfm36
1 files changed, 0 insertions, 36 deletions
diff --git a/bindings/bcppmake/MainTest.dfm b/bindings/bcppmake/MainTest.dfm
deleted file mode 100644
index ffb3c5a..0000000
--- a/bindings/bcppmake/MainTest.dfm
+++ /dev/null
@@ -1,36 +0,0 @@
-object Form1: TForm1
- Left = 346
- Top = 234
- Width = 446
- Height = 265
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Memo1: TMemo
- Left = 0
- Top = 0
- Width = 438
- Height = 197
- Align = alClient
- Lines.Strings = (
- 'Memo1')
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 0
- Top = 197
- Width = 438
- Height = 41
- Align = alBottom
- Caption = 'Panel1'
- TabOrder = 1
- end
-end