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