object FormServer: TFormServer Left = 691 Height = 210 Top = 389 Width = 403 Caption = 'Server' ClientHeight = 210 ClientWidth = 403 DesignTimePPI = 120 OnShow = FormShow LCLVersion = '2.0.0.4' object Label1: TLabel Left = 10 Height = 20 Top = 20 Width = 43 Caption = 'Name:' ParentColor = False ParentFont = False end object EditName: TEdit Left = 136 Height = 28 Top = 14 Width = 234 ParentFont = False TabOrder = 0 end object Label2: TLabel Left = 10 Height = 20 Top = 60 Width = 56 Caption = 'Address:' ParentColor = False ParentFont = False end object EditAddress: TEdit Left = 136 Height = 28 Top = 53 Width = 236 ParentFont = False TabOrder = 1 end object Label3: TLabel Left = 10 Height = 20 Top = 100 Width = 30 Caption = 'Port:' ParentColor = False ParentFont = False end object SpinEdit1: TSpinEdit Left = 136 Height = 28 Top = 93 Width = 97 MaxValue = 65535 ParentFont = False TabOrder = 2 end object ButtonCancel: TButton Left = 240 Height = 31 Top = 155 Width = 94 Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 3 end object ButtonOk: TButton Left = 80 Height = 31 Top = 155 Width = 94 Caption = 'OK' ModalResult = 1 OnClick = ButtonOkClick ParentFont = False TabOrder = 4 end end