-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathUDPSettings.dfm
More file actions
53 lines (53 loc) · 1.11 KB
/
Copy pathUDPSettings.dfm
File metadata and controls
53 lines (53 loc) · 1.11 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
inherited frmUDPSettings: TfrmUDPSettings
Caption = 'UDP Settings'
ClientHeight = 152
ClientWidth = 574
ExplicitWidth = 590
ExplicitHeight = 191
PixelsPerInch = 96
TextHeight = 13
inherited pnlCommon: TAdvPanel
Width = 574
Height = 152
ExplicitWidth = 574
ExplicitHeight = 152
FullHeight = 337
object Label2: TLabel [2]
Left = 17
Top = 62
Width = 37
Height = 13
Alignment = taRightJustify
Caption = 'Port(s):'
end
inherited edtCode: TEdit
OnChange = edtHostChange
end
inherited edtName: TEdit
OnChange = edtHostChange
end
inherited btnSave: TAdvSmoothButton
Left = 380
Top = 99
ExplicitLeft = 380
ExplicitTop = 99
TMSStyle = 8
end
inherited btnCancel: TAdvSmoothButton
Left = 474
Top = 99
ExplicitLeft = 474
ExplicitTop = 99
TMSStyle = 8
end
object edtPortList: TEdit
Left = 60
Top = 59
Width = 496
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 5
OnChange = edtHostChange
end
end
end