home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 July / PCWorld_2000-07_cd.bin / Software / TemaCD / waveflow / waveflow.exe / 0 / RCDATA / TFORM15 / TFORM15.txt < prev   
Text File  |  2000-05-05  |  6KB  |  293 lines

  1. object Form15: TForm15
  2.   Left = 69
  3.   Top = 79
  4.   BorderStyle = bsDialog
  5.   Caption = 'Reverb'
  6.   ClientHeight = 282
  7.   ClientWidth = 507
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 352
  19.     Top = 20
  20.     Width = 38
  21.     Height = 13
  22.     Caption = '&Reverb:'
  23.     FocusControl = ListBox1
  24.   end
  25.   object Label2: TLabel
  26.     Left = 16
  27.     Top = 55
  28.     Width = 55
  29.     Height = 13
  30.     Caption = '&Initial delay:'
  31.     FocusControl = TrackBar1
  32.     WordWrap = True
  33.   end
  34.   object Label3: TLabel
  35.     Left = 16
  36.     Top = 85
  37.     Width = 66
  38.     Height = 13
  39.     Caption = 'Re&verb delay:'
  40.     FocusControl = TrackBar2
  41.     WordWrap = True
  42.   end
  43.   object Label4: TLabel
  44.     Left = 274
  45.     Top = 48
  46.     Width = 33
  47.     Height = 22
  48.     Caption = '0ms'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clNavy
  51.     Font.Height = -19
  52.     Font.Name = 'Times New Roman'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.   end
  56.   object Label5: TLabel
  57.     Left = 274
  58.     Top = 80
  59.     Width = 33
  60.     Height = 22
  61.     Caption = '0ms'
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clNavy
  64.     Font.Height = -19
  65.     Font.Name = 'Times New Roman'
  66.     Font.Style = [fsBold]
  67.     ParentFont = False
  68.   end
  69.   object Label6: TLabel
  70.     Left = 16
  71.     Top = 128
  72.     Width = 38
  73.     Height = 13
  74.     Caption = '&Density:'
  75.     FocusControl = ListBox1
  76.     WordWrap = True
  77.   end
  78.   object Label8: TLabel
  79.     Left = 16
  80.     Top = 23
  81.     Width = 60
  82.     Height = 13
  83.     Caption = 'Reverb &time:'
  84.     FocusControl = TrackBar4
  85.     WordWrap = True
  86.   end
  87.   object Label9: TLabel
  88.     Left = 272
  89.     Top = 17
  90.     Width = 53
  91.     Height = 22
  92.     Caption = '100ms'
  93.     Font.Charset = DEFAULT_CHARSET
  94.     Font.Color = clNavy
  95.     Font.Height = -19
  96.     Font.Name = 'Times New Roman'
  97.     Font.Style = [fsBold]
  98.     ParentFont = False
  99.   end
  100.   object Label10: TLabel
  101.     Left = 16
  102.     Top = 167
  103.     Width = 38
  104.     Height = 13
  105.     Caption = '&Original:'
  106.     FocusControl = TrackBar5
  107.     WordWrap = True
  108.   end
  109.   object Label11: TLabel
  110.     Left = 276
  111.     Top = 160
  112.     Width = 28
  113.     Height = 22
  114.     Caption = '0%'
  115.     Font.Charset = DEFAULT_CHARSET
  116.     Font.Color = clNavy
  117.     Font.Height = -19
  118.     Font.Name = 'Times New Roman'
  119.     Font.Style = [fsBold]
  120.     ParentFont = False
  121.   end
  122.   object Label12: TLabel
  123.     Left = 16
  124.     Top = 197
  125.     Width = 38
  126.     Height = 13
  127.     Caption = 'Rever&b:'
  128.     FocusControl = TrackBar6
  129.     WordWrap = True
  130.   end
  131.   object Label13: TLabel
  132.     Left = 276
  133.     Top = 192
  134.     Width = 28
  135.     Height = 22
  136.     Caption = '0%'
  137.     Font.Charset = DEFAULT_CHARSET
  138.     Font.Color = clNavy
  139.     Font.Height = -19
  140.     Font.Name = 'Times New Roman'
  141.     Font.Style = [fsBold]
  142.     ParentFont = False
  143.   end
  144.   object ListBox1: TListBox
  145.     Left = 352
  146.     Top = 40
  147.     Width = 137
  148.     Height = 97
  149.     ItemHeight = 13
  150.     Items.Strings = (
  151.       'Big empty room'
  152.       'Small empty room'
  153.       'Church'
  154.       'Theater'
  155.       'Pipe')
  156.     TabOrder = 0
  157.     OnClick = ListBox1Click
  158.   end
  159.   object Button1: TButton
  160.     Left = 164
  161.     Top = 245
  162.     Width = 75
  163.     Height = 25
  164.     Caption = '&OK'
  165.     TabOrder = 1
  166.     OnClick = Button1Click
  167.   end
  168.   object Button2: TButton
  169.     Left = 268
  170.     Top = 245
  171.     Width = 75
  172.     Height = 25
  173.     Cancel = True
  174.     Caption = '&Cancel'
  175.     TabOrder = 2
  176.     OnClick = Button2Click
  177.   end
  178.   object TrackBar1: TTrackBar
  179.     Left = 88
  180.     Top = 48
  181.     Width = 169
  182.     Height = 33
  183.     Max = 50
  184.     Orientation = trHorizontal
  185.     Frequency = 10
  186.     Position = 0
  187.     SelEnd = 0
  188.     SelStart = 0
  189.     TabOrder = 3
  190.     TickMarks = tmBottomRight
  191.     TickStyle = tsAuto
  192.     OnChange = TrackBar1Change
  193.   end
  194.   object TrackBar2: TTrackBar
  195.     Left = 88
  196.     Top = 80
  197.     Width = 169
  198.     Height = 33
  199.     Max = 50
  200.     Orientation = trHorizontal
  201.     Frequency = 10
  202.     Position = 0
  203.     SelEnd = 0
  204.     SelStart = 0
  205.     TabOrder = 4
  206.     TickMarks = tmBottomRight
  207.     TickStyle = tsAuto
  208.     OnChange = TrackBar2Change
  209.   end
  210.   object TrackBar4: TTrackBar
  211.     Left = 88
  212.     Top = 17
  213.     Width = 169
  214.     Height = 33
  215.     Ctl3D = True
  216.     Max = 3000
  217.     Orientation = trHorizontal
  218.     ParentCtl3D = False
  219.     PageSize = 1
  220.     Frequency = 500
  221.     Position = 0
  222.     SelEnd = 0
  223.     SelStart = 0
  224.     TabOrder = 5
  225.     TickMarks = tmBottomRight
  226.     TickStyle = tsAuto
  227.     OnChange = TrackBar4Change
  228.   end
  229.   object TrackBar5: TTrackBar
  230.     Left = 88
  231.     Top = 160
  232.     Width = 169
  233.     Height = 33
  234.     Max = 100
  235.     Orientation = trHorizontal
  236.     Frequency = 10
  237.     Position = 0
  238.     SelEnd = 0
  239.     SelStart = 0
  240.     TabOrder = 6
  241.     TickMarks = tmBottomRight
  242.     TickStyle = tsAuto
  243.     OnChange = TrackBar5Change
  244.   end
  245.   object TrackBar6: TTrackBar
  246.     Left = 88
  247.     Top = 192
  248.     Width = 169
  249.     Height = 33
  250.     Max = 100
  251.     Orientation = trHorizontal
  252.     Frequency = 10
  253.     Position = 0
  254.     SelEnd = 0
  255.     SelStart = 0
  256.     TabOrder = 7
  257.     TickMarks = tmBottomRight
  258.     TickStyle = tsAuto
  259.     OnChange = TrackBar6Change
  260.   end
  261.   object CheckBox1: TCheckBox
  262.     Left = 352
  263.     Top = 160
  264.     Width = 97
  265.     Height = 17
  266.     Caption = '&Low pass filter'
  267.     TabOrder = 8
  268.     OnClick = CheckBox1Click
  269.   end
  270.   object CheckBox2: TCheckBox
  271.     Left = 352
  272.     Top = 192
  273.     Width = 97
  274.     Height = 17
  275.     Caption = 'Only &selection'
  276.     TabOrder = 9
  277.     OnClick = CheckBox2Click
  278.   end
  279.   object RadioGroup1: TRadioGroup
  280.     Left = 96
  281.     Top = 118
  282.     Width = 217
  283.     Height = 33
  284.     Columns = 3
  285.     Items.Strings = (
  286.       'Low'
  287.       'Medium'
  288.       'High')
  289.     TabOrder = 10
  290.     OnClick = RadioGroup1Click
  291.   end
  292. end
  293.