object form1: Tform1 Left = 437 Height = 597 Top = 199 Width = 854 Caption = 'form1' ClientHeight = 597 ClientWidth = 854 OnCreate = FormCreate OnDestroy = FormDestroy 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 = 153 Top = 40 Width = 400 ItemHeight = 0 OnClick = listBox1Click ScrollWidth = 396 TabOrder = 2 TopIndex = -1 end object listBox2: TListBox Left = 0 Height = 145 Top = 193 Width = 400 ItemHeight = 0 OnClick = listBox2Click ScrollWidth = 396 TabOrder = 3 TopIndex = -1 end object listBox3: TListBox Left = 0 Height = 258 Top = 339 Width = 400 ItemHeight = 0 OnClick = listBox3Click ScrollWidth = 396 TabOrder = 4 TopIndex = -1 end object image1: TImage Left = 400 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