home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / Xenon / ModBass / Delphi / DspTest / DTMain.dfm / DTMain.txt
Encoding:
Text File  |  2000-02-19  |  1.2 KB  |  63 lines

  1. object Form1: TForm1
  2.   Left = 194
  3.   Top = 118
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'BASS simple DSP Test'
  7.   ClientHeight = 80
  8.   ClientWidth = 300
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button1: TButton
  20.     Left = 8
  21.     Top = 8
  22.     Width = 284
  23.     Height = 23
  24.     Caption = 'click here to open a file...'
  25.     TabOrder = 0
  26.     OnClick = Button1Click
  27.   end
  28.   object CheckBox1: TCheckBox
  29.     Left = 60
  30.     Top = 48
  31.     Width = 57
  32.     Height = 17
  33.     Caption = 'rotate'
  34.     TabOrder = 1
  35.     OnClick = CheckBox1Click
  36.   end
  37.   object CheckBox2: TCheckBox
  38.     Left = 120
  39.     Top = 48
  40.     Width = 49
  41.     Height = 17
  42.     Caption = 'echo'
  43.     TabOrder = 2
  44.     OnClick = CheckBox2Click
  45.   end
  46.   object CheckBox3: TCheckBox
  47.     Left = 180
  48.     Top = 48
  49.     Width = 57
  50.     Height = 17
  51.     Caption = 'flanger'
  52.     TabOrder = 3
  53.     OnClick = CheckBox3Click
  54.   end
  55.   object OpenDialog1: TOpenDialog
  56.     Filter = 
  57.       'playable files|*.mo3;*.xm;*.mod;*.s3m;*.it;*.mtm;*.mp3;*.wav|All' +
  58.       ' files|*.*'
  59.     Left = 264
  60.     Top = 40
  61.   end
  62. end
  63.