-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathPayloads.dfm
More file actions
52 lines (52 loc) · 1.01 KB
/
Copy pathPayloads.dfm
File metadata and controls
52 lines (52 loc) · 1.01 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
inherited frmPayloads: TfrmPayloads
Caption = 'Payloads'
ClientWidth = 296
OnCreate = FormCreate
OnDestroy = FormDestroy
ExplicitWidth = 312
TextHeight = 13
inherited pnlMain: TPanel
Width = 296
ExplicitWidth = 296
inherited Panel1: TPanel
Width = 296
ExplicitWidth = 296
inherited lblTitle: TLabel
Width = 50
Caption = 'Payloads'
ExplicitWidth = 50
end
end
object scrollMain: TScrollBox
Left = 0
Top = 24
Width = 296
Height = 446
Align = alClient
TabOrder = 1
OnClick = scrollMainClick
end
end
object tmrUpdates: TTimer
OnTimer = tmrUpdatesTimer
Left = 616
Top = 272
end
object tmrExpired: TTimer
Interval = 10000
OnTimer = tmrExpiredTimer
Left = 216
Top = 368
end
object UDPClient: TIdUDPClient
Port = 0
Left = 60
Top = 366
end
object tmrPredictions: TTimer
Interval = 500
OnTimer = tmrPredictionsTimer
Left = 168
Top = 312
end
end