object ClientForm: TClientForm Left = 0 Top = 0 Caption = 'Form1' ClientHeight = 429 ClientWidth = 442 FormFactor.Width = 320 FormFactor.Height = 480 FormFactor.Devices = [Desktop] DesignerMasterStyle = 0 object DisplayMemo: TMemo Touch.InteractiveGestures = [Pan, LongTap, DoubleTap] DataDetectorTypes = [] Anchors = [akLeft, akTop, akRight, akBottom] Position.X = 8.000000000000000000 Position.Y = 8.000000000000000000 Size.Width = 426.000000000000000000 Size.Height = 384.000000000000000000 Size.PlatformDefault = False TabOrder = 0 Viewport.Width = 426.000000000000000000 Viewport.Height = 384.000000000000000000 end object DisconnectButton: TButton Anchors = [akRight, akBottom] Position.X = 354.000000000000000000 Position.Y = 400.000000000000000000 TabOrder = 1 Text = 'Disconnect' OnClick = DisconnectButtonClick end object SendBigDataButton: TButton Anchors = [akLeft, akBottom] Position.X = 24.000000000000000000 Position.Y = 400.000000000000000000 Size.Width = 97.000000000000000000 Size.Height = 22.000000000000000000 Size.PlatformDefault = False TabOrder = 2 Text = 'Send Big Data' OnClick = SendBigDataButtonClick end end