-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFormMainUnit.dfm
598 lines (598 loc) · 14.6 KB
/
FormMainUnit.dfm
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
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
object FormVendanaPrinter: TFormVendanaPrinter
Left = 0
Top = 0
Caption = 'Vendana - Servidor de impress'#227'o'
ClientHeight = 377
ClientWidth = 332
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object PgCtrl: TPageControl
Left = 0
Top = 0
Width = 332
Height = 328
ActivePage = TabSheetLog
Align = alClient
Constraints.MinWidth = 250
MultiLine = True
TabOrder = 0
object TabSheetWebsocket: TTabSheet
Caption = 'Websocket'
ImageIndex = 1
ExplicitLeft = 8
ExplicitTop = 22
object Label6: TLabel
AlignWithMargins = True
Left = 10
Top = 10
Width = 304
Height = 25
Margins.Left = 10
Margins.Top = 10
Margins.Right = 10
Margins.Bottom = 10
Align = alTop
Caption = 'Websocket'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ExplicitWidth = 100
end
object Label7: TLabel
AlignWithMargins = True
Left = 10
Top = 55
Width = 304
Height = 13
Margins.Left = 10
Margins.Top = 10
Margins.Right = 10
Margins.Bottom = 0
Align = alTop
Caption = 'Host:'
ExplicitWidth = 26
end
object Label5: TLabel
AlignWithMargins = True
Left = 10
Top = 101
Width = 304
Height = 13
Margins.Left = 10
Margins.Top = 10
Margins.Right = 10
Margins.Bottom = 0
Align = alTop
Caption = 'Porta padr'#227'o'
ExplicitWidth = 63
end
object Label8: TLabel
AlignWithMargins = True
Left = 10
Top = 147
Width = 304
Height = 13
Margins.Left = 10
Margins.Top = 10
Margins.Right = 10
Margins.Bottom = 0
Align = alTop
Caption = 'Porta SSL'
ExplicitWidth = 46
end
object Label10: TLabel
AlignWithMargins = True
Left = 10
Top = 193
Width = 304
Height = 13
Margins.Left = 10
Margins.Top = 10
Margins.Right = 10
Margins.Bottom = 0
Align = alTop
Caption = 'Seguran'#231'a'
ExplicitWidth = 51
end
object WebsocketHost: TEdit
AlignWithMargins = True
Left = 10
Top = 70
Width = 304
Height = 21
Margins.Left = 10
Margins.Top = 2
Margins.Right = 10
Margins.Bottom = 0
Align = alTop
TabOrder = 0
Text = 'echo.websocket.org'
end
object Panel2: TPanel
AlignWithMargins = True
Left = 10
Top = 116
Width = 304
Height = 21
Margins.Left = 10
Margins.Top = 2
Margins.Right = 10
Margins.Bottom = 0
Align = alTop
BevelOuter = bvNone
Caption = 'Panel2'
Color = clHighlightText
ParentBackground = False
ShowCaption = False
TabOrder = 1
object WebsocketEnableCompressed: TCheckBox
Left = 223
Top = 0
Width = 81
Height = 21
Align = alRight
Caption = 'Compressed'
TabOrder = 0
end
object WebsocketPort: TEdit
AlignWithMargins = True
Left = 0
Top = 0
Width = 213
Height = 21
Margins.Left = 0
Margins.Top = 0
Margins.Right = 10
Margins.Bottom = 0
Align = alClient
TabOrder = 1
Text = '80'
end
end
object Panel3: TPanel
AlignWithMargins = True
Left = 10
Top = 162
Width = 304
Height = 21
Margins.Left = 10
Margins.Top = 2
Margins.Right = 10
Margins.Bottom = 0
Align = alTop
BevelOuter = bvNone
Caption = 'Panel2'
Color = clHighlightText
ParentBackground = False
ShowCaption = False
TabOrder = 2
object WebsocketEnableTLS: TCheckBox
Left = 223
Top = 0
Width = 81
Height = 21
Align = alRight
Caption = 'TLS'
TabOrder = 0
end
object WebsocketPortSSL: TEdit
AlignWithMargins = True
Left = 0
Top = 0
Width = 213
Height = 21
Margins.Left = 0
Margins.Top = 0
Margins.Right = 10
Margins.Bottom = 0
Align = alClient
TabOrder = 1
Text = '443'
end
end
object WebsocketComboOpenSSLAPI: TComboBox
AlignWithMargins = True
Left = 10
Top = 216
Width = 304
Height = 21
Margins.Left = 10
Margins.Top = 10
Margins.Right = 10
Margins.Bottom = 0
Align = alTop
Style = csDropDownList
ItemIndex = 0
TabOrder = 3
Text = 'OpenSSL 1.0'
Items.Strings = (
'OpenSSL 1.0'
'OpenSSL 1.1')
end
object WebsocketComboTLSVersion: TComboBox
AlignWithMargins = True
Left = 10
Top = 247
Width = 304
Height = 21
Margins.Left = 10
Margins.Top = 10
Margins.Right = 10
Margins.Bottom = 0
Align = alTop
Style = csDropDownList
ItemIndex = 0
TabOrder = 4
Text = 'Default'
Items.Strings = (
'Default'
'TLS 1.0'
'TLS 1.1'
'TLS 1.2'
'TLS 1.3')
end
end
object TabSheetProxy: TTabSheet
Caption = 'Proxy'
ImageIndex = 2
object Label9: TLabel
AlignWithMargins = True
Left = 10
Top = 10
Width = 304
Height = 25
Margins.Left = 10
Margins.Top = 10
Margins.Right = 10
Margins.Bottom = 10
Align = alTop
Caption = 'Proxy'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ExplicitWidth = 51
end
object Label11: TLabel
AlignWithMargins = True
Left = 10
Top = 82
Width = 304
Height = 13
Margins.Left = 10
Margins.Top = 10
Margins.Right = 10
Margins.Bottom = 0
Align = alTop
Caption = 'Host:'
ExplicitWidth = 26
end
object Label12: TLabel
AlignWithMargins = True
Left = 10
Top = 174
Width = 304
Height = 13
Margins.Left = 10
Margins.Top = 10
Margins.Right = 10
Margins.Bottom = 0
Align = alTop
Caption = 'Username:'
ExplicitWidth = 52
end
object Label13: TLabel
AlignWithMargins = True
Left = 10
Top = 128
Width = 304
Height = 13
Margins.Left = 10
Margins.Top = 10
Margins.Right = 10
Margins.Bottom = 0
Align = alTop
Caption = 'Port:'
ExplicitWidth = 24
end
object Label14: TLabel
AlignWithMargins = True
Left = 10
Top = 220
Width = 304
Height = 13
Margins.Left = 10
Margins.Top = 10
Margins.Right = 10
Margins.Bottom = 0
Align = alTop
Caption = 'Password:'
ExplicitWidth = 50
end
object ProxyEnableProxy: TCheckBox
AlignWithMargins = True
Left = 10
Top = 55
Width = 304
Height = 17
Margins.Left = 10
Margins.Top = 10
Margins.Right = 10
Margins.Bottom = 0
Align = alTop
Caption = 'Proxy'
TabOrder = 0
end
object ProxyHost: TEdit
AlignWithMargins = True
Left = 10
Top = 97
Width = 304
Height = 21
Margins.Left = 10
Margins.Top = 2
Margins.Right = 10
Margins.Bottom = 0
Align = alTop
TabOrder = 1
end
object ProxyUsername: TEdit
AlignWithMargins = True
Left = 10
Top = 189
Width = 304
Height = 21
Margins.Left = 10
Margins.Top = 2
Margins.Right = 10
Margins.Bottom = 0
Align = alTop
TabOrder = 2
end
object ProxyPort: TEdit
AlignWithMargins = True
Left = 10
Top = 143
Width = 304
Height = 21
Margins.Left = 10
Margins.Top = 2
Margins.Right = 10
Margins.Bottom = 0
Align = alTop
TabOrder = 3
end
object ProxyPassword: TEdit
AlignWithMargins = True
Left = 10
Top = 235
Width = 304
Height = 21
Margins.Left = 10
Margins.Top = 2
Margins.Right = 10
Margins.Bottom = 0
Align = alTop
TabOrder = 4
end
end
object TabSheetLog: TTabSheet
Caption = 'Log'
ImageIndex = 4
object Memo1: TMemo
Left = 0
Top = 0
Width = 324
Height = 248
Align = alClient
ScrollBars = ssVertical
TabOrder = 0
ExplicitHeight = 233
end
object Panel4: TPanel
Left = 0
Top = 248
Width = 324
Height = 52
Align = alBottom
BevelOuter = bvNone
Caption = 'Panel4'
ShowCaption = False
TabOrder = 1
object BtnEnviarMensagem: TButton
AlignWithMargins = True
Left = 241
Top = 8
Width = 75
Height = 36
Margins.Left = 8
Margins.Top = 8
Margins.Right = 8
Margins.Bottom = 8
Align = alRight
Caption = 'Enviar'
TabOrder = 0
OnClick = BtnEnviarMensagemClick
ExplicitTop = 9
end
object Panel5: TPanel
Left = 0
Top = 0
Width = 233
Height = 52
Align = alClient
BevelOuter = bvNone
Caption = 'Panel5'
ShowCaption = False
TabOrder = 1
ExplicitLeft = 72
ExplicitWidth = 185
ExplicitHeight = 41
object Label1: TLabel
AlignWithMargins = True
Left = 8
Top = 4
Width = 217
Height = 13
Margins.Left = 8
Margins.Top = 4
Margins.Right = 8
Margins.Bottom = 0
Align = alTop
Caption = 'Mensagem'
ExplicitWidth = 51
end
object EditMensagem: TEdit
AlignWithMargins = True
Left = 8
Top = 21
Width = 217
Height = 21
Margins.Left = 8
Margins.Top = 4
Margins.Right = 8
Margins.Bottom = 0
Align = alTop
TabOrder = 0
Text = 'Mensagem de teste'
ExplicitLeft = 64
ExplicitTop = 8
ExplicitWidth = 121
end
end
end
end
end
object Panel1: TPanel
Left = 0
Top = 328
Width = 332
Height = 49
Align = alBottom
TabOrder = 1
object Shape1: TShape
AlignWithMargins = True
Left = 299
Top = 19
Width = 22
Height = 11
Margins.Left = 20
Margins.Top = 18
Margins.Right = 10
Margins.Bottom = 18
Align = alRight
Brush.Color = clRed
Shape = stCircle
ExplicitLeft = 1168
ExplicitTop = 21
ExplicitHeight = 13
end
object BtnConnectWs: TButton
AlignWithMargins = True
Left = 11
Top = 11
Width = 75
Height = 27
Margins.Left = 10
Margins.Top = 10
Margins.Right = 0
Margins.Bottom = 10
Align = alLeft
Caption = 'Connectar'
TabOrder = 0
OnClick = BtnConnectWsClick
ExplicitTop = 9
end
object BtnDisconnectWs: TButton
AlignWithMargins = True
Left = 96
Top = 11
Width = 75
Height = 27
Margins.Left = 10
Margins.Top = 10
Margins.Right = 0
Margins.Bottom = 10
Align = alLeft
Caption = 'Desconectar'
TabOrder = 1
OnClick = BtnDisconnectWsClick
end
end
object sgcWebSocketClient1: TsgcWebSocketClient
Port = 80
ConnectTimeout = 0
ReadTimeout = -1
WriteTimeout = 0
TLS = False
Proxy.Enabled = False
Proxy.Port = 8080
Proxy.ProxyType = pxyHTTP
HeartBeat.Enabled = False
HeartBeat.Interval = 300
HeartBeat.Timeout = 0
IPVersion = Id_IPv4
Authentication.Enabled = False
Authentication.URL.Enabled = True
Authentication.Session.Enabled = False
Authentication.Basic.Enabled = False
Authentication.Token.Enabled = False
Authentication.Token.AuthName = 'Bearer'
Extensions.DeflateFrame.Enabled = False
Extensions.DeflateFrame.WindowBits = 15
Extensions.PerMessage_Deflate.Enabled = False
Extensions.PerMessage_Deflate.ClientMaxWindowBits = 15
Extensions.PerMessage_Deflate.ClientNoContextTakeOver = False
Extensions.PerMessage_Deflate.MemLevel = 9
Extensions.PerMessage_Deflate.ServerMaxWindowBits = 15
Extensions.PerMessage_Deflate.ServerNoContextTakeOver = False
Options.CleanDisconnect = False
Options.FragmentedMessages = frgOnlyBuffer
Options.Parameters = '/'
Options.RaiseDisconnectExceptions = True
Options.ValidateUTF8 = False
Specifications.Drafts.Hixie76 = False
Specifications.RFC6455 = True
NotifyEvents = neAsynchronous
LogFile.Enabled = False
QueueOptions.Binary.Level = qmNone
QueueOptions.Ping.Level = qmNone
QueueOptions.Text.Level = qmNone
WatchDog.Attempts = 0
WatchDog.Enabled = False
WatchDog.Interval = 10
Throttle.BitsPerSec = 0
Throttle.Enabled = False
LoadBalancer.Enabled = False
LoadBalancer.Port = 0
TLSOptions.VerifyCertificate = False
TLSOptions.VerifyDepth = 0
TLSOptions.Version = tlsUndefined
TLSOptions.IOHandler = iohOpenSSL
TLSOptions.OpenSSL_Options.APIVersion = oslAPI_1_0
TLSOptions.OpenSSL_Options.LibPath = oslpNone
TLSOptions.SChannel_Options.CertStoreName = scsnMY
TLSOptions.SChannel_Options.CertStorePath = scspStoreCurrentUser
Left = 80
Top = 40
end
object TimerShape: TTimer
Interval = 500
OnTimer = TimerShapeTimer
Left = 16
Top = 48
end
end