-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathUnitMain.dfm
More file actions
executable file
·367 lines (367 loc) · 7.91 KB
/
UnitMain.dfm
File metadata and controls
executable file
·367 lines (367 loc) · 7.91 KB
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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
object FormMain: TFormMain
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Google Analytics with OpenSSL'
ClientHeight = 480
ClientWidth = 640
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object LabelAnalytics: TLabel
Left = 8
Top = 8
Width = 200
Height = 13
Caption = 'https://www.google-analytics.com/collect'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object LabelResults: TLabel
Left = 16
Top = 309
Width = 30
Height = 13
Caption = 'Result'
end
object ButtonSend: TButton
Left = 8
Top = 278
Width = 75
Height = 25
Hint = 'Send Information to Google Analytics'
Caption = 'Send'
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnClick = ButtonSendClick
end
object MemoResult: TMemo
Left = 8
Top = 328
Width = 624
Height = 144
Color = clBtnFace
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 1
end
object PageControl: TPageControl
Left = 248
Top = 59
Width = 384
Height = 198
ActivePage = TabScreenView
TabOrder = 2
object TabScreenView: TTabSheet
Hint = 'screenview'
Caption = 'ScreenView'
ExplicitLeft = 0
ExplicitTop = 27
object Label_SR: TLabel
Left = 11
Top = 60
Width = 49
Height = 13
Caption = 'Param_SR'
end
object Label_AV: TLabel
Left = 11
Top = 32
Width = 49
Height = 13
Caption = 'Param_AV'
end
object Label_UA: TLabel
Left = 11
Top = 6
Width = 50
Height = 13
Caption = 'Param_UA'
end
object Label_DS: TLabel
Left = 11
Top = 87
Width = 49
Height = 13
Caption = 'Param_DS'
end
object Label_CN: TLabel
Left = 11
Top = 114
Width = 50
Height = 13
Caption = 'Param_CN'
end
object Edit_SR: TEdit
Left = 75
Top = 57
Width = 121
Height = 21
Hint = 'Screen Resolution'
ParentShowHint = False
ShowHint = True
TabOrder = 0
Text = '800x600'
TextHint = 'Screen Resolution'
end
object Edit_AV: TEdit
Left = 75
Top = 30
Width = 121
Height = 21
Hint = 'Application Version'
ParentShowHint = False
ShowHint = True
TabOrder = 1
Text = '1.2.0.9'
TextHint = 'Application Version'
end
object Edit_UA: TEdit
Left = 75
Top = 3
Width = 121
Height = 21
Hint = 'User Agent'
ParentShowHint = False
ShowHint = True
TabOrder = 2
Text = 'Windows 10'
TextHint = 'User Agent'
end
object Edit_DS: TEdit
Left = 75
Top = 84
Width = 121
Height = 21
Hint = 'Data Source'
ParentShowHint = False
ShowHint = True
TabOrder = 3
Text = 'App'
TextHint = 'Data Source'
end
object Edit_CN: TEdit
Left = 75
Top = 111
Width = 121
Height = 21
Hint = 'Campaign Name'
ParentShowHint = False
ShowHint = True
TabOrder = 4
Text = 'Finance'
TextHint = 'Campaign Name'
end
end
object TabException: TTabSheet
Hint = 'exception'
Caption = 'Exception'
ImageIndex = 2
object Label_EXD: TLabel
Left = 11
Top = 9
Width = 55
Height = 13
Caption = 'Param_EXD'
end
object Label_EXF: TLabel
Left = 11
Top = 35
Width = 54
Height = 13
Caption = 'Param_EXF'
end
object Edit_EXF: TEdit
Left = 75
Top = 33
Width = 121
Height = 21
Hint = 'Fatal Error'
ParentShowHint = False
ShowHint = True
TabOrder = 0
Text = '1'
TextHint = 'Fatal Error'
end
object Edit_EXD: TEdit
Left = 75
Top = 6
Width = 292
Height = 21
Hint = 'IO Exception'
ParentShowHint = False
ShowHint = True
TabOrder = 1
Text = 'Field is requerid'
TextHint = 'IO Exception'
end
end
end
object PanelParams: TPanel
Left = 8
Top = 59
Width = 234
Height = 198
TabOrder = 3
object Label_V: TLabel
Left = 15
Top = 30
Width = 42
Height = 13
Caption = 'Param_V'
end
object Label_TID: TLabel
Left = 15
Top = 57
Width = 53
Height = 13
Caption = 'Param_TID'
end
object Label_CID: TLabel
Left = 15
Top = 84
Width = 54
Height = 13
Caption = 'Param_CID'
end
object Label_AN: TLabel
Left = 15
Top = 113
Width = 50
Height = 13
Caption = 'Param_AN'
end
object Label_CD: TLabel
Left = 15
Top = 138
Width = 50
Height = 13
Caption = 'Param_CD'
end
object LabelType: TLabel
Left = 15
Top = 8
Width = 123
Height = 13
Caption = 'Basic Type of Information'
end
object Label_UID: TLabel
Left = 15
Top = 165
Width = 54
Height = 13
Caption = 'Param_UID'
end
object Edit_V: TEdit
Left = 79
Top = 27
Width = 121
Height = 21
Hint = 'Version of Protocol'
ParentShowHint = False
ShowHint = True
TabOrder = 0
Text = '1'
TextHint = 'Version of Protocol'
end
object Edit_TID: TEdit
Left = 79
Top = 54
Width = 121
Height = 21
Hint = 'Tracking ID'
ParentShowHint = False
ShowHint = True
TabOrder = 1
TextHint = 'Tracking ID'
end
object Edit_CID: TEdit
Left = 79
Top = 81
Width = 121
Height = 21
Hint = 'Client ID'
ParentShowHint = False
ShowHint = True
TabOrder = 2
TextHint = 'Client ID'
end
object Edit_AN: TEdit
Left = 79
Top = 108
Width = 121
Height = 21
Hint = 'Application Name'
ParentShowHint = False
ShowHint = True
TabOrder = 3
Text = 'AppName'
TextHint = 'Application Name'
end
object Edit_CD: TEdit
Left = 79
Top = 135
Width = 121
Height = 21
Hint = 'Client Display'
ParentShowHint = False
ShowHint = True
TabOrder = 4
Text = 'FrmMainMenu'
TextHint = 'Client Display'
end
object Edit_UID: TEdit
Left = 79
Top = 162
Width = 121
Height = 21
Hint = 'User ID'
ParentShowHint = False
ShowHint = True
TabOrder = 5
Text = 'Developer'
TextHint = 'User ID'
end
end
object IdHTTP: TIdHTTP
IOHandler = IdSSLIOHandlerSocketOpenSSL
AllowCookies = True
ProxyParams.BasicAuthentication = False
ProxyParams.ProxyPort = 0
Request.ContentLength = -1
Request.ContentRangeEnd = -1
Request.ContentRangeStart = -1
Request.ContentRangeInstanceLength = -1
Request.Accept = 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
Request.BasicAuthentication = False
Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
Request.Ranges.Units = 'bytes'
Request.Ranges = <>
HTTPOptions = [hoForceEncodeParams]
Left = 360
Top = 8
end
object IdSSLIOHandlerSocketOpenSSL: TIdSSLIOHandlerSocketOpenSSL
MaxLineAction = maException
Port = 0
DefaultPort = 0
SSLOptions.Mode = sslmUnassigned
SSLOptions.VerifyMode = []
SSLOptions.VerifyDepth = 0
Left = 392
Top = 8
end
end