home *** CD-ROM | disk | FTP | other *** search
- object CDDB: TCDDB
- Left = 204
- Top = 141
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsDialog
- Caption = 'CDDB'
- ClientHeight = 274
- ClientWidth = 526
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 14
- object GridLabel: TLabel
- Left = 4
- Top = 117
- Width = 75
- Height = 14
- Caption = '&Matches found:'
- FocusControl = Grid
- end
- object Bevel: TBevel
- Left = 4
- Top = 79
- Width = 517
- Height = 5
- Shape = bsBottomLine
- Visible = False
- end
- object DBBevel: TBevel
- Left = 4
- Top = 102
- Width = 517
- Height = 5
- Shape = bsBottomLine
- end
- object Connect: TButton
- Left = 448
- Top = 4
- Width = 75
- Height = 25
- Caption = '&Connect'
- TabOrder = 0
- OnClick = ConnectClick
- end
- object Grid: TDBGrid
- Left = 0
- Top = 134
- Width = 524
- Height = 107
- DataSource = DataSource
- Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
- TabOrder = 2
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'Arial'
- TitleFont.Style = []
- Columns = <
- item
- Expanded = False
- FieldName = 'Category'
- Width = 70
- Visible = True
- end
- item
- Expanded = False
- FieldName = 'Artist'
- Width = 90
- Visible = True
- end
- item
- Expanded = False
- FieldName = 'DiscTitle'
- Width = 160
- Visible = True
- end
- item
- Expanded = False
- FieldName = 'DiscExtData'
- Width = 180
- Visible = True
- end>
- end
- object Back: TBitBtn
- Left = 204
- Top = 245
- Width = 75
- Height = 25
- Caption = '&Back'
- TabOrder = 3
- OnClick = BackClick
- end
- object Accept: TBitBtn
- Left = 285
- Top = 245
- Width = 75
- Height = 25
- Caption = '&Accept'
- TabOrder = 4
- OnClick = AcceptClick
- end
- object Reject: TBitBtn
- Left = 367
- Top = 245
- Width = 75
- Height = 25
- Caption = '&Reject'
- TabOrder = 5
- OnClick = RejectClick
- end
- object Finish: TBitBtn
- Left = 448
- Top = 245
- Width = 75
- Height = 25
- Caption = '&Done'
- TabOrder = 6
- OnClick = FinishClick
- end
- object StatusPanel: TPanel
- Left = 88
- Top = 4
- Width = 353
- Height = 73
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Ctl3D = False
- ParentCtl3D = False
- TabOrder = 7
- object StatusLabel: TLabel
- Left = 0
- Top = 0
- Width = 269
- Height = 71
- Align = alLeft
- AutoSize = False
- WordWrap = True
- end
- end
- object Animate: TAnimate
- Left = 4
- Top = 4
- Width = 80
- Height = 50
- Active = False
- CommonAVI = aviFindFolder
- StopFrame = 29
- end
- object Stop: TButton
- Left = 448
- Top = 36
- Width = 75
- Height = 25
- Caption = '&Stop'
- TabOrder = 1
- OnClick = StopClick
- end
- object DontSearchCheck: TCheckBox
- Left = 5
- Top = 84
- Width = 506
- Height = 17
- Caption = 'Do not search again for discs that were not found this time.'
- TabOrder = 9
- end
- object DataSource: TDataSource
- Left = 49
- Top = 191
- end
- object Translator: TFormTranslator
- Table.Strings = (
- '&Matches found:;&Albumes encontrados:;A&lbums trouv�s:'
- '&Connect;&Conectar;&Connecter'
- '&Back;&Precedente;&Pr�c�dent'
- '&Accept;&Aceptar;&Accepter'
- '&Reject;&Rechazar;&Refuser'
- '&Done;Ap&licar;&Appliquer'
- '&Stop;D&etener;Arr�&ter'
- 'CDDB'
-
- 'Do not search again for discs that were not found this time.;No ' +
- 'buscar otra vez los discos que no fueron encontrados.;Ne pas rec' +
- 'hercher � nouveau les disques qui n'#39'ont pas �t� trouv�s.')
- Properties.Strings = (
- 'Caption'
- 'Text'
- 'Hint')
- Language = 0
- ChangeFont = False
- ParentFont = False
- Left = 77
- Top = 191
- end
- end
-