object CONNECT: TCONNECT Tag = 1 Left = 139 Top = 331 HelpContext = 450 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Connect to ftp server' ClientHeight = 321 ClientWidth = 477 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Connectto: TLabel Tag = 2 Left = 7 Top = 7 Width = 346 Height = 14 AutoSize = False Caption = 'Connect &to:' FocusControl = id_Connect_List end object id_Connect_List: TListBox Left = 4 Top = 25 Width = 353 Height = 277 IntegralHeight = True ItemHeight = 13 Sorted = True TabOrder = 0 OnDblClick = ConnectClick end object New: TButton Tag = 3 Left = 363 Top = 75 Width = 110 Height = 25 Caption = '&New connection...' TabOrder = 2 OnClick = NewClick end object Edit: TButton Tag = 4 Left = 363 Top = 148 Width = 110 Height = 25 Caption = '&Edit...' TabOrder = 4 OnClick = EditClick end object Delete: TButton Tag = 5 Left = 363 Top = 185 Width = 110 Height = 25 Caption = '&Delete' TabOrder = 5 OnClick = DeleteClick end object Connect: TButton Tag = 6 Left = 363 Top = 25 Width = 110 Height = 25 Caption = '&Connect' Default = True ModalResult = 1 TabOrder = 1 OnClick = ConnectClick end object Cancel: TButton Tag = 4002 Left = 363 Top = 222 Width = 110 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 6 end object HelpButton: TButton Tag = 4003 Left = 363 Top = 259 Width = 110 Height = 25 Caption = '&Help' TabOrder = 7 OnClick = HelpButtonClick end object NewUrl: TButton Tag = 7 Left = 363 Top = 111 Width = 110 Height = 25 Caption = 'New &URL...' TabOrder = 3 OnClick = NewUrlClick end object ResolutionFix1: TResolutionFix Left = 368 Top = 292 end object Translate1: TTranslate Tag = 6000 Left = 404 Top = 292 end end