home *** CD-ROM | disk | FTP | other *** search
- object CDDBBrowseForm: TCDDBBrowseForm
- Left = 352
- Top = 330
- Width = 643
- Height = 372
- ActiveControl = SearchEdit
- Caption = 'Browse Database'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poDefault
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object BackPanel1: TPanel
- Left = 0
- Top = 0
- Width = 635
- Height = 129
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 9
- Width = 70
- Height = 13
- AutoSize = False
- Caption = 'Search topic:'
- end
- object Label2: TLabel
- Left = 8
- Top = 78
- Width = 70
- Height = 13
- AutoSize = False
- Caption = 'Search for:'
- end
- object CDTitleLabel: TLabel
- Left = 80
- Top = 100
- Width = 265
- Height = 27
- AutoSize = False
- Caption = '(Unknown)'
- ShowAccelChar = False
- WordWrap = True
- end
- object Label3: TLabel
- Left = 8
- Top = 55
- Width = 70
- Height = 13
- AutoSize = False
- Caption = 'Filename:'
- end
- object Label4: TLabel
- Left = 8
- Top = 33
- Width = 70
- Height = 13
- AutoSize = False
- Caption = 'Track name:'
- end
- object Label5: TLabel
- Left = 8
- Top = 99
- Width = 70
- Height = 13
- AutoSize = False
- Caption = 'CD Title:'
- end
- object Panel1: TPanel
- Left = 80
- Top = 0
- Width = 297
- Height = 97
- BevelOuter = bvNone
- TabOrder = 0
- object SearchBtn: TButton
- Left = 185
- Top = 5
- Width = 80
- Height = 23
- HelpContext = 212
- Caption = '&Search'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = SearchBtnClick
- end
- object SearchEdit: TEdit
- Left = 0
- Top = 5
- Width = 177
- Height = 21
- HelpContext = 221
- TabOrder = 0
- OnChange = SearchEditChange
- end
- object TrackEdit: TEdit
- Left = 0
- Top = 29
- Width = 177
- Height = 21
- HelpContext = 231
- TabOrder = 1
- OnChange = SearchEditChange
- end
- object NextBtn: TButton
- Left = 185
- Top = 33
- Width = 80
- Height = 23
- HelpContext = 241
- Caption = '&Next'
- Enabled = False
- TabOrder = 6
- OnClick = NextBtnClick
- end
- object FileNameEdit: TEdit
- Left = 0
- Top = 53
- Width = 177
- Height = 21
- HelpContext = 250
- TabOrder = 2
- end
- object StopBtn: TButton
- Left = 185
- Top = 60
- Width = 80
- Height = 23
- HelpContext = 260
- Caption = 'S&top'
- TabOrder = 7
- OnClick = StopBtnClick
- end
- object SearchDiscIDBtn: TRadioButton
- Left = 48
- Top = 78
- Width = 65
- Height = 17
- HelpContext = 270
- Caption = 'Disc ID'
- TabOrder = 3
- end
- object SearchTitleBtn: TRadioButton
- Left = 0
- Top = 78
- Width = 49
- Height = 17
- HelpContext = 280
- Caption = 'Title'
- Checked = True
- TabOrder = 4
- TabStop = True
- end
- end
- end
- object StatusBar: TStatusBar
- Left = 0
- Top = 326
- Width = 635
- Height = 19
- Panels = <
- item
- Width = 200
- end
- item
- Text = 'Filename'
- Width = 100
- end
- item
- Width = 50
- end>
- SimplePanel = False
- end
- object SearchListView: TListView
- Left = 0
- Top = 129
- Width = 635
- Height = 197
- HelpContext = 290
- Align = alClient
- Columns = <
- item
- Caption = 'Title'
- Width = 250
- end
- item
- Alignment = taRightJustify
- Caption = 'Track number'
- Width = 80
- end>
- ColumnClick = False
- HideSelection = False
- ReadOnly = True
- SmallImages = PopupMenuModule.SmallCustomImageList
- TabOrder = 2
- ViewStyle = vsReport
- end
- end
-