inherited CDSelectForm: TCDSelectForm Width = 413 Height = 267 Caption = 'Select CD Entry' OldCreateOrder = True PixelsPerInch = 96 TextHeight = 13 inherited ButtonOk: TButton Left = 241 Top = 209 Anchors = [akRight, akBottom] TabOrder = 2 end inherited ButtonCancel: TButton Left = 321 Top = 209 Anchors = [akRight, akBottom] TabOrder = 3 end object List: TListBox Left = 8 Top = 24 Width = 389 Height = 177 Anchors = [akLeft, akTop, akRight, akBottom] ItemHeight = 13 TabOrder = 1 end object SelectLabel: TStaticText Left = 7 Top = 4 Width = 304 Height = 17 Caption = 'Multiple entries found. Please select most appropriate CD entry' + ':' TabOrder = 0 end end