-
Notifications
You must be signed in to change notification settings - Fork 3
/
Alarm_Picture.lfm
258 lines (258 loc) · 7.03 KB
/
Alarm_Picture.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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
object PictureForm: TPictureForm
Left = 338
Height = 741
Top = 158
Width = 1176
Caption = 'Wachalarm-Bild'
ClientHeight = 741
ClientWidth = 1176
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
OnCreate = FormCreate
OnResize = FormResize
OnShow = FormShow
OnWindowStateChange = FormWindowStateChange
Position = poScreenCenter
ShowInTaskBar = stAlways
UseDockManager = True
LCLVersion = '1.6.2.0'
object P_Top: TPanel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 5
Height = 154
Top = 5
Width = 1166
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 5
ClientHeight = 154
ClientWidth = 1166
TabOrder = 0
object LSondersig: TLabel
AnchorSideLeft.Control = LEinsatzart
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = P_Top
AnchorSideRight.Control = P_Top
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = P_Top
AnchorSideBottom.Side = asrBottom
Left = 966
Height = 152
Top = 1
Width = 199
Alignment = taCenter
Anchors = [akTop, akRight, akBottom]
AutoSize = False
Caption = 'x'
Font.Color = 16748574
Font.Height = -93
Font.Quality = fqAntialiased
Font.Style = [fsBold]
Layout = tlCenter
ParentColor = False
ParentFont = False
OnResize = LSondersigResize
end
object LEinsatzart: TLabel
AnchorSideLeft.Control = P_Top
AnchorSideTop.Control = P_Top
AnchorSideRight.Control = LSondersig
Left = 1
Height = 72
Top = 1
Width = 965
Align = alCustom
Anchors = [akTop, akLeft, akRight]
AutoSize = False
Caption = '<Einsatzart>'
Font.Color = clRed
Font.Height = -60
Font.Quality = fqAntialiased
Font.Style = [fsBold]
Layout = tlCenter
ParentColor = False
ParentFont = False
OnResize = LEinsatzartResize
end
object LAlarmGrund: TLabel
AnchorSideLeft.Control = LEinsatzart
AnchorSideTop.Control = LEinsatzart
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = LEinsatzart
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = P_Top
AnchorSideBottom.Side = asrBottom
Left = 1
Height = 80
Top = 73
Width = 965
Anchors = [akTop, akLeft, akRight, akBottom]
AutoSize = False
Caption = '<Stichwort>'
Font.Color = 16748574
Font.Height = -53
Font.Quality = fqAntialiased
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
ShowAccelChar = False
WordWrap = True
OnResize = LAlarmGrundResize
end
end
object P_Center: TPanel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = P_Top
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 5
Height = 502
Top = 164
Width = 1166
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 5
BorderSpacing.Right = 5
ClientHeight = 502
ClientWidth = 1166
TabOrder = 1
object P_Left: TPanel
AnchorSideLeft.Control = P_Center
AnchorSideTop.Control = P_Center
AnchorSideRight.Control = P_Right
AnchorSideBottom.Control = P_Center
AnchorSideBottom.Side = asrBottom
Left = 1
Height = 500
Top = 1
Width = 569
Anchors = [akTop, akLeft, akRight, akBottom]
ClientHeight = 500
ClientWidth = 569
TabOrder = 0
object LBesonder: TLabel
AnchorSideLeft.Control = P_Left
AnchorSideTop.Control = LOrtsdaten
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = P_Left
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = P_Left
AnchorSideBottom.Side = asrBottom
Left = 1
Height = 187
Top = 312
Width = 567
Anchors = [akLeft, akRight, akBottom]
AutoSize = False
Caption = '<Besonderheiten>'
Font.Color = 55295
Font.Height = -53
Font.Quality = fqAntialiased
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
ShowAccelChar = False
WordWrap = True
OnResize = LBesonderResize
end
object LOrtsdaten: TLabel
AnchorSideLeft.Control = P_Left
AnchorSideTop.Control = P_Left
AnchorSideRight.Control = P_Left
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = LBesonder
Left = 1
Height = 311
Top = 1
Width = 567
Anchors = [akTop, akLeft, akRight, akBottom]
AutoSize = False
Caption = '<Objekt>'#13#10'<Ort>'#13#10'<Ortsteil>'#13#10'<Straße>'
Font.Color = clWhite
Font.Height = -53
Font.Quality = fqAntialiased
Font.Style = [fsBold]
Layout = tlCenter
ParentColor = False
ParentFont = False
WordWrap = True
OnResize = LOrtsdatenResize
end
end
object P_Right: TPanel
AnchorSideLeft.Control = P_Left
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = P_Center
AnchorSideRight.Control = P_Center
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = P_Center
AnchorSideBottom.Side = asrBottom
Left = 570
Height = 500
Top = 1
Width = 595
Anchors = [akTop, akRight, akBottom]
ClientHeight = 500
ClientWidth = 595
TabOrder = 1
object LEinsatzmittel: TLabel
Left = 1
Height = 498
Top = 1
Width = 593
Align = alClient
Alignment = taRightJustify
AutoSize = False
Caption = '<Einsatzmittel N>'#13#10'<Einsatzmittel 2>'#13#10'<Einsatzmittel 1>'
Font.Color = clRed
Font.Height = -60
Font.Quality = fqAntialiased
Font.Style = [fsBold]
Layout = tlBottom
ParentColor = False
ParentFont = False
OnResize = LEinsatzmittelResize
end
end
end
object P_Button: TPanel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = P_Center
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 5
Height = 65
Top = 671
Width = 1166
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 5
ClientHeight = 65
ClientWidth = 1166
TabOrder = 2
object LMitaus: TLabel
Left = 1
Height = 63
Top = 1
Width = 1164
Align = alClient
Alignment = taCenter
Anchors = [akLeft, akBottom]
AutoSize = False
Caption = '<Mitalarmiert 1>, <Mitalarmiert 2>, <Mitalarmiert N>'
Font.Color = 206
Font.Height = -33
Font.Quality = fqAntialiased
Layout = tlCenter
ParentColor = False
ParentFont = False
WordWrap = True
OnResize = LMitausResize
end
end
end