summaryrefslogtreecommitdiff
path: root/unit2.lfm
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-01-13 21:01:06 +0100
committerErich Eckner <git@eckner.net>2022-01-13 21:01:06 +0100
commitfe55b7d37bcd7027dc77d03fd51f51d443db54ba (patch)
tree05766fbc07d84e7b5bd0b46c789641cf73df6660 /unit2.lfm
downloadweihnachtsstern-master.tar.xz
inital commit: geht, bis auf Drucken ...HEADmaster
Diffstat (limited to 'unit2.lfm')
-rw-r--r--unit2.lfm18
1 files changed, 18 insertions, 0 deletions
diff --git a/unit2.lfm b/unit2.lfm
new file mode 100644
index 0000000..18cdc54
--- /dev/null
+++ b/unit2.lfm
@@ -0,0 +1,18 @@
+object Form2: TForm2
+ Left = 390
+ Height = 533
+ Top = 355
+ Width = 779
+ Caption = 'Form2'
+ ClientHeight = 533
+ ClientWidth = 779
+ DesignTimePPI = 107
+ OnActivate = FormActivate
+ LCLVersion = '2.0.12.0'
+ object Image1: TImage
+ Left = 8
+ Height = 472
+ Top = 48
+ Width = 757
+ end
+end