home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Multimedia / waveflow / waveflow.exe / 0 / RCDATA / TVYNIL2WAVFRM / TVYNIL2WAVFRM.txt
Text File  |  2005-05-01  |  2KB  |  89 lines

  1. object Vynil2WAVfrm: TVynil2WAVfrm
  2.   Left = 226
  3.   Top = 99
  4.   Width = 570
  5.   Height = 487
  6.   Hint = 'N'#250'mero de linies'
  7.   Caption = 'Vinyl2WAV'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 192
  21.     Top = 120
  22.     Width = 32
  23.     Height = 13
  24.     Caption = 'Label1'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 24
  29.     Width = 179
  30.     Height = 13
  31.     Caption = 'Please select the Recording  Source :'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 208
  35.     Top = 216
  36.     Width = 32
  37.     Height = 13
  38.     Caption = 'Label3'
  39.   end
  40.   object Label4: TLabel
  41.     Left = 448
  42.     Top = 216
  43.     Width = 32
  44.     Height = 13
  45.     Caption = 'Label4'
  46.   end
  47.   object listaconexiones: TListBox
  48.     Left = 8
  49.     Top = 40
  50.     Width = 177
  51.     Height = 153
  52.     Hint = 'Connexions'
  53.     ItemHeight = 13
  54.     TabOrder = 0
  55.     OnClick = listaconexionesClick
  56.   end
  57.   object TrackBar1: TTrackBar
  58.     Left = 192
  59.     Top = 136
  60.     Width = 241
  61.     Height = 45
  62.     Orientation = trHorizontal
  63.     Frequency = 1
  64.     Position = 0
  65.     SelEnd = 0
  66.     SelStart = 0
  67.     TabOrder = 1
  68.     TickMarks = tmBottomRight
  69.     TickStyle = tsAuto
  70.     OnChange = TrackBar1Change
  71.   end
  72.   object ListBox1: TListBox
  73.     Left = 8
  74.     Top = 200
  75.     Width = 177
  76.     Height = 153
  77.     Hint = 'Connexions'
  78.     ItemHeight = 13
  79.     TabOrder = 2
  80.     OnClick = listaconexionesClick
  81.   end
  82.   object Timer1: TTimer
  83.     Interval = 300
  84.     OnTimer = Timer1Timer
  85.     Left = 432
  86.     Top = 104
  87.   end
  88. end
  89.