home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / SoundCP / scp1.exe / {app} / SCP.EXE / 0 / RCDATA / TFRMJUMPTOCDTRACK / TFRMJUMPTOCDTRACK.txt
Encoding:
Text File  |  2001-11-03  |  1.6 KB  |  78 lines

  1. object frmJumpToCDTrack: TfrmJumpToCDTrack
  2.   Left = 355
  3.   Top = 80
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Jump To CD Track'
  9.   ClientHeight = 375
  10.   ClientWidth = 370
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   FormStyle = fsStayOnTop
  18.   OldCreateOrder = False
  19.   Position = poDesktopCenter
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object cmdCancel: TButton
  25.     Left = 290
  26.     Top = 346
  27.     Width = 75
  28.     Height = 25
  29.     Cancel = True
  30.     Caption = '&Cancel'
  31.     TabOrder = 2
  32.     OnClick = cmdCancelClick
  33.   end
  34.   object groupSearchForText: TGroupBox
  35.     Left = 4
  36.     Top = 4
  37.     Width = 361
  38.     Height = 45
  39.     Caption = 'Search For Text'
  40.     TabOrder = 0
  41.     object txtSearchForText: TEdit
  42.       Left = 8
  43.       Top = 16
  44.       Width = 345
  45.       Height = 21
  46.       TabOrder = 0
  47.       OnKeyPress = txtSearchForTextKeyPress
  48.       OnKeyUp = txtSearchForTextKeyUp
  49.     end
  50.   end
  51.   object groupTracks: TGroupBox
  52.     Left = 4
  53.     Top = 52
  54.     Width = 361
  55.     Height = 289
  56.     Caption = 'Tracks'
  57.     TabOrder = 1
  58.     object lstTrackNames: TListBox
  59.       Left = 8
  60.       Top = 16
  61.       Width = 345
  62.       Height = 265
  63.       ItemHeight = 13
  64.       TabOrder = 0
  65.       OnDblClick = lstTrackNamesDblClick
  66.     end
  67.   end
  68.   object lstTrackNumbers: TListBox
  69.     Left = 8
  70.     Top = 344
  71.     Width = 69
  72.     Height = 29
  73.     ItemHeight = 13
  74.     TabOrder = 3
  75.     Visible = False
  76.   end
  77. end
  78.