object FireWallDlg: TFireWallDlg Tag = 13 Left = 252 Top = 154 HelpContext = 470 BorderStyle = bsDialog Caption = 'Firewall settings' ClientHeight = 264 ClientWidth = 352 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object ProxyMethod: TRadioGroup Tag = 12 Left = 8 Top = 8 Width = 333 Height = 93 Caption = 'Connect method' Items.Strings = ( 'Send command &USER user@hostname' 'Send command S&ITE (with logon)' 'Send command &OPEN ' 'USER user@firewalluser@hostname / PASS pass@firewallpass') TabOrder = 0 end object GroupBox1: TGroupBox Tag = 11 Left = 8 Top = 104 Width = 333 Height = 125 Caption = 'Firewall logon' TabOrder = 1 object Hostname: TLabel Tag = 3 Left = 8 Top = 24 Width = 85 Height = 13 AutoSize = False Caption = '&Host name:' FocusControl = id_Change_Host end object Username: TLabel Tag = 5 Left = 8 Top = 51 Width = 85 Height = 13 AutoSize = False Caption = '&User name:' FocusControl = id_Change_User end object Label1: TLabel Tag = 9 Left = 8 Top = 78 Width = 85 Height = 13 AutoSize = False Caption = '&Password:' FocusControl = id_Change_Pass end object Label2: TLabel Tag = 10 Left = 8 Top = 100 Width = 317 Height = 13 AutoSize = False Caption = 'Warning: Storing the password is insecure!' end object id_Change_Host: TEdit Left = 96 Top = 20 Width = 229 Height = 21 TabOrder = 0 end object id_Change_User: TEdit Left = 96 Top = 47 Width = 229 Height = 21 TabOrder = 1 end object id_Change_Pass: TEdit Left = 96 Top = 74 Width = 229 Height = 21 PasswordChar = '*' TabOrder = 2 end end object id_OK: TButton Tag = 4001 Left = 38 Top = 234 Width = 90 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = id_OKClick end object Cancel: TButton Tag = 4002 Left = 131 Top = 234 Width = 90 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object Button1: TButton Tag = 4003 Left = 224 Top = 234 Width = 90 Height = 25 Caption = 'Help' TabOrder = 4 OnClick = Button1Click end object ResolutionFix1: TResolutionFix Left = 4 Top = 232 end object Translate1: TTranslate Tag = 6010 Left = 312 Top = 232 end end