home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 April / april_2000.iso / Multimedia / Audio / WaveFlow / waveflow.exe / 0 / RCDATA / TFORM11 / TFORM11.txt < prev   
Encoding:
Text File  |  1999-11-24  |  1.4 KB  |  68 lines

  1. object Form11: TForm11
  2.   Left = 102
  3.   Top = 126
  4.   BorderStyle = bsDialog
  5.   Caption = 'Digital filter bank'
  6.   ClientHeight = 185
  7.   ClientWidth = 331
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 232
  19.     Top = 112
  20.     Width = 78
  21.     Height = 49
  22.     Picture.Data = {<image001.bmp>}
  23.     Stretch = True
  24.   end
  25.   object ListBox1: TListBox
  26.     Left = 16
  27.     Top = 16
  28.     Width = 193
  29.     Height = 153
  30.     ItemHeight = 13
  31.     Items.Strings = (
  32.       '1.-Low pass filter 2 K'
  33.       '2.-Low pass filter 5K'
  34.       '3.-Low pass filter 10 K'
  35.       '4.-High pass filter 60 Hz'
  36.       '5.-High pass filter 100Hz'
  37.       '6.-High pass filter 1 K'
  38.       '7.-Band pass filter 100-5K'
  39.       '8.-Bass Boost'
  40.       '9.-Bass Cut'
  41.       '10.-Treble Boost'
  42.       '11.-Treble Cut'
  43.       '12.-High Boost'
  44.       '13.-High Cut')
  45.     TabOrder = 0
  46.     OnClick = ListBox1Click
  47.   end
  48.   object Button1: TButton
  49.     Left = 232
  50.     Top = 32
  51.     Width = 75
  52.     Height = 25
  53.     Caption = '&OK'
  54.     TabOrder = 1
  55.     OnClick = Button1Click
  56.   end
  57.   object Button2: TButton
  58.     Left = 232
  59.     Top = 72
  60.     Width = 75
  61.     Height = 25
  62.     Cancel = True
  63.     Caption = '&Cancel'
  64.     TabOrder = 2
  65.     OnClick = Button2Click
  66.   end
  67. end
  68.