home *** CD-ROM | disk | FTP | other *** search
- inherited CDSelectForm: TCDSelectForm
- Caption = 'Select CD Entry'
- ClientHeight = 237
- ClientWidth = 405
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- inherited ButtonOk: TButton
- Left = 241
- Top = 206
- Anchors = [akRight, akBottom]
- TabOrder = 2
- end
- inherited ButtonCancel: TButton
- Left = 321
- Top = 206
- Anchors = [akRight, akBottom]
- TabOrder = 3
- end
- object List: TListBox
- Left = 8
- Top = 24
- Width = 389
- Height = 175
- 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
-