object FormServer: TFormServer Left = 647 Height = 284 Top = 439 Width = 596 Caption = 'Server' ClientHeight = 284 ClientWidth = 596 DesignTimePPI = 144 LCLVersion = '3.6.0.0' object ButtonCancel: TButton Left = 472 Height = 38 Top = 241 Width = 113 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 0 end object ButtonOk: TButton Left = 344 Height = 38 Top = 241 Width = 113 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 ParentFont = False TabOrder = 1 OnClick = ButtonOkClick end object ScrollBox1: TScrollBox Left = 8 Height = 227 Top = 8 Width = 579 HorzScrollBar.Page = 279 VertScrollBar.Page = 155 Anchors = [akTop, akLeft, akRight, akBottom] ClientHeight = 225 ClientWidth = 577 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 = 400 Anchors = [akTop, akLeft, akRight] ParentFont = False TabOrder = 0 end object EditAddress: TEdit Left = 163 Height = 43 Top = 64 Width = 400 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