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 / TCDDBSTATUSFORM / TCDDBSTATUSFORM.txt
Encoding:
Text File  |  2002-12-06  |  2.6 KB  |  143 lines

  1. object CDDBStatusForm: TCDDBStatusForm
  2.   Left = 248
  3.   Top = 105
  4.   BorderStyle = bsDialog
  5.   Caption = 'Title Recognition Requests'
  6.   ClientHeight = 369
  7.   ClientWidth = 592
  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.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblState: TLabel
  20.     Left = 64
  21.     Top = 300
  22.     Width = 426
  23.     Height = 13
  24.     AutoSize = False
  25.   end
  26.   object Label1: TLabel
  27.     Left = 8
  28.     Top = 8
  29.     Width = 48
  30.     Height = 13
  31.     Caption = 'Requests:'
  32.   end
  33.   object Label2: TLabel
  34.     Left = 8
  35.     Top = 300
  36.     Width = 33
  37.     Height = 13
  38.     Caption = 'Status:'
  39.   end
  40.   object lvRequests: TListView
  41.     Left = 8
  42.     Top = 24
  43.     Width = 484
  44.     Height = 265
  45.     Columns = <
  46.       item
  47.         Caption = 'Disc Identifier'
  48.         Width = 90
  49.       end
  50.       item
  51.         Caption = 'Tracks'
  52.       end
  53.       item
  54.         Caption = 'Date'
  55.         Width = 100
  56.       end
  57.       item
  58.         Caption = 'Status'
  59.         Width = 80
  60.       end
  61.       item
  62.         Caption = 'Title'
  63.         Width = 160
  64.       end>
  65.     ReadOnly = True
  66.     RowSelect = True
  67.     TabOrder = 0
  68.     ViewStyle = vsReport
  69.     OnChange = lvRequestsChange
  70.   end
  71.   object btnProcesslist: TButton
  72.     Left = 502
  73.     Top = 301
  74.     Width = 80
  75.     Height = 23
  76.     Caption = 'Process List'
  77.     TabOrder = 1
  78.     OnClick = btnProcesslistClick
  79.   end
  80.   object btnClose: TButton
  81.     Left = 502
  82.     Top = 328
  83.     Width = 80
  84.     Height = 23
  85.     Caption = 'Close'
  86.     TabOrder = 2
  87.     OnClick = btnCloseClick
  88.   end
  89.   object btnDelete: TButton
  90.     Left = 502
  91.     Top = 168
  92.     Width = 80
  93.     Height = 23
  94.     Caption = 'Delete'
  95.     Enabled = False
  96.     TabOrder = 3
  97.     OnClick = btnDeleteClick
  98.   end
  99.   object Panel1: TPanel
  100.     Left = 502
  101.     Top = 24
  102.     Width = 80
  103.     Height = 70
  104.     BevelOuter = bvNone
  105.     BorderStyle = bsSingle
  106.     Caption = 'Panel1'
  107.     TabOrder = 4
  108.     Visible = False
  109.     object imgCDDB: TImage
  110.       Left = 0
  111.       Top = 0
  112.       Width = 80
  113.       Height = 70
  114.       AutoSize = True
  115.       Stretch = True
  116.     end
  117.   end
  118.   object memState: TMemo
  119.     Left = 63
  120.     Top = 320
  121.     Width = 429
  122.     Height = 45
  123.     ReadOnly = True
  124.     ScrollBars = ssVertical
  125.     TabOrder = 5
  126.   end
  127.   object MMCDDB: TMMCDDB
  128.     OnError = MMCDDBError
  129.     OnSelectMatch = MMCDDBSelectMatch
  130.     OnState = MMCDDBState
  131.     OnDataFound = MMCDDBDataFound
  132.     ConnectTimeOut = 30000
  133.     AppName = 'CDWizard'
  134.     Revision = '5.0'
  135.     Email = 'mp@test.it'
  136.     Port = 8880
  137.     Server = 'freedb.freedb.org'
  138.     UseFirstMatch = False
  139.     Left = 496
  140.     Top = 104
  141.   end
  142. end
  143.