summaryrefslogtreecommitdiff
path: root/unit4.lfm
diff options
context:
space:
mode:
Diffstat (limited to 'unit4.lfm')
-rw-r--r--unit4.lfm52
1 files changed, 52 insertions, 0 deletions
diff --git a/unit4.lfm b/unit4.lfm
new file mode 100644
index 0000000..add640b
--- /dev/null
+++ b/unit4.lfm
@@ -0,0 +1,52 @@
+object Form3: TForm3
+ Left = 514
+ Height = 543
+ Top = 239
+ Width = 761
+ Caption = 'Form3'
+ ClientHeight = 543
+ ClientWidth = 761
+ OnDestroy = FormDestroy
+ OnResize = FormResize
+ OnShow = FormShow
+ LCLVersion = '1.4.4.0'
+ object ListBox1: TListBox
+ Left = 0
+ Height = 200
+ Top = 0
+ Width = 272
+ ItemHeight = 0
+ OnClick = ListBox1Click
+ ScrollWidth = 270
+ TabOrder = 0
+ TopIndex = -1
+ end
+ object Memo1: TMemo
+ Left = 384
+ Height = 200
+ Top = 0
+ Width = 113
+ OnChange = Memo1Change
+ TabOrder = 1
+ end
+ object ListBox2: TListBox
+ Left = 504
+ Height = 200
+ Top = 0
+ Width = 248
+ ItemHeight = 0
+ ScrollWidth = 246
+ TabOrder = 2
+ TopIndex = -1
+ end
+ object ListBox3: TListBox
+ Left = 280
+ Height = 200
+ Top = 0
+ Width = 96
+ ItemHeight = 0
+ ScrollWidth = 94
+ TabOrder = 3
+ TopIndex = -1
+ end
+end