home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February / PCWorld_2008-02_cd.bin / temacd / ksp / ksp2006r3full.exe / player.exe / 0 / RCDATA / TCDDBMULTIPLEMATCHESFORM / TCDDBMULTIPLEMATCHESFORM.txt
Text File  |  2006-09-04  |  1KB  |  54 lines

  1. object CDDBMultipleMatchesForm: TCDDBMultipleMatchesForm
  2.   Left = 254
  3.   Top = 111
  4.   BorderStyle = bsDialog
  5.   Caption = 'Multiple matches found'
  6.   ClientHeight = 173
  7.   ClientWidth = 279
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 6
  21.     Width = 136
  22.     Height = 13
  23.     Caption = 'Select the correct CD (if any)'
  24.   end
  25.   object OKButton: TButton
  26.     Left = 64
  27.     Top = 144
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'OK'
  31.     Default = True
  32.     ModalResult = 1
  33.     TabOrder = 0
  34.   end
  35.   object Button2: TButton
  36.     Left = 144
  37.     Top = 144
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.   end
  44.   object MatchesList: TListBox
  45.     Left = 8
  46.     Top = 24
  47.     Width = 265
  48.     Height = 113
  49.     ItemHeight = 13
  50.     TabOrder = 2
  51.     OnClick = MatchesListClick
  52.   end
  53. end
  54.