-
Notifications
You must be signed in to change notification settings - Fork 5
/
exportxml.lfm
181 lines (181 loc) · 4.25 KB
/
exportxml.lfm
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
object XMLExportFrm: TXMLExportFrm
Left = 391
Height = 402
Top = 281
Width = 567
Caption = 'XML Import/Export'
ClientHeight = 402
ClientWidth = 567
OnCreate = FormCreate
OnShow = FormShow
LCLVersion = '1.8.1.0'
Scaled = False
object TreeListView1: TTreeListView
AnchorSideTop.Control = Edit1
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = Button2
Left = 9
Height = 277
Hint = 'Constant example tree'
Top = 83
Width = 546
Options = [tlvoToolTips, tlvoRightMouseSelects, tlvoStriped]
Columns = <
item
Alignment = taLeftJustify
Text = 'Konto'
Width = 150
Visible = True
end
item
Alignment = taLeftJustify
Text = 'Ausleihen'
Width = 100
Visible = True
end
item
Alignment = taLeftJustify
Text = 'Historie der Ausleihen'
Width = 100
Visible = True
end
item
Alignment = taLeftJustify
Text = 'Konfiguration'
Width = 100
Visible = True
end
item
Alignment = taLeftJustify
Text = 'Passwort'
Width = 100
Visible = True
end>
RowHeight = 0
HorizontalLineMode = lmNone
HorizontalLineColor = clWindowFrame
VerticalLineMode = lmDot
VerticalLineColor = clWindowFrame
RootLineMode = lmDot
RootLineColor = clWindowFrame
ColorSearchMark = clAqua
ColorSearchMarkField = 16744320
ExpandMode = emExpandByClick
HotTrackFont.Color = clBlue
HotTrackFont.Style = [fsUnderline]
Font.Color = clWindowText
SelectedFont.Color = clHighlightText
SelectedHotTrackFont.Color = clHighlightText
SelectedHotTrackFont.Style = [fsBold, fsUnderline]
StripedOddColor = clWindow
StripedEvenColor = 14745599
SelectBackColor = clHighlight
ButtonColor = clWindow
BackGroundColor = clWindow
Scrollbars = ssBoth
HeaderVisible = True
OnCustomRecordItemDraw = TreeListView1CustomRecordItemDraw
OnClickAtRecordItem = TreeListView1ClickAtRecordItem
TabOrder = 0
Anchors = [akTop, akLeft, akRight, akBottom]
ShowHint = True
end
object Label1: TLabel
AnchorSideTop.Control = Edit1
AnchorSideTop.Side = asrCenter
Left = 9
Height = 19
Top = 53
Width = 67
Caption = 'XML Datei: '
ParentColor = False
end
object Edit1: TEdit
AnchorSideLeft.Control = Label1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = SpeedButton1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Button1
Left = 81
Height = 31
Top = 47
Width = 354
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 2
BorderSpacing.Around = 5
TabOrder = 1
Text = 'videlibri.xml'
end
object Button1: TButton
AnchorSideTop.Control = Edit1
AnchorSideTop.Side = asrCenter
Left = 440
Height = 33
Top = 46
Width = 115
Anchors = [akTop, akRight]
AutoSize = True
Caption = 'Datei auswählen'
OnClick = Button1Click
TabOrder = 2
end
object Button2: TButton
Left = 9
Height = 33
Top = 360
Width = 135
Anchors = [akLeft, akBottom]
AutoSize = True
Caption = 'Import durchführen'
OnClick = Button2Click
TabOrder = 3
end
object Button3: TButton
Left = 432
Height = 33
Top = 360
Width = 128
Anchors = [akRight, akBottom]
AutoSize = True
Cancel = True
Caption = 'Schließen'
Constraints.MinWidth = 128
OnClick = Button3Click
TabOrder = 4
end
object SpeedButton1: TSpeedButton
Left = 144
Height = 32
Top = 8
Width = 128
AutoSize = True
Constraints.MinHeight = 32
Constraints.MinWidth = 128
Caption = 'Export'
GroupIndex = 10
OnClick = SpeedButton1Click
end
object SpeedButton2: TSpeedButton
Left = 9
Height = 32
Top = 8
Width = 128
AutoSize = True
Constraints.MinHeight = 32
Constraints.MinWidth = 128
Caption = 'Import'
Down = True
GroupIndex = 10
OnClick = SpeedButton2Click
ParentFont = False
end
object OpenDialog1: TOpenDialog
Options = [ofFileMustExist, ofEnableSizing, ofViewDetail]
Left = 466
Top = 57
end
object SaveDialog1: TSaveDialog
Left = 504
Top = 57
end
end