summaryrefslogtreecommitdiff
path: root/slnnunit1.lfm
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-10-28 09:33:51 +0200
committerErich Eckner <git@eckner.net>2016-10-28 09:33:51 +0200
commit4fb084a6af9200f60e4297a215b8a14f3d70dc40 (patch)
tree157022fdd32ced462e90cc64b8da49f058f6c090 /slnnunit1.lfm
downloadSlitherlink-4fb084a6af9200f60e4297a215b8a14f3d70dc40.tar.xz
initial Commit
Diffstat (limited to 'slnnunit1.lfm')
-rw-r--r--slnnunit1.lfm40
1 files changed, 40 insertions, 0 deletions
diff --git a/slnnunit1.lfm b/slnnunit1.lfm
new file mode 100644
index 0000000..a4d5ae0
--- /dev/null
+++ b/slnnunit1.lfm
@@ -0,0 +1,40 @@
+object Form1: TForm1
+ Left = 441
+ Height = 483
+ Top = 228
+ Width = 606
+ Caption = 'Form1'
+ ClientHeight = 483
+ ClientWidth = 606
+ OnCreate = FormCreate
+ OnResize = FormResize
+ LCLVersion = '1.0.2.0'
+ object Button1: TButton
+ Left = 8
+ Height = 25
+ Top = 8
+ Width = 88
+ Caption = 'Lernsatz laden'
+ OnClick = Button1Click
+ TabOrder = 0
+ end
+ object Memo1: TMemo
+ Left = 8
+ Height = 376
+ Top = 96
+ Width = 376
+ Lines.Strings = (
+ 'Memo1'
+ )
+ TabOrder = 1
+ end
+ object OpenDialog1: TOpenDialog
+ Options = [ofAllowMultiSelect, ofEnableSizing, ofViewDetail]
+ left = 8
+ top = 40
+ end
+ object SaveDialog1: TSaveDialog
+ left = 56
+ top = 40
+ end
+end