home *** CD-ROM | disk | FTP | other *** search
- object Form11: TForm11
- Left = 102
- Top = 126
- BorderStyle = bsDialog
- Caption = 'Digital filter bank'
- ClientHeight = 185
- ClientWidth = 331
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 232
- Top = 112
- Width = 78
- Height = 49
- Picture.Data = {<image001.bmp>}
- Stretch = True
- end
- object ListBox1: TListBox
- Left = 16
- Top = 16
- Width = 193
- Height = 153
- ItemHeight = 13
- Items.Strings = (
- '1.-Low pass filter 2 K'
- '2.-Low pass filter 5K'
- '3.-Low pass filter 10 K'
- '4.-High pass filter 60 Hz'
- '5.-High pass filter 100Hz'
- '6.-High pass filter 1 K'
- '7.-Band pass filter 100-5K'
- '8.-Bass Boost'
- '9.-Bass Cut'
- '10.-Treble Boost'
- '11.-Treble Cut'
- '12.-High Boost'
- '13.-High Cut')
- TabOrder = 0
- OnClick = ListBox1Click
- end
- object Button1: TButton
- Left = 232
- Top = 32
- Width = 75
- Height = 25
- Caption = '&OK'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 232
- Top = 72
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-