object MainForm: TMainForm Left = 0 Top = 0 Caption = 'UPD Sender (Broadcast) - VCL Version' ClientHeight = 115 ClientWidth = 439 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Segoe UI' Font.Style = [] OnClose = FormClose OnShow = FormShow TextHeight = 15 object PortLabel: TLabel Left = 14 Top = 40 Width = 85 Height = 15 Alignment = taRightJustify Caption = 'Destination port' end object LocalPortLabel: TLabel Left = 292 Top = 41 Width = 53 Height = 15 Alignment = taRightJustify Caption = 'Local port' end object MessageEdit: TEdit Left = 8 Top = 8 Width = 329 Height = 23 TabOrder = 0 Text = 'MessageEdit' end object SendButton: TButton Left = 352 Top = 7 Width = 75 Height = 25 Caption = 'Send' TabOrder = 1 OnClick = SendButtonClick end object PortEdit: TEdit Left = 104 Top = 37 Width = 87 Height = 23 TabOrder = 2 Text = 'PortEdit' end object AnyPortCheckBox: TCheckBox Left = 104 Top = 66 Width = 153 Height = 17 Caption = 'System choose port' TabOrder = 3 end object IPv6CheckBox: TCheckBox Left = 104 Top = 88 Width = 153 Height = 17 Caption = 'IPv6' TabOrder = 4 end object LocalPortEdit: TEdit Left = 352 Top = 38 Width = 75 Height = 23 TabOrder = 5 Text = 'LocalPortEdit' end object WSocket: TIcsWSocket LineEnd = #13#10 TimeoutSampling = 5000 TimeoutConnect = 0 TimeoutIdle = 0 Proto = 'tcp' LocalAddr = '0.0.0.0' LocalAddr6 = '::' LocalPort = '0' SocksLevel = '5' ExclusiveAddr = False ComponentOptions = [] ListenBacklog = 15 SocketErrs = wsErrTech Left = 24 Top = 64 end end