home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 October / PCWorld_2002-10_cd.bin / Software / TemaCD / waveflow / waveflow.exe / 0 / RCDATA / TFORM11 / TFORM11.txt < prev   
Encoding:
Text File  |  2002-08-18  |  1.8 KB  |  90 lines

  1. object Form11: TForm11
  2.   Left = 102
  3.   Top = 126
  4.   BorderStyle = bsDialog
  5.   Caption = 'Digital filter bank'
  6.   ClientHeight = 206
  7.   ClientWidth = 331
  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.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 339
  24.     Height = 27
  25.     Stretch = True
  26.   end
  27.   object Image3: TImage
  28.     Left = 171
  29.     Top = 0
  30.     Width = 160
  31.     Height = 206
  32.     Align = alRight
  33.     AutoSize = True
  34.     Picture.Data = {<image001.bmp>}
  35.     Transparent = True
  36.   end
  37.   object Image2: TImage
  38.     Left = 8
  39.     Top = 8
  40.     Width = 32
  41.     Height = 32
  42.     AutoSize = True
  43.     Picture.Data = {<image002.bmp>}
  44.     Transparent = True
  45.   end
  46.   object ListBox1: TListBox
  47.     Left = 8
  48.     Top = 48
  49.     Width = 231
  50.     Height = 153
  51.     ItemHeight = 13
  52.     Items.Strings = (
  53.       '1.-Low pass filter 2 K'
  54.       '2.-Low pass filter 5K'
  55.       '3.-Low pass filter 10 K'
  56.       '4.-High pass filter 60 Hz'
  57.       '5.-High pass filter 100Hz'
  58.       '6.-High pass filter 1 K'
  59.       '7.-Band pass filter 100-5K'
  60.       '8.-Bass Boost'
  61.       '9.-Bass Cut'
  62.       '10.-Treble Boost'
  63.       '11.-Treble Cut'
  64.       '12.-High Boost'
  65.       '13.-High Cut')
  66.     TabOrder = 0
  67.     OnClick = ListBox1Click
  68.     OnDblClick = Button1Click
  69.   end
  70.   object Button1: TButton
  71.     Left = 248
  72.     Top = 152
  73.     Width = 75
  74.     Height = 25
  75.     Caption = '&OK'
  76.     TabOrder = 1
  77.     OnClick = Button1Click
  78.   end
  79.   object Button2: TButton
  80.     Left = 248
  81.     Top = 177
  82.     Width = 75
  83.     Height = 25
  84.     Cancel = True
  85.     Caption = '&Cancel'
  86.     TabOrder = 2
  87.     OnClick = Button2Click
  88.   end
  89. end
  90.