home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Multimedia / waveflow / waveflow.exe / 0 / RCDATA / TREVERBFRM / TREVERBFRM.txt < prev   
Text File  |  2005-05-01  |  6KB  |  321 lines

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