object ProxyDialog: TProxyDialog Left = 413 Top = 72 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Proxy settings' ClientHeight = 433 ClientWidth = 360 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label14: TLabel Left = 270 Top = 59 Width = 22 Height = 13 Caption = 'Port:' end object Label15: TLabel Left = 20 Top = 60 Width = 41 Height = 13 Caption = 'Address:' end object Label19: TLabel Left = 20 Top = 16 Width = 20 Height = 13 Caption = 'Title' end object Label20: TLabel Left = 212 Top = 216 Width = 25 Height = 13 Caption = 'User:' end object Label23: TLabel Left = 212 Top = 261 Width = 49 Height = 13 Caption = 'Password:' end object Edit9: TEdit Left = 20 Top = 32 Width = 313 Height = 21 TabOrder = 0 end object RadioGroup1: TRadioGroup Left = 20 Top = 116 Width = 177 Height = 185 Caption = ' Type ' ItemIndex = 0 Items.Strings = ( 'Direct connection' 'HTTP ' 'HTTP ' 'FTP ' 'FTP ' 'FTP ' 'FTP ' 'Socks V4') TabOrder = 3 OnClick = EnableDisable end object SpinEdit3: TSpinEdit Left = 270 Top = 76 Width = 63 Height = 22 MaxLength = 5 MaxValue = 65535 MinValue = 0 TabOrder = 2 Value = 0 end object Edit13: TEdit Left = 20 Top = 76 Width = 241 Height = 21 TabOrder = 1 end object CheckBox11: TCheckBox Left = 212 Top = 180 Width = 117 Height = 17 Caption = 'Authenticate' TabOrder = 6 OnClick = EnableDisable end object CheckBox12: TCheckBox Left = 212 Top = 132 Width = 121 Height = 17 Caption = 'No-cache' TabOrder = 4 end object Edit14: TEdit Left = 212 Top = 232 Width = 121 Height = 21 TabOrder = 7 end object Edit15: TEdit Left = 212 Top = 276 Width = 121 Height = 21 PasswordChar = '*' TabOrder = 8 OnDblClick = Edit15DblClick end object CheckBox18: TCheckBox Left = 212 Top = 156 Width = 121 Height = 17 Caption = 'PASV mode' TabOrder = 5 end object CancelBtn: TButton Left = 280 Top = 406 Width = 75 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 10 end object OkBtn: TButton Left = 197 Top = 406 Width = 75 Height = 23 Caption = 'OK' Default = True TabOrder = 9 OnClick = OkBtnClick end object GroupBox6: TGroupBox Left = 20 Top = 312 Width = 317 Height = 77 Caption = ' Description ' Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 11 Visible = False object Label11: TLabel Left = 12 Top = 15 Width = 32 Height = 13 Caption = 'Label1' end end object KMLang1: TKMLang Left = 4 Top = 4 end end