home *** CD-ROM | disk | FTP | other *** search
- object frmJumpToCDTrack: TfrmJumpToCDTrack
- Left = 355
- Top = 80
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Jump To CD Track'
- ClientHeight = 375
- ClientWidth = 370
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poDesktopCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object cmdCancel: TButton
- Left = 290
- Top = 346
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = cmdCancelClick
- end
- object groupSearchForText: TGroupBox
- Left = 4
- Top = 4
- Width = 361
- Height = 45
- Caption = 'Search For Text'
- TabOrder = 0
- object txtSearchForText: TEdit
- Left = 8
- Top = 16
- Width = 345
- Height = 21
- TabOrder = 0
- OnKeyPress = txtSearchForTextKeyPress
- OnKeyUp = txtSearchForTextKeyUp
- end
- end
- object groupTracks: TGroupBox
- Left = 4
- Top = 52
- Width = 361
- Height = 289
- Caption = 'Tracks'
- TabOrder = 1
- object lstTrackNames: TListBox
- Left = 8
- Top = 16
- Width = 345
- Height = 265
- ItemHeight = 13
- TabOrder = 0
- OnDblClick = lstTrackNamesDblClick
- end
- end
- object lstTrackNumbers: TListBox
- Left = 8
- Top = 344
- Width = 69
- Height = 29
- ItemHeight = 13
- TabOrder = 3
- Visible = False
- end
- end
-