object FormServer: TFormServer Left = 691 Height = 252 Top = 389 Width = 484 Caption = 'Server' ClientHeight = 252 ClientWidth = 484 DesignTimePPI = 144 OnShow = FormShow LCLVersion = '2.0.0.4' 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 = 281 ParentFont = False TabOrder = 0 end object Label2: TLabel Left = 12 Height = 26 Top = 72 Width = 74 Caption = 'Address:' ParentColor = False ParentFont = False end object EditAddress: TEdit Left = 163 Height = 43 Top = 64 Width = 283 ParentFont = False TabOrder = 1 end object Label3: TLabel Left = 12 Height = 26 Top = 120 Width = 41 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 object ButtonCancel: TButton Left = 288 Height = 37 Top = 186 Width = 113 Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 3 end object ButtonOk: TButton Left = 96 Height = 37 Top = 186 Width = 113 Caption = 'OK' ModalResult = 1 OnClick = ButtonOkClick ParentFont = False TabOrder = 4 end end