summaryrefslogtreecommitdiff
path: root/unit1.lfm
blob: 945940632182040b143b5514453264d92d809eb0 (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
95
96
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 = 152
    Top = 40
    Width = 344
    ItemHeight = 0
    OnClick = listBox1Click
    ScrollWidth = 342
    TabOrder = 2
    TopIndex = -1
  end
  object listBox2: TListBox
    Left = 0
    Height = 144
    Top = 192
    Width = 344
    ItemHeight = 0
    OnClick = listBox2Click
    ScrollWidth = 342
    TabOrder = 3
    TopIndex = -1
  end
  object listBox3: TListBox
    Left = 0
    Height = 256
    Top = 336
    Width = 344
    ItemHeight = 0
    OnClick = listBox3Click
    ScrollWidth = 342
    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