summaryrefslogtreecommitdiff
path: root/unit1.lfm
blob: 9f8193f0ae4b8c21407cbd787572bda7fc955d25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
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