home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Software / Freeware / programare / bass / Delphi / 3dTest / DTMain.dfm / DTMain.txt
Encoding:
Text File  |  2003-10-19  |  4.9 KB  |  257 lines

  1. object Form1: TForm1
  2.   Left = 243
  3.   Top = 183
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'BASS - 3D Test'
  7.   ClientHeight = 266
  8.   ClientWidth = 368
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnPaint = FormPaint
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel2: TBevel
  23.     Left = 176
  24.     Top = 8
  25.     Width = 185
  26.     Height = 169
  27.     Style = bsRaised
  28.   end
  29.   object Bevel3: TBevel
  30.     Left = 184
  31.     Top = 16
  32.     Width = 169
  33.     Height = 153
  34.   end
  35.   object GroupBox1: TGroupBox
  36.     Left = 8
  37.     Top = 0
  38.     Width = 161
  39.     Height = 201
  40.     Caption = 'Channels (sample/music)'
  41.     TabOrder = 0
  42.     object Bevel1: TBevel
  43.       Left = 1
  44.       Top = 151
  45.       Width = 160
  46.       Height = 9
  47.       Shape = bsTopLine
  48.     end
  49.     object ListBox1: TListBox
  50.       Left = 8
  51.       Top = 16
  52.       Width = 145
  53.       Height = 73
  54.       ItemHeight = 13
  55.       TabOrder = 0
  56.       OnClick = ListBox1Click
  57.       OnKeyDown = ListBox1KeyDown
  58.     end
  59.     object Button1: TButton
  60.       Left = 8
  61.       Top = 96
  62.       Width = 68
  63.       Height = 20
  64.       Caption = 'Add...'
  65.       TabOrder = 1
  66.       OnClick = Button1Click
  67.     end
  68.     object Button2: TButton
  69.       Left = 85
  70.       Top = 96
  71.       Width = 68
  72.       Height = 20
  73.       Caption = 'Remove'
  74.       Enabled = False
  75.       TabOrder = 2
  76.       OnClick = Button2Click
  77.     end
  78.     object StaticText1: TStaticText
  79.       Left = 8
  80.       Top = 145
  81.       Width = 54
  82.       Height = 17
  83.       Caption = 'Movement'
  84.       TabOrder = 3
  85.     end
  86.     object RadioButton1: TRadioButton
  87.       Left = 7
  88.       Top = 157
  89.       Width = 42
  90.       Height = 17
  91.       Caption = 'Left'
  92.       Enabled = False
  93.       TabOrder = 4
  94.       OnClick = RadioButton1Click
  95.     end
  96.     object RadioButton2: TRadioButton
  97.       Left = 60
  98.       Top = 157
  99.       Width = 50
  100.       Height = 17
  101.       Caption = 'Right'
  102.       Enabled = False
  103.       TabOrder = 5
  104.       OnClick = RadioButton2Click
  105.     end
  106.     object RadioButton3: TRadioButton
  107.       Left = 109
  108.       Top = 157
  109.       Width = 42
  110.       Height = 17
  111.       Caption = 'Front'
  112.       Enabled = False
  113.       TabOrder = 6
  114.       OnClick = RadioButton3Click
  115.     end
  116.     object RadioButton4: TRadioButton
  117.       Left = 7
  118.       Top = 175
  119.       Width = 58
  120.       Height = 17
  121.       Caption = 'Behind'
  122.       Enabled = False
  123.       TabOrder = 7
  124.       OnClick = RadioButton4Click
  125.     end
  126.     object RadioButton5: TRadioButton
  127.       Left = 109
  128.       Top = 175
  129.       Width = 50
  130.       Height = 17
  131.       Caption = 'None'
  132.       Enabled = False
  133.       TabOrder = 8
  134.       OnClick = RadioButton5Click
  135.     end
  136.   end
  137.   object Button3: TButton
  138.     Left = 16
  139.     Top = 122
  140.     Width = 68
  141.     Height = 20
  142.     Caption = 'Play'
  143.     Enabled = False
  144.     TabOrder = 1
  145.     OnClick = Button3Click
  146.   end
  147.   object Button4: TButton
  148.     Left = 93
  149.     Top = 122
  150.     Width = 68
  151.     Height = 20
  152.     Caption = 'Stop'
  153.     Enabled = False
  154.     TabOrder = 2
  155.     OnClick = Button4Click
  156.   end
  157.   object GroupBox2: TGroupBox
  158.     Left = 8
  159.     Top = 208
  160.     Width = 161
  161.     Height = 49
  162.     Caption = 'EAX environment'
  163.     TabOrder = 3
  164.     object ComboBox1: TComboBox
  165.       Left = 8
  166.       Top = 16
  167.       Width = 145
  168.       Height = 21
  169.       Style = csDropDownList
  170.       Enabled = False
  171.       ItemHeight = 13
  172.       TabOrder = 0
  173.       OnChange = ComboBox1Change
  174.       Items.Strings = (
  175.         'Off'
  176.         'Generic'
  177.         'Padded Cell'
  178.         'Room'
  179.         'Bathroom'
  180.         'Living Room'
  181.         'Stone Room'
  182.         'Auditorium'
  183.         'Concert Hall'
  184.         'Cave'
  185.         'Arena'
  186.         'Hangar'
  187.         'Carpeted Hallway'
  188.         'Hallway'
  189.         'Stone Corridor'
  190.         'Alley'
  191.         'Forrest'
  192.         'City'
  193.         'Mountains'
  194.         'Quarry'
  195.         'Plain'
  196.         'Parking Lot'
  197.         'Sewer Pipe'
  198.         'Under Water'
  199.         'Drugged'
  200.         'Dizzy'
  201.         'Psychotic')
  202.     end
  203.   end
  204.   object GroupBox3: TGroupBox
  205.     Left = 176
  206.     Top = 221
  207.     Width = 185
  208.     Height = 35
  209.     Caption = 'RollOff factor'
  210.     TabOrder = 4
  211.     object ScrollBar1: TTrackBar
  212.       Left = 8
  213.       Top = 16
  214.       Width = 169
  215.       Height = 13
  216.       Min = -10
  217.       TabOrder = 0
  218.       ThumbLength = 10
  219.       TickMarks = tmBoth
  220.       TickStyle = tsNone
  221.     end
  222.   end
  223.   object GroupBox4: TGroupBox
  224.     Left = 176
  225.     Top = 181
  226.     Width = 185
  227.     Height = 35
  228.     Caption = 'Doppler factor'
  229.     TabOrder = 5
  230.     object ScrollBar2: TTrackBar
  231.       Left = 8
  232.       Top = 16
  233.       Width = 169
  234.       Height = 13
  235.       Max = 6
  236.       Min = -6
  237.       TabOrder = 0
  238.       ThumbLength = 10
  239.       TickMarks = tmBoth
  240.       TickStyle = tsNone
  241.     end
  242.   end
  243.   object Timer1: TTimer
  244.     Interval = 50
  245.     OnTimer = Timer1Timer
  246.     Left = 320
  247.     Top = 24
  248.   end
  249.   object OpenDialog1: TOpenDialog
  250.     Filter = 
  251.       'wav/mo3/xm/mod/s3m/it/mtm|*.wav;*.mo3;*.xm;*.mod;*.s3m;*.it;*.mt' +
  252.       'm|All files|*.*'
  253.     Left = 320
  254.     Top = 56
  255.   end
  256. end
  257.