object FormServer: TFormServer Left = 647 Height = 303 Top = 439 Width = 627 Caption = 'Server' ClientHeight = 303 ClientWidth = 627 DesignTimePPI = 144 LCLVersion = '3.4.0.0' object ButtonCancel: TButton Left = 362 Height = 38 Top = 260 Width = 113 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 0 end object ButtonOk: TButton Left = 497 Height = 38 Top = 260 Width = 113 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 ParentFont = False TabOrder = 1 OnClick = ButtonOkClick end object ScrollBox1: TScrollBox Left = 8 Height = 246 Top = 8 Width = 610 HorzScrollBar.Page = 279 VertScrollBar.Page = 155 Anchors = [akTop, akLeft, akRight, akBottom] ClientHeight = 244 ClientWidth = 608 TabOrder = 2 object Label1: TLabel Left = 12 Height = 26 Top = 24 Width = 56 Caption = 'Name:' ParentColor = False ParentFont = False end object EditName: TEdit Left = 163 Height = 43 Top = 17 Width = 431 Anchors = [akTop, akLeft, akRight] ParentFont = False TabOrder = 0 end object EditAddress: TEdit Left = 163 Height = 43 Top = 64 Width = 431 Anchors = [akTop, akLeft, akRight] ParentFont = False TabOrder = 1 end object Label2: TLabel Left = 12 Height = 26 Top = 72 Width = 74 Caption = 'Address:' ParentColor = False ParentFont = False end object Label3: TLabel Left = 12 Height = 26 Top = 120 Width = 40 Caption = 'Port:' ParentColor = False ParentFont = False end object SpinEdit1: TSpinEdit Left = 163 Height = 43 Top = 112 Width = 116 MaxValue = 65535 ParentFont = False TabOrder = 2 end end end