summaryrefslogtreecommitdiff
path: root/unit1.lfm
diff options
context:
space:
mode:
Diffstat (limited to 'unit1.lfm')
-rw-r--r--unit1.lfm94
1 files changed, 94 insertions, 0 deletions
diff --git a/unit1.lfm b/unit1.lfm
new file mode 100644
index 0000000..9f8193f
--- /dev/null
+++ b/unit1.lfm
@@ -0,0 +1,94 @@
+object Form1: TForm1
+ Left = 1690
+ Height = 597
+ Top = 180
+ Width = 854
+ Caption = 'Form1'
+ ClientHeight = 597
+ ClientWidth = 854
+ OnResize = FormResize
+ LCLVersion = '1.6.4.0'
+ object Button1: TButton
+ Left = 8
+ Height = 25
+ Top = 8
+ Width = 75
+ Caption = 'Laden'
+ OnClick = Button1Click
+ TabOrder = 0
+ end
+ object Button2: TButton
+ Left = 88
+ Height = 25
+ Top = 8
+ Width = 75
+ Caption = 'Speichern'
+ OnClick = Button2Click
+ TabOrder = 1
+ end
+ object ListBox1: TListBox
+ Left = 0
+ Height = 152
+ Top = 40
+ Width = 344
+ ItemHeight = 0
+ OnClick = ListBox1Click
+ ScrollWidth = 340
+ TabOrder = 2
+ TopIndex = -1
+ end
+ object ListBox2: TListBox
+ Left = 0
+ Height = 144
+ Top = 192
+ Width = 344
+ ItemHeight = 0
+ OnClick = ListBox2Click
+ ScrollWidth = 340
+ TabOrder = 3
+ TopIndex = -1
+ end
+ object ListBox3: TListBox
+ Left = 0
+ Height = 256
+ Top = 336
+ Width = 344
+ ItemHeight = 0
+ OnClick = ListBox3Click
+ ScrollWidth = 340
+ TabOrder = 4
+ TopIndex = -1
+ end
+ object Image1: TImage
+ Left = 344
+ Height = 90
+ Top = 0
+ Width = 90
+ end
+ object Button3: TButton
+ Left = 168
+ Height = 25
+ Top = 8
+ Width = 75
+ Caption = 'Teilen'
+ OnClick = Button3Click
+ TabOrder = 5
+ end
+ object Button4: TButton
+ Left = 248
+ Height = 25
+ Top = 8
+ Width = 75
+ Caption = 'Löschen'
+ OnClick = Button4Click
+ TabOrder = 6
+ end
+ object SaveDialog1: TSaveDialog
+ left = 48
+ top = 40
+ end
+ object OpenDialog1: TOpenDialog
+ left = 16
+ top = 40
+ end
+end