home *** CD-ROM | disk | FTP | other *** search
- object fmNewCD: TfmNewCD
- Left = 192
- Top = 73
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'New CD Detected'
- ClientHeight = 419
- ClientWidth = 407
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 357
- Height = 29
- AutoSize = False
- Caption =
- 'This appears to be a new CD. You have several choices of action' +
- ':'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object Label2: TLabel
- Left = 20
- Top = 61
- Width = 281
- Height = 32
- Caption =
- '1. You can manually enter the CD info yourself. Begin by enter' +
- 'ing the disc title then click Okay'
- WordWrap = True
- end
- object Label4: TLabel
- Left = 20
- Top = 324
- Width = 325
- Height = 32
- Caption =
- '3. If this is not an Audio CD or you don'#39't want to play this CD ' +
- 'now, click Ignore CD'
- WordWrap = True
- end
- object Bevel1: TBevel
- Left = 12
- Top = 48
- Width = 385
- Height = 97
- Shape = bsFrame
- end
- object Bevel2: TBevel
- Left = 12
- Top = 188
- Width = 385
- Height = 113
- Shape = bsFrame
- end
- object Bevel3: TBevel
- Left = 12
- Top = 312
- Width = 385
- Height = 93
- Shape = bsFrame
- end
- object Label3: TLabel
- Left = 20
- Top = 200
- Width = 336
- Height = 48
- Caption =
- '2. If you have an internet connection and you are not behind a f' +
- 'irewall, you can look up the disc and track titles by connecting' +
- ' to the internet CD database (CDDB)'
- WordWrap = True
- end
- object edTitle: TEdit
- Left = 28
- Top = 107
- Width = 285
- Height = 25
- AutoSize = False
- TabOrder = 0
- end
- object cbOpen: TCheckBox
- Left = 28
- Top = 153
- Width = 345
- Height = 25
- Caption = '&Open a new play list and link it to this CD (for 1. and 2.)'
- TabOrder = 2
- end
- object bOk: TButton
- Left = 320
- Top = 108
- Width = 65
- Height = 25
- Caption = 'O&kay'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = bOkClick
- end
- object Button1: TButton
- Left = 25
- Top = 368
- Width = 356
- Height = 25
- Caption = '&Ignore CD'
- ModalResult = 5
- TabOrder = 4
- end
- object bCDDB: TButton
- Left = 28
- Top = 264
- Width = 349
- Height = 25
- Caption = 'CDDB lookup (requires internet connection)'
- ModalResult = 4
- TabOrder = 3
- end
- end
-