object Form2: TForm2 Left = 338 Top = 290 Width = 246 Height = 263 Caption = 'Host information' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 238 Height = 236 Align = alClient TabOrder = 0 object Text_Host_Name: TLabel Left = 56 Top = 24 Width = 54 Height = 13 Caption = 'Host name:' end object Text_Password: TLabel Left = 56 Top = 120 Width = 49 Height = 13 Caption = 'Password:' end object Text_Username: TLabel Left = 56 Top = 72 Width = 56 Height = 13 Caption = 'User Name:' end object HostName: TEdit Left = 56 Top = 40 Width = 121 Height = 21 TabOrder = 0 end object UserName: TEdit Left = 56 Top = 88 Width = 121 Height = 21 TabOrder = 1 end object Ok: TButton Left = 80 Top = 176 Width = 75 Height = 25 Caption = '&Ok' TabOrder = 3 OnClick = OkClick end object Password: TEdit Left = 56 Top = 136 Width = 121 Height = 21 PasswordChar = '*' TabOrder = 2 end end end