object Connect: TConnect Left = 541 Top = 411 BorderStyle = bsDialog Caption = ' ' ClientHeight = 128 ClientWidth = 149 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object ListBox1: TListBox Left = 0 Top = 0 Width = 149 Height = 101 Align = alTop ItemHeight = 13 TabOrder = 0 OnClick = ListBox1Click end object Button1: TButton Left = 37 Top = 102 Width = 75 Height = 25 Caption = 'OK' Enabled = False TabOrder = 1 end object DialUp1: TDialUp DialMode = dmAsync Language = English OnEntryGet = DialUp1EntryGet Left = 76 Top = 30 end end