home *** CD-ROM | disk | FTP | other *** search
- object CDDBSelectForm: TCDDBSelectForm
- Left = 295
- Top = 289
- BorderStyle = bsDialog
- Caption = 'Select Match'
- ClientHeight = 273
- ClientWidth = 463
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object btnOK: TButton
- Left = 296
- Top = 240
- Width = 75
- Height = 23
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 0
- end
- object btnCancel: TButton
- Left = 376
- Top = 240
- Width = 75
- Height = 23
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Panel1: TPanel
- Left = 8
- Top = 64
- Width = 444
- Height = 153
- BevelOuter = bvNone
- Caption = 'Panel1'
- TabOrder = 2
- object lvMatches: TListView
- Left = 0
- Top = 0
- Width = 444
- Height = 153
- Align = alClient
- Columns = <
- item
- Caption = 'CD title'
- Width = 150
- end
- item
- Caption = 'Artist'
- Width = 150
- end
- item
- Caption = 'Category'
- Width = 70
- end
- item
- Caption = 'Disc ID'
- Width = 70
- end>
- HotTrackStyles = []
- ReadOnly = True
- TabOrder = 0
- ViewStyle = vsReport
- end
- end
- end
-