diff options
author | Erich Eckner <git@eckner.net> | 2022-01-13 21:01:06 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-01-13 21:01:06 +0100 |
commit | fe55b7d37bcd7027dc77d03fd51f51d443db54ba (patch) | |
tree | 05766fbc07d84e7b5bd0b46c789641cf73df6660 /unit2.lfm | |
download | weihnachtsstern-master.tar.xz |
Diffstat (limited to 'unit2.lfm')
-rw-r--r-- | unit2.lfm | 18 |
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 |