home *** CD-ROM | disk | FTP | other *** search
- object Form11: TForm11
- Left = 102
- Top = 126
- BorderStyle = bsDialog
- Caption = 'Digital filter bank'
- ClientHeight = 206
- ClientWidth = 331
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 339
- Height = 27
- Stretch = True
- end
- object Image3: TImage
- Left = 171
- Top = 0
- Width = 160
- Height = 206
- Align = alRight
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object Image2: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image002.bmp>}
- Transparent = True
- end
- object ListBox1: TListBox
- Left = 8
- Top = 48
- Width = 231
- 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
- OnDblClick = Button1Click
- end
- object Button1: TButton
- Left = 248
- Top = 152
- Width = 75
- Height = 25
- Caption = '&OK'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 248
- Top = 177
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-