object CDDBMultipleMatchesForm: TCDDBMultipleMatchesForm Left = 254 Top = 111 BorderStyle = bsDialog Caption = 'Multiple matches found' ClientHeight = 173 ClientWidth = 279 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 6 Width = 136 Height = 13 Caption = 'Select the correct CD (if any)' end object OKButton: TButton Left = 64 Top = 144 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object Button2: TButton Left = 144 Top = 144 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object MatchesList: TListBox Left = 8 Top = 24 Width = 265 Height = 113 ItemHeight = 13 TabOrder = 2 OnClick = MatchesListClick end end