home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / CDWizard.EXE / 0 / RCDATA / TCDDBSELECTFORM / TCDDBSELECTFORM.txt
Encoding:
Text File  |  2002-12-06  |  1.4 KB  |  74 lines

  1. object CDDBSelectForm: TCDDBSelectForm
  2.   Left = 295
  3.   Top = 289
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Match'
  6.   ClientHeight = 273
  7.   ClientWidth = 463
  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 = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object btnOK: TButton
  19.     Left = 296
  20.     Top = 240
  21.     Width = 75
  22.     Height = 23
  23.     Caption = 'OK'
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.   end
  27.   object btnCancel: TButton
  28.     Left = 376
  29.     Top = 240
  30.     Width = 75
  31.     Height = 23
  32.     Caption = 'Cancel'
  33.     ModalResult = 2
  34.     TabOrder = 1
  35.   end
  36.   object Panel1: TPanel
  37.     Left = 8
  38.     Top = 64
  39.     Width = 444
  40.     Height = 153
  41.     BevelOuter = bvNone
  42.     Caption = 'Panel1'
  43.     TabOrder = 2
  44.     object lvMatches: TListView
  45.       Left = 0
  46.       Top = 0
  47.       Width = 444
  48.       Height = 153
  49.       Align = alClient
  50.       Columns = <
  51.         item
  52.           Caption = 'CD title'
  53.           Width = 150
  54.         end
  55.         item
  56.           Caption = 'Artist'
  57.           Width = 150
  58.         end
  59.         item
  60.           Caption = 'Category'
  61.           Width = 70
  62.         end
  63.         item
  64.           Caption = 'Disc ID'
  65.           Width = 70
  66.         end>
  67.       HotTrackStyles = []
  68.       ReadOnly = True
  69.       TabOrder = 0
  70.       ViewStyle = vsReport
  71.     end
  72.   end
  73. end
  74.