home *** CD-ROM | disk | FTP | other *** search
- object CDDBStatusForm: TCDDBStatusForm
- Left = 248
- Top = 105
- BorderStyle = bsDialog
- Caption = 'Title Recognition Requests'
- ClientHeight = 369
- ClientWidth = 592
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lblState: TLabel
- Left = 64
- Top = 300
- Width = 426
- Height = 13
- AutoSize = False
- end
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 48
- Height = 13
- Caption = 'Requests:'
- end
- object Label2: TLabel
- Left = 8
- Top = 300
- Width = 33
- Height = 13
- Caption = 'Status:'
- end
- object lvRequests: TListView
- Left = 8
- Top = 24
- Width = 484
- Height = 265
- Columns = <
- item
- Caption = 'Disc Identifier'
- Width = 90
- end
- item
- Caption = 'Tracks'
- end
- item
- Caption = 'Date'
- Width = 100
- end
- item
- Caption = 'Status'
- Width = 80
- end
- item
- Caption = 'Title'
- Width = 160
- end>
- ReadOnly = True
- RowSelect = True
- TabOrder = 0
- ViewStyle = vsReport
- OnChange = lvRequestsChange
- end
- object btnProcesslist: TButton
- Left = 502
- Top = 301
- Width = 80
- Height = 23
- Caption = 'Process List'
- TabOrder = 1
- OnClick = btnProcesslistClick
- end
- object btnClose: TButton
- Left = 502
- Top = 328
- Width = 80
- Height = 23
- Caption = 'Close'
- TabOrder = 2
- OnClick = btnCloseClick
- end
- object btnDelete: TButton
- Left = 502
- Top = 168
- Width = 80
- Height = 23
- Caption = 'Delete'
- Enabled = False
- TabOrder = 3
- OnClick = btnDeleteClick
- end
- object Panel1: TPanel
- Left = 502
- Top = 24
- Width = 80
- Height = 70
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'Panel1'
- TabOrder = 4
- Visible = False
- object imgCDDB: TImage
- Left = 0
- Top = 0
- Width = 80
- Height = 70
- AutoSize = True
- Stretch = True
- end
- end
- object memState: TMemo
- Left = 63
- Top = 320
- Width = 429
- Height = 45
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 5
- end
- object MMCDDB: TMMCDDB
- OnError = MMCDDBError
- OnSelectMatch = MMCDDBSelectMatch
- OnState = MMCDDBState
- OnDataFound = MMCDDBDataFound
- ConnectTimeOut = 30000
- AppName = 'CDWizard'
- Revision = '5.0'
- Email = 'mp@test.it'
- Port = 8880
- Server = 'freedb.freedb.org'
- UseFirstMatch = False
- Left = 496
- Top = 104
- end
- end
-