summaryrefslogtreecommitdiff
path: root/unit3.lfm
diff options
context:
space:
mode:
Diffstat (limited to 'unit3.lfm')
-rw-r--r--unit3.lfm17
1 files changed, 17 insertions, 0 deletions
diff --git a/unit3.lfm b/unit3.lfm
new file mode 100644
index 0000000..2c8de64
--- /dev/null
+++ b/unit3.lfm
@@ -0,0 +1,17 @@
+object Form2: TForm2
+ Left = 2315
+ Height = 240
+ Top = 223
+ Width = 320
+ Caption = 'Form2'
+ ClientHeight = 240
+ ClientWidth = 320
+ OnResize = FormResize
+ LCLVersion = '1.4.4.0'
+ object Image1: TImage
+ Left = 113
+ Height = 90
+ Top = 69
+ Width = 90
+ end
+end