home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 October / PCWorld_2002-10_cd.bin / Software / TemaCD / waveflow / waveflow.exe / 0 / RCDATA / TFORM15 / TFORM15.txt < prev   
Encoding:
Text File  |  2002-08-18  |  6.1 KB  |  326 lines

  1. object Form15: TForm15
  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.     ThumbLength = 20
  219.     TickMarks = tmBottomRight
  220.     TickStyle = tsAuto
  221.     OnChange = TrackBar1Change
  222.   end
  223.   object TrackBar2: TTrackBar
  224.     Left = 73
  225.     Top = 112
  226.     Width = 169
  227.     Height = 33
  228.     Max = 50
  229.     Orientation = trHorizontal
  230.     Frequency = 10
  231.     Position = 0
  232.     SelEnd = 0
  233.     SelStart = 0
  234.     TabOrder = 4
  235.     ThumbLength = 20
  236.     TickMarks = tmBottomRight
  237.     TickStyle = tsAuto
  238.     OnChange = TrackBar2Change
  239.   end
  240.   object TrackBar4: TTrackBar
  241.     Left = 73
  242.     Top = 49
  243.     Width = 169
  244.     Height = 33
  245.     Ctl3D = True
  246.     Max = 3000
  247.     Orientation = trHorizontal
  248.     ParentCtl3D = False
  249.     PageSize = 1
  250.     Frequency = 500
  251.     Position = 0
  252.     SelEnd = 0
  253.     SelStart = 0
  254.     TabOrder = 5
  255.     ThumbLength = 20
  256.     TickMarks = tmBottomRight
  257.     TickStyle = tsAuto
  258.     OnChange = TrackBar4Change
  259.   end
  260.   object TrackBar5: TTrackBar
  261.     Left = 73
  262.     Top = 192
  263.     Width = 169
  264.     Height = 33
  265.     Max = 100
  266.     Orientation = trHorizontal
  267.     Frequency = 10
  268.     Position = 0
  269.     SelEnd = 0
  270.     SelStart = 0
  271.     TabOrder = 6
  272.     ThumbLength = 20
  273.     TickMarks = tmBottomRight
  274.     TickStyle = tsAuto
  275.     OnChange = TrackBar5Change
  276.   end
  277.   object TrackBar6: TTrackBar
  278.     Left = 73
  279.     Top = 224
  280.     Width = 169
  281.     Height = 33
  282.     Max = 100
  283.     Orientation = trHorizontal
  284.     Frequency = 10
  285.     Position = 0
  286.     SelEnd = 0
  287.     SelStart = 0
  288.     TabOrder = 7
  289.     ThumbLength = 20
  290.     TickMarks = tmBottomRight
  291.     TickStyle = tsAuto
  292.     OnChange = TrackBar6Change
  293.   end
  294.   object CheckBox1: TCheckBox
  295.     Left = 304
  296.     Top = 151
  297.     Width = 97
  298.     Height = 17
  299.     Caption = '&Low pass filter'
  300.     TabOrder = 8
  301.     OnClick = CheckBox1Click
  302.   end
  303.   object CheckBox2: TCheckBox
  304.     Left = 304
  305.     Top = 167
  306.     Width = 97
  307.     Height = 17
  308.     Caption = 'Only &selection'
  309.     TabOrder = 9
  310.     OnClick = CheckBox2Click
  311.   end
  312.   object RadioGroup1: TRadioGroup
  313.     Left = 81
  314.     Top = 148
  315.     Width = 200
  316.     Height = 33
  317.     Columns = 3
  318.     Items.Strings = (
  319.       'Low'
  320.       'Medium'
  321.       'High')
  322.     TabOrder = 10
  323.     OnClick = RadioGroup1Click
  324.   end
  325. end
  326.