-
Notifications
You must be signed in to change notification settings - Fork 0
/
UAlerter.frm
196 lines (196 loc) · 4.23 KB
/
UAlerter.frm
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
object AlerterForm: TAlerterForm
Left = 334
Height = 486
Top = 226
Width = 759
Caption = 'AlerterForm'
ClientHeight = 486
ClientWidth = 759
Color = clRed
OnClose = FormClose
OnShow = FormShow
LCLVersion = '6.6'
object Bevel2: TBevel
Left = 560
Height = 44
Top = 48
Width = 184
Shape = bsBottomLine
end
object Bevel1: TBevel
Left = 16
Height = 44
Top = 48
Width = 274
Shape = bsBottomLine
end
object lblLokalizacjaWezwania: TLabel
Left = 0
Height = 128
Top = 120
Width = 759
Alignment = taCenter
Anchors = [akTop, akLeft, akRight]
AutoSize = False
Caption = 'lblLokalizacja'#13#10'Wezwania'
Font.CharSet = EASTEUROPE_CHARSET
Font.Color = clBlack
Font.Height = -48
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
WordWrap = True
end
object Label1: TLabel
Left = 0
Height = 29
Top = 0
Width = 759
Align = alTop
Alignment = taCenter
Caption = 'WEZWANIE POMOCY'
Font.CharSet = EASTEUROPE_CHARSET
Font.Color = 7733247
Font.Height = -24
Font.Name = 'Georgia'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsItalic]
ParentColor = False
ParentFont = False
end
object lblUserWezwania: TLabel
Left = 0
Height = 109
Top = 272
Width = 759
Alignment = taCenter
Anchors = [akTop, akLeft, akRight]
AutoSize = False
Caption = 'lblUser'#13#10'Wezwania'
Font.CharSet = EASTEUROPE_CHARSET
Font.Color = 12177407
Font.Height = -37
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
WordWrap = True
end
object Label2: TLabel
AnchorSideBottom.Control = lblLokalizacjaWezwania
Left = 24
Height = 15
Top = 105
Width = 68
Anchors = [akLeft, akBottom]
Caption = 'Lokalizacja:'
Font.Color = clSilver
Font.Style = [fsBold, fsItalic]
ParentColor = False
ParentFont = False
end
object Label3: TLabel
AnchorSideTop.Control = lblUserWezwania
AnchorSideBottom.Control = lblUserWezwania
Left = 24
Height = 15
Top = 257
Width = 72
Anchors = [akLeft, akBottom]
Caption = 'Użytkownik:'
Font.Color = clSilver
Font.Style = [fsBold, fsItalic]
ParentColor = False
ParentFont = False
end
object ProgressBar1: TProgressBar
Left = 0
Height = 12
Top = 29
Width = 759
Align = alTop
Position = 100
Style = pbstMarquee
TabOrder = 0
end
object lblUserTel: TLabel
Left = 104
Height = 32
Top = 56
Width = 30
Caption = '---'
Font.CharSet = EASTEUROPE_CHARSET
Font.Color = 12177407
Font.Height = 34
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Layout = tlCenter
ParentColor = False
ParentFont = False
end
object Label4: TLabel
AnchorSideBottom.Control = lblUserTel
AnchorSideBottom.Side = asrBottom
Left = 24
Height = 15
Top = 66
Width = 69
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 7
Caption = 'Nr telefonu:'
Font.Color = clSilver
Font.Style = [fsBold, fsItalic]
ParentColor = False
ParentFont = False
end
object lblSendTime: TLabel
Left = 624
Height = 32
Top = 56
Width = 30
Caption = '---'
Font.CharSet = EASTEUROPE_CHARSET
Font.Color = 12177407
Font.Height = 34
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Layout = tlCenter
ParentColor = False
ParentFont = False
end
object Label5: TLabel
AnchorSideBottom.Control = lblSendTime
AnchorSideBottom.Side = asrBottom
Left = 568
Height = 15
Top = 66
Width = 51
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 7
Caption = 'Godzina:'
Font.Color = clSilver
Font.Style = [fsBold, fsItalic]
ParentColor = False
ParentFont = False
end
object Bevel3: TBevel
Left = 16
Height = 2
Top = 120
Width = 728
Anchors = [akTop, akLeft, akRight]
end
object Bevel4: TBevel
Left = 16
Height = 2
Top = 272
Width = 728
Anchors = [akTop, akLeft, akRight]
end
end