object InterfaceDlg: TInterfaceDlg Left = 329 Top = 217 ActiveControl = Interfaces BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Insert Interface' ClientHeight = 278 ClientWidth = 257 ParentFont = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Interfaces: TListBox Left = 16 Top = 16 Width = 225 Height = 201 ItemHeight = 13 MultiSelect = True TabOrder = 0 OnDblClick = InterfacesDblClick end object Button2: TButton Left = 144 Top = 240 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Button1: TButton Left = 40 Top = 240 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end end