object MainForm: TMainForm Left = 0 Top = 0 Caption = 'Udp Sender (Broadcast)' ClientHeight = 180 ClientWidth = 423 FormFactor.Width = 320 FormFactor.Height = 480 FormFactor.Devices = [Desktop] DesignerMasterStyle = 0 object MessageEdit: TEdit Touch.InteractiveGestures = [LongTap, DoubleTap] TabOrder = 0 Text = 'Hello World!' Position.X = 32.000000000000000000 Position.Y = 40.000000000000000000 Size.Width = 273.000000000000000000 Size.Height = 22.000000000000000000 Size.PlatformDefault = False end object SendButton: TButton Position.X = 320.000000000000000000 Position.Y = 40.000000000000000000 TabOrder = 1 Text = 'Send' OnClick = SendButtonClick end object Label1: TLabel Position.X = 32.000000000000000000 Position.Y = 74.000000000000000000 Size.Width = 97.000000000000000000 Size.Height = 17.000000000000000000 Size.PlatformDefault = False Text = 'Destination port' TabOrder = 2 end object PortEdit: TEdit Touch.InteractiveGestures = [LongTap, DoubleTap] TabOrder = 3 Text = '5000' Position.X = 137.000000000000000000 Position.Y = 70.000000000000000000 end object Label2: TLabel Position.X = 288.000000000000000000 Position.Y = 72.000000000000000000 Size.Width = 73.000000000000000000 Size.Height = 17.000000000000000000 Size.PlatformDefault = False Text = 'Local port' TabOrder = 4 end object LocalPortEdit: TEdit Touch.InteractiveGestures = [LongTap, DoubleTap] TabOrder = 5 Text = '0' Position.X = 352.000000000000000000 Position.Y = 70.000000000000000000 Size.Width = 48.000000000000000000 Size.Height = 22.000000000000000000 Size.PlatformDefault = False end object AnyPortCheckBox: TCheckBox IsChecked = True Position.X = 137.000000000000000000 Position.Y = 109.000000000000000000 Size.Width = 145.000000000000000000 Size.Height = 19.000000000000000000 Size.PlatformDefault = False TabOrder = 6 Text = 'System choose port' end object IPv6CheckBox: TCheckBox Position.X = 137.000000000000000000 Position.Y = 136.000000000000000000 TabOrder = 7 Text = 'IPv6' end object WSocket: TIcsWSocket Left = 344 Top = 104 end end