home *** CD-ROM | disk | FTP | other *** search
/ Chip: Hang es video / CHIP_ZENESZERKESZTO_2005.ISO / audio_1 / Bitmawaves / BW.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  2003-03-23  |  62.6 KB  |  2,409 lines

  1. object Form1: TForm1
  2.   Left = 174
  3.   Top = 129
  4.   Width = 584
  5.   Height = 475
  6.   Caption = 'Bitmaps & Waves 3.5'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Scaled = False
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnResize = FormResize
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 321
  24.     Height = 441
  25.     Align = alLeft
  26.     TabOrder = 0
  27.     object SrcPageControl: TPageControl
  28.       Left = 1
  29.       Top = 1
  30.       Width = 319
  31.       Height = 216
  32.       ActivePage = SrcTabSheetOne
  33.       Align = alTop
  34.       TabOrder = 0
  35.       object SrcTabSheetOne: TTabSheet
  36.         Caption = 'Source'
  37.         TabVisible = False
  38.         object SrcImage: TImage
  39.           Left = 0
  40.           Top = 0
  41.           Width = 311
  42.           Height = 206
  43.           Align = alClient
  44.           Stretch = True
  45.           OnDblClick = ResImageDblClick
  46.         end
  47.       end
  48.       object SrcTabSheetTwo: TTabSheet
  49.         Caption = 'Source'
  50.         TabVisible = False
  51.         object SrcImageTwo: TImage
  52.           Left = 0
  53.           Top = 0
  54.           Width = 311
  55.           Height = 206
  56.           Align = alClient
  57.           Stretch = True
  58.         end
  59.       end
  60.     end
  61.     object ResPageControl: TPageControl
  62.       Left = 1
  63.       Top = 217
  64.       Width = 319
  65.       Height = 223
  66.       ActivePage = ResTabSheetOne
  67.       Align = alBottom
  68.       TabOrder = 1
  69.       object ResTabSheetOne: TTabSheet
  70.         Caption = 'Result'
  71.         TabVisible = False
  72.         object ResImage: TImage
  73.           Left = 0
  74.           Top = 0
  75.           Width = 311
  76.           Height = 213
  77.           Align = alClient
  78.           Stretch = True
  79.           OnDblClick = ResImageDblClick
  80.         end
  81.       end
  82.       object ResTabSheetTwo: TTabSheet
  83.         Caption = 'Result'
  84.         TabVisible = False
  85.         object ResImageTwo: TImage
  86.           Left = 0
  87.           Top = 0
  88.           Width = 311
  89.           Height = 213
  90.           Align = alClient
  91.           Stretch = True
  92.         end
  93.       end
  94.     end
  95.   end
  96.   object Panel2: TPanel
  97.     Left = 321
  98.     Top = 0
  99.     Width = 255
  100.     Height = 441
  101.     Align = alRight
  102.     Caption = 'Panel2'
  103.     TabOrder = 1
  104.     object PageControl1: TPageControl
  105.       Left = 1
  106.       Top = 1
  107.       Width = 253
  108.       Height = 296
  109.       ActivePage = InvFourieTabSheet
  110.       Align = alClient
  111.       TabOrder = 0
  112.       OnChange = PageControl1Change
  113.       object FourieTabSheet: TTabSheet
  114.         Caption = 'Fourie'
  115.         object Label1: TLabel
  116.           Left = 16
  117.           Top = 8
  118.           Width = 65
  119.           Height = 16
  120.           Caption = '&Block size'
  121.         end
  122.         object Label2: TLabel
  123.           Left = 112
  124.           Top = 8
  125.           Width = 73
  126.           Height = 16
  127.           Caption = '&Range, dB'
  128.         end
  129.         object FourieSizes: TComboBox
  130.           Left = 16
  131.           Top = 24
  132.           Width = 81
  133.           Height = 21
  134.           Style = csDropDownList
  135.           ItemHeight = 13
  136.           Items.Strings = (
  137.             '32'
  138.             '64'
  139.             '128'
  140.             '256'
  141.             '512'
  142.             '1024'
  143.             '2048'
  144.             '4096'
  145.             '8192'
  146.             '16384')
  147.           TabOrder = 0
  148.         end
  149.         object FourieLog: TCheckBox
  150.           Left = 184
  151.           Top = 24
  152.           Width = 49
  153.           Height = 17
  154.           Caption = 'L&og'
  155.           State = cbChecked
  156.           TabOrder = 3
  157.         end
  158.         object FourieRange: TEdit
  159.           Left = 112
  160.           Top = 24
  161.           Width = 41
  162.           Height = 21
  163.           TabOrder = 1
  164.           Text = '60'
  165.         end
  166.         object FourieUpDown: TUpDown
  167.           Left = 153
  168.           Top = 24
  169.           Width = 15
  170.           Height = 21
  171.           Associate = FourieRange
  172.           Min = 10
  173.           Max = 120
  174.           Increment = 10
  175.           Position = 60
  176.           TabOrder = 2
  177.           Wrap = False
  178.         end
  179.       end
  180.       object InvFourieTabSheet: TTabSheet
  181.         Caption = 'Inverse Fourie'
  182.         object Label3: TLabel
  183.           Left = 16
  184.           Top = 8
  185.           Width = 65
  186.           Height = 16
  187.           Caption = '&Block size'
  188.         end
  189.         object Label4: TLabel
  190.           Left = 120
  191.           Top = 8
  192.           Width = 73
  193.           Height = 17
  194.           Caption = '&Range, dB'
  195.         end
  196.         object Label5: TLabel
  197.           Left = 16
  198.           Top = 80
  199.           Width = 65
  200.           Height = 17
  201.           Caption = 'Sa&mpling'
  202.         end
  203.         object Label32: TLabel
  204.           Left = 120
  205.           Top = 80
  206.           Width = 69
  207.           Height = 13
  208.           Caption = '&Transpose, Hz'
  209.         end
  210.         object InvFourieLog: TCheckBox
  211.           Left = 16
  212.           Top = 56
  213.           Width = 49
  214.           Height = 17
  215.           Caption = 'L&og'
  216.           State = cbChecked
  217.           TabOrder = 3
  218.         end
  219.         object InvFourieSizes: TComboBox
  220.           Left = 16
  221.           Top = 24
  222.           Width = 81
  223.           Height = 21
  224.           Style = csDropDownList
  225.           ItemHeight = 13
  226.           Items.Strings = (
  227.             '32'
  228.             '64'
  229.             '128'
  230.             '256'
  231.             '512'
  232.             '1024'
  233.             '2048'
  234.             '4096'
  235.             '8192'
  236.             '16384')
  237.           TabOrder = 0
  238.         end
  239.         object InvFourieRange: TEdit
  240.           Left = 120
  241.           Top = 24
  242.           Width = 41
  243.           Height = 21
  244.           TabOrder = 1
  245.           Text = '60'
  246.         end
  247.         object InvFourieUpDown: TUpDown
  248.           Left = 161
  249.           Top = 24
  250.           Width = 16
  251.           Height = 21
  252.           Associate = InvFourieRange
  253.           Min = 10
  254.           Increment = 10
  255.           Position = 60
  256.           TabOrder = 2
  257.           Wrap = False
  258.         end
  259.         object InvFourieSampling: TEdit
  260.           Left = 16
  261.           Top = 96
  262.           Width = 65
  263.           Height = 21
  264.           TabOrder = 4
  265.           Text = '44100'
  266.         end
  267.         object InvFourieTransposeEdit: TEdit
  268.           Left = 120
  269.           Top = 96
  270.           Width = 65
  271.           Height = 21
  272.           Hint = 'Spectrum shift'
  273.           ParentShowHint = False
  274.           ShowHint = True
  275.           TabOrder = 5
  276.           Text = '0'
  277.         end
  278.       end
  279.       object MusicalTabSheet: TTabSheet
  280.         Caption = 'Musical'
  281.         object Label63: TLabel
  282.           Left = 16
  283.           Top = 8
  284.           Width = 43
  285.           Height = 13
  286.           Caption = 'Sampling'
  287.         end
  288.         object Label64: TLabel
  289.           Left = 120
  290.           Top = 8
  291.           Width = 73
  292.           Height = 17
  293.           Caption = '&Range, dB'
  294.         end
  295.         object Label65: TLabel
  296.           Left = 16
  297.           Top = 56
  298.           Width = 84
  299.           Height = 13
  300.           Caption = 'Lowest frequency'
  301.         end
  302.         object Label66: TLabel
  303.           Left = 120
  304.           Top = 56
  305.           Width = 33
  306.           Height = 13
  307.           Caption = 'Pack'
  308.           Font.Charset = DEFAULT_CHARSET
  309.           Font.Color = clWindowText
  310.           Font.Height = -11
  311.           Font.Name = 'MS Sans Serif'
  312.           Font.Style = []
  313.           ParentFont = False
  314.         end
  315.         object Label69: TLabel
  316.           Left = 16
  317.           Top = 104
  318.           Width = 65
  319.           Height = 13
  320.           Caption = 'Pixels/octave'
  321.         end
  322.         object MusicalLog: TCheckBox
  323.           Left = 184
  324.           Top = 24
  325.           Width = 49
  326.           Height = 17
  327.           Caption = 'L&og'
  328.           State = cbChecked
  329.           TabOrder = 0
  330.         end
  331.         object MusicalSampling: TEdit
  332.           Left = 16
  333.           Top = 24
  334.           Width = 65
  335.           Height = 21
  336.           TabOrder = 1
  337.           Text = '44100'
  338.         end
  339.         object MusicalRange: TEdit
  340.           Left = 120
  341.           Top = 24
  342.           Width = 41
  343.           Height = 21
  344.           TabOrder = 2
  345.           Text = '60'
  346.         end
  347.         object UpDown6: TUpDown
  348.           Left = 161
  349.           Top = 24
  350.           Width = 16
  351.           Height = 21
  352.           Associate = MusicalRange
  353.           Min = 10
  354.           Increment = 10
  355.           Position = 60
  356.           TabOrder = 3
  357.           Wrap = False
  358.         end
  359.         object MusicalLowest: TEdit
  360.           Left = 16
  361.           Top = 71
  362.           Width = 65
  363.           Height = 21
  364.           TabOrder = 4
  365.           Text = '55'
  366.         end
  367.         object MusicalPack: TEdit
  368.           Left = 120
  369.           Top = 71
  370.           Width = 33
  371.           Height = 21
  372.           Font.Charset = DEFAULT_CHARSET
  373.           Font.Color = clBlack
  374.           Font.Height = -11
  375.           Font.Name = 'MS Sans Serif'
  376.           Font.Style = []
  377.           ParentFont = False
  378.           TabOrder = 5
  379.           Text = '200'
  380.         end
  381.         object MusicalPixels: TComboBox
  382.           Left = 16
  383.           Top = 120
  384.           Width = 65
  385.           Height = 21
  386.           Style = csDropDownList
  387.           ItemHeight = 13
  388.           Items.Strings = (
  389.             '6'
  390.             '12'
  391.             '24'
  392.             '48')
  393.           TabOrder = 6
  394.         end
  395.       end
  396.       object StereoTabSheet: TTabSheet
  397.         Caption = 'Stereo'
  398.         object PauseLabel: TLabel
  399.           Left = 12
  400.           Top = 173
  401.           Width = 89
  402.           Height = 13
  403.           Hint = 
  404.             'Maximum random pauses to be inserted between looping short sound' +
  405.             's'
  406.           Caption = 'Random rest, s'
  407.         end
  408.         object PauseEdit: TEdit
  409.           Left = 12
  410.           Top = 192
  411.           Width = 57
  412.           Height = 21
  413.           Hint = 
  414.             'Maximum random pauses to be inserted between looping short sound' +
  415.             's'
  416.           TabOrder = 0
  417.           Text = '0'
  418.         end
  419.         object ModeRadio: TRadioGroup
  420.           Left = 124
  421.           Top = 160
  422.           Width = 113
  423.           Height = 57
  424.           Hint = 'If the sounds are of different lengths,...'
  425.           Caption = 'The shorter sound'
  426.           ItemIndex = 0
  427.           Items.Strings = (
  428.             'Loop'
  429.             'Add silence')
  430.           TabOrder = 1
  431.           OnClick = ModeRadioClick
  432.         end
  433.         object LeftEdit: TEdit
  434.           Left = 6
  435.           Top = 9
  436.           Width = 165
  437.           Height = 21
  438.           Hint = 'Left channel wave file name'
  439.           TabOrder = 2
  440.         end
  441.         object RightEdit: TEdit
  442.           Left = 6
  443.           Top = 41
  444.           Width = 165
  445.           Height = 21
  446.           Hint = 'Right channel wave file name'
  447.           TabOrder = 3
  448.         end
  449.         object LeftBrowseBtn: TButton
  450.           Left = 180
  451.           Top = 8
  452.           Width = 57
  453.           Height = 25
  454.           Hint = 'Browse for left channel sound'
  455.           Caption = 'Browse'
  456.           TabOrder = 4
  457.           OnClick = LeftBrowseBtnClick
  458.         end
  459.         object RightBrowseBtn: TButton
  460.           Left = 180
  461.           Top = 40
  462.           Width = 57
  463.           Height = 25
  464.           Hint = 'Browse for right channel sound'
  465.           Caption = 'Browse'
  466.           TabOrder = 5
  467.           OnClick = RightBrowseBtnClick
  468.         end
  469.       end
  470.       object FilterTabSheet: TTabSheet
  471.         Caption = 'Filters'
  472.         object UseResultButton: TButton
  473.           Left = 168
  474.           Top = 240
  475.           Width = 75
  476.           Height = 25
  477.           Caption = '&Use result'
  478.           TabOrder = 0
  479.           OnClick = UseResultButtonClick
  480.         end
  481.         object Panel4: TPanel
  482.           Left = 0
  483.           Top = 0
  484.           Width = 0
  485.           Height = 233
  486.           Align = alTop
  487.           Color = clGray
  488.           TabOrder = 1
  489.           object FiltersPageControl: TPageControl
  490.             Left = 1
  491.             Top = 1
  492.             Width = 243
  493.             Height = 232
  494.             ActivePage = EchoFiltSheet
  495.             Align = alTop
  496.             TabOrder = 0
  497.             object SmoothTabSheet: TTabSheet
  498.               Caption = 'Smooth'
  499.               object FiltSmoothDir: TRadioGroup
  500.                 Left = 113
  501.                 Top = 150
  502.                 Width = 121
  503.                 Height = 49
  504.                 Caption = 'Smoothing Direction'
  505.                 ItemIndex = 0
  506.                 Items.Strings = (
  507.                   'Time'
  508.                   'Frequency')
  509.                 TabOrder = 0
  510.               end
  511.               object GroupBox3: TGroupBox
  512.                 Left = 120
  513.                 Top = 0
  514.                 Width = 113
  515.                 Height = 105
  516.                 Caption = 'Final value'
  517.                 TabOrder = 1
  518.                 object Label28: TLabel
  519.                   Left = 8
  520.                   Top = 16
  521.                   Width = 97
  522.                   Height = 13
  523.                   Caption = '&Front smoothing'
  524.                 end
  525.                 object Label29: TLabel
  526.                   Left = 8
  527.                   Top = 56
  528.                   Width = 97
  529.                   Height = 13
  530.                   Caption = '&Rear smoothing'
  531.                 end
  532.                 object FrontSmoothEdit2: TEdit
  533.                   Left = 8
  534.                   Top = 32
  535.                   Width = 49
  536.                   Height = 21
  537.                   TabOrder = 0
  538.                   Text = '0.1'
  539.                   OnChange = FrontSmoothEdit2Change
  540.                 end
  541.                 object BackSmoothEdit2: TEdit
  542.                   Left = 8
  543.                   Top = 72
  544.                   Width = 49
  545.                   Height = 21
  546.                   TabOrder = 1
  547.                   Text = '0.9'
  548.                   OnChange = BackSmoothEdit2Change
  549.                 end
  550.               end
  551.               object GroupBox4: TGroupBox
  552.                 Left = 2
  553.                 Top = 0
  554.                 Width = 113
  555.                 Height = 105
  556.                 Caption = 'Original value'
  557.                 TabOrder = 2
  558.                 object Label43: TLabel
  559.                   Left = 8
  560.                   Top = 16
  561.                   Width = 97
  562.                   Height = 13
  563.                   Caption = '&Front smoothing'
  564.                 end
  565.                 object Label44: TLabel
  566.                   Left = 8
  567.                   Top = 56
  568.                   Width = 97
  569.                   Height = 13
  570.                   Caption = '&Rear smoothing'
  571.                 end
  572.                 object FrontSmoothEdit1: TEdit
  573.                   Left = 8
  574.                   Top = 32
  575.                   Width = 49
  576.                   Height = 21
  577.                   TabOrder = 0
  578.                   Text = '0.1'
  579.                   OnChange = FrontSmoothEdit1Change
  580.                 end
  581.                 object BackSmoothEdit1: TEdit
  582.                   Left = 8
  583.                   Top = 72
  584.                   Width = 49
  585.                   Height = 21
  586.                   TabOrder = 1
  587.                   Text = '0.9'
  588.                   OnChange = BackSmoothEdit1Change
  589.                 end
  590.               end
  591.               object SmoothFilterSynchroCheck: TCheckBox
  592.                 Left = 8
  593.                 Top = 112
  594.                 Width = 97
  595.                 Height = 17
  596.                 Hint = 'Check to synch original and final values changes.'
  597.                 Caption = 'Synchro'
  598.                 ParentShowHint = False
  599.                 ShowHint = True
  600.                 State = cbChecked
  601.                 TabOrder = 3
  602.               end
  603.             end
  604.             object MedianTabSheet: TTabSheet
  605.               Caption = 'Median'
  606.               object Label30: TLabel
  607.                 Left = 32
  608.                 Top = 24
  609.                 Width = 81
  610.                 Height = 13
  611.                 Caption = 'X &window'
  612.               end
  613.               object Label31: TLabel
  614.                 Left = 144
  615.                 Top = 24
  616.                 Width = 65
  617.                 Height = 13
  618.                 Caption = '&Y window'
  619.               end
  620.               object FiltMedianXEdit: TEdit
  621.                 Left = 32
  622.                 Top = 40
  623.                 Width = 33
  624.                 Height = 21
  625.                 TabOrder = 0
  626.                 Text = '7'
  627.               end
  628.               object FiltMedianYEdit: TEdit
  629.                 Left = 144
  630.                 Top = 40
  631.                 Width = 33
  632.                 Height = 21
  633.                 TabOrder = 1
  634.                 Text = '1'
  635.               end
  636.               object UpDown2: TUpDown
  637.                 Left = 177
  638.                 Top = 40
  639.                 Width = 15
  640.                 Height = 21
  641.                 Associate = FiltMedianYEdit
  642.                 Min = 1
  643.                 Max = 25
  644.                 Position = 1
  645.                 TabOrder = 2
  646.                 Wrap = False
  647.               end
  648.               object UpDown1: TUpDown
  649.                 Left = 65
  650.                 Top = 40
  651.                 Width = 15
  652.                 Height = 21
  653.                 Associate = FiltMedianXEdit
  654.                 Min = 1
  655.                 Max = 25
  656.                 Position = 7
  657.                 TabOrder = 3
  658.                 Wrap = False
  659.               end
  660.             end
  661.             object EchoFiltSheet: TTabSheet
  662.               Caption = 'Echo'
  663.               object Label62: TLabel
  664.                 Left = 16
  665.                 Top = 16
  666.                 Width = 49
  667.                 Height = 13
  668.                 Caption = 'X shift'
  669.               end
  670.               object Label67: TLabel
  671.                 Left = 88
  672.                 Top = 16
  673.                 Width = 49
  674.                 Height = 13
  675.                 Caption = 'Y shift'
  676.               end
  677.               object Label68: TLabel
  678.                 Left = 160
  679.                 Top = 16
  680.                 Width = 57
  681.                 Height = 13
  682.                 Caption = 'Copies'
  683.               end
  684.               object Label70: TLabel
  685.                 Left = 160
  686.                 Top = 64
  687.                 Width = 41
  688.                 Height = 13
  689.                 Caption = 'Fade'
  690.               end
  691.               object FiltEchoXEdit: TEdit
  692.                 Left = 16
  693.                 Top = 32
  694.                 Width = 33
  695.                 Height = 21
  696.                 TabOrder = 0
  697.                 Text = '-8'
  698.               end
  699.               object UpDown7: TUpDown
  700.                 Left = 49
  701.                 Top = 32
  702.                 Width = 15
  703.                 Height = 21
  704.                 Associate = FiltEchoXEdit
  705.                 Min = -250
  706.                 Max = 250
  707.                 Increment = 4
  708.                 Position = -8
  709.                 TabOrder = 1
  710.                 Wrap = False
  711.               end
  712.               object FiltEchoYEdit: TEdit
  713.                 Left = 88
  714.                 Top = 32
  715.                 Width = 33
  716.                 Height = 21
  717.                 TabOrder = 2
  718.                 Text = '0'
  719.               end
  720.               object UpDown8: TUpDown
  721.                 Left = 121
  722.                 Top = 32
  723.                 Width = 15
  724.                 Height = 21
  725.                 Associate = FiltEchoYEdit
  726.                 Min = -250
  727.                 Max = 250
  728.                 Increment = 4
  729.                 Position = 0
  730.                 TabOrder = 3
  731.                 Wrap = False
  732.               end
  733.               object FiltEchoNum: TEdit
  734.                 Left = 160
  735.                 Top = 32
  736.                 Width = 33
  737.                 Height = 21
  738.                 TabOrder = 4
  739.                 Text = '3'
  740.               end
  741.               object UpDown9: TUpDown
  742.                 Left = 193
  743.                 Top = 32
  744.                 Width = 15
  745.                 Height = 21
  746.                 Associate = FiltEchoNum
  747.                 Min = 1
  748.                 Max = 25
  749.                 Position = 3
  750.                 TabOrder = 5
  751.                 Wrap = False
  752.               end
  753.               object FiltEchoFade: TEdit
  754.                 Left = 160
  755.                 Top = 80
  756.                 Width = 33
  757.                 Height = 21
  758.                 TabOrder = 6
  759.                 Text = '8'
  760.               end
  761.               object UpDown10: TUpDown
  762.                 Left = 193
  763.                 Top = 80
  764.                 Width = 15
  765.                 Height = 21
  766.                 Associate = FiltEchoFade
  767.                 Min = 0
  768.                 Max = 200
  769.                 Increment = 4
  770.                 Position = 8
  771.                 TabOrder = 7
  772.                 Wrap = False
  773.               end
  774.             end
  775.             object TabSheet1: TTabSheet
  776.               Caption = 'Profile'
  777.               object FiltProfileImage: TImage
  778.                 Left = 0
  779.                 Top = 0
  780.                 Width = 235
  781.                 Height = 73
  782.                 Cursor = crCross
  783.                 Align = alTop
  784.                 OnMouseUp = FiltProfileImageMouseUp
  785.               end
  786.               object FileEnvLoadButton: TButton
  787.                 Left = 184
  788.                 Top = 80
  789.                 Width = 50
  790.                 Height = 25
  791.                 Caption = 'Load'
  792.                 TabOrder = 0
  793.                 OnClick = FileEnvLoadButtonClick
  794.               end
  795.               object FiltEnvDirection: TRadioGroup
  796.                 Left = 112
  797.                 Top = 147
  798.                 Width = 121
  799.                 Height = 49
  800.                 Caption = 'Profile Direction'
  801.                 ItemIndex = 0
  802.                 Items.Strings = (
  803.                   'Time'
  804.                   'Frequency')
  805.                 TabOrder = 1
  806.               end
  807.               object FiltProfileGrid: TStringGrid
  808.                 Left = 1
  809.                 Top = 80
  810.                 Width = 105
  811.                 Height = 116
  812.                 ColCount = 2
  813.                 DefaultColWidth = 50
  814.                 DefaultRowHeight = 18
  815.                 Options = [goFixedVertLine, goFixedHorzLine, goEditing]
  816.                 ScrollBars = ssVertical
  817.                 TabOrder = 2
  818.               end
  819.               object FiltProfApplyBtn: TButton
  820.                 Left = 118
  821.                 Top = 80
  822.                 Width = 50
  823.                 Height = 25
  824.                 Hint = 'Transfer values from table'
  825.                 Caption = '&Apply'
  826.                 ParentShowHint = False
  827.                 ShowHint = True
  828.                 TabOrder = 3
  829.                 OnClick = FiltProfApplyBtnClick
  830.               end
  831.               object FileEnvSaveButton: TButton
  832.                 Left = 185
  833.                 Top = 112
  834.                 Width = 50
  835.                 Height = 25
  836.                 Caption = 'Save'
  837.                 TabOrder = 4
  838.                 OnClick = FileEnvSaveButtonClick
  839.               end
  840.             end
  841.           end
  842.         end
  843.       end
  844.       object ThreadTabSheet: TTabSheet
  845.         Caption = 'Threads'
  846.         object Label20: TLabel
  847.           Left = 46
  848.           Top = 23
  849.           Width = 17
  850.           Height = 13
  851.           Caption = 'Min'
  852.         end
  853.         object Label21: TLabel
  854.           Left = 79
  855.           Top = 7
  856.           Width = 87
  857.           Height = 13
  858.           Caption = 'Frequency smooth'
  859.         end
  860.         object Label22: TLabel
  861.           Left = 79
  862.           Top = 46
  863.           Width = 83
  864.           Height = 13
  865.           Caption = 'Amplitude smooth'
  866.         end
  867.         object Label23: TLabel
  868.           Left = 46
  869.           Top = 62
  870.           Width = 17
  871.           Height = 13
  872.           Caption = 'Min'
  873.         end
  874.         object Label24: TLabel
  875.           Left = 186
  876.           Top = 62
  877.           Width = 20
  878.           Height = 13
  879.           Caption = 'Max'
  880.         end
  881.         object Label26: TLabel
  882.           Left = 10
  883.           Top = 89
  884.           Width = 83
  885.           Height = 16
  886.           Caption = 'Sampling rate'
  887.         end
  888.         object Label27: TLabel
  889.           Left = 10
  890.           Top = 133
  891.           Width = 48
  892.           Height = 13
  893.           Caption = 'Block size'
  894.         end
  895.         object ThreadRangeLabel: TLabel
  896.           Left = 154
  897.           Top = 189
  898.           Width = 73
  899.           Height = 13
  900.           Caption = 'Range, dB'
  901.         end
  902.         object Label25: TLabel
  903.           Left = 186
  904.           Top = 25
  905.           Width = 20
  906.           Height = 13
  907.           Caption = 'Max'
  908.         end
  909.         object ThreadFreqBar: TTrackBar
  910.           Left = 64
  911.           Top = 19
  912.           Width = 120
  913.           Height = 17
  914.           Max = 7
  915.           Min = 1
  916.           Orientation = trHorizontal
  917.           Frequency = 1
  918.           Position = 5
  919.           SelEnd = 0
  920.           SelStart = 0
  921.           TabOrder = 0
  922.           TickMarks = tmTopLeft
  923.           TickStyle = tsAuto
  924.         end
  925.         object ThreadColorCheckBox: TCheckBox
  926.           Left = 139
  927.           Top = 94
  928.           Width = 89
  929.           Height = 17
  930.           Caption = 'Use colors'
  931.           State = cbChecked
  932.           TabOrder = 4
  933.           OnClick = ThreadColorCheckBoxClick
  934.         end
  935.         object ThreadQuintCheckBox: TCheckBox
  936.           Left = 139
  937.           Top = 127
  938.           Width = 87
  939.           Height = 17
  940.           Caption = 'Use quint'
  941.           TabOrder = 5
  942.         end
  943.         object ThreadAmplBar: TTrackBar
  944.           Left = 64
  945.           Top = 57
  946.           Width = 120
  947.           Height = 17
  948.           Max = 7
  949.           Min = 1
  950.           Orientation = trHorizontal
  951.           Frequency = 1
  952.           Position = 5
  953.           SelEnd = 0
  954.           SelStart = 0
  955.           TabOrder = 1
  956.           TickMarks = tmTopLeft
  957.           TickStyle = tsAuto
  958.         end
  959.         object ThreadSnapCheckBox: TCheckBox
  960.           Left = 139
  961.           Top = 158
  962.           Width = 97
  963.           Height = 17
  964.           Caption = 'Snap to notes'
  965.           TabOrder = 7
  966.         end
  967.         object ThreadSampleEdit: TEdit
  968.           Left = 10
  969.           Top = 105
  970.           Width = 49
  971.           Height = 21
  972.           TabOrder = 2
  973.           Text = '44100'
  974.         end
  975.         object ThreadShowCheckBox: TCheckBox
  976.           Left = 139
  977.           Top = 126
  978.           Width = 97
  979.           Height = 17
  980.           Caption = 'Show Objects'
  981.           State = cbChecked
  982.           TabOrder = 6
  983.           Visible = False
  984.         end
  985.         object ThreadSizes: TComboBox
  986.           Left = 10
  987.           Top = 148
  988.           Width = 57
  989.           Height = 21
  990.           Style = csDropDownList
  991.           ItemHeight = 13
  992.           Items.Strings = (
  993.             '64'
  994.             '128'
  995.             '256'
  996.             '512'
  997.             '1024'
  998.             '2048'
  999.             '4096'
  1000.             '8192')
  1001.           TabOrder = 3
  1002.         end
  1003.         object ThreadRangeEdit: TEdit
  1004.           Left = 106
  1005.           Top = 188
  1006.           Width = 25
  1007.           Height = 21
  1008.           ReadOnly = True
  1009.           TabOrder = 9
  1010.           Text = '60'
  1011.         end
  1012.         object ThreadRangeUpDown: TUpDown
  1013.           Left = 131
  1014.           Top = 188
  1015.           Width = 15
  1016.           Height = 21
  1017.           Associate = ThreadRangeEdit
  1018.           Min = 10
  1019.           Increment = 10
  1020.           Position = 60
  1021.           TabOrder = 10
  1022.           Wrap = False
  1023.         end
  1024.         object ThreadLogCheckBox: TCheckBox
  1025.           Left = 43
  1026.           Top = 190
  1027.           Width = 49
  1028.           Height = 17
  1029.           Caption = 'Log'
  1030.           State = cbChecked
  1031.           TabOrder = 8
  1032.           OnClick = ThreadLogCheckBoxClick
  1033.         end
  1034.       end
  1035.       object VibTabSheet: TTabSheet
  1036.         Caption = 'Vibrations'
  1037.         object Label34: TLabel
  1038.           Left = 20
  1039.           Top = 130
  1040.           Width = 74
  1041.           Height = 13
  1042.           Caption = 'Period, samples'
  1043.         end
  1044.         object Label35: TLabel
  1045.           Left = 20
  1046.           Top = 85
  1047.           Width = 83
  1048.           Height = 16
  1049.           Caption = 'Sampling rate'
  1050.         end
  1051.         object Label36: TLabel
  1052.           Left = 20
  1053.           Top = 173
  1054.           Width = 48
  1055.           Height = 13
  1056.           Caption = 'Block size'
  1057.         end
  1058.         object VibrRangeLabel: TLabel
  1059.           Left = 178
  1060.           Top = 173
  1061.           Width = 73
  1062.           Height = 13
  1063.           Caption = 'Range, dB'
  1064.         end
  1065.         object Label33: TLabel
  1066.           Left = 79
  1067.           Top = 7
  1068.           Width = 87
  1069.           Height = 13
  1070.           Caption = 'Frequency smooth'
  1071.         end
  1072.         object Label37: TLabel
  1073.           Left = 46
  1074.           Top = 23
  1075.           Width = 17
  1076.           Height = 13
  1077.           Caption = 'Min'
  1078.         end
  1079.         object Label38: TLabel
  1080.           Left = 186
  1081.           Top = 25
  1082.           Width = 20
  1083.           Height = 13
  1084.           Caption = 'Max'
  1085.         end
  1086.         object Label39: TLabel
  1087.           Left = 79
  1088.           Top = 46
  1089.           Width = 83
  1090.           Height = 13
  1091.           Caption = 'Amplitude smooth'
  1092.         end
  1093.         object Label40: TLabel
  1094.           Left = 46
  1095.           Top = 62
  1096.           Width = 17
  1097.           Height = 13
  1098.           Caption = 'Min'
  1099.         end
  1100.         object Label41: TLabel
  1101.           Left = 186
  1102.           Top = 62
  1103.           Width = 20
  1104.           Height = 13
  1105.           Caption = 'Max'
  1106.         end
  1107.         object VibrColorCheckBox: TCheckBox
  1108.           Left = 140
  1109.           Top = 94
  1110.           Width = 89
  1111.           Height = 17
  1112.           Caption = 'Use colors'
  1113.           State = cbChecked
  1114.           TabOrder = 5
  1115.           OnClick = VibrColorCheckBoxClick
  1116.         end
  1117.         object VibrQuintCheckBox: TCheckBox
  1118.           Left = 140
  1119.           Top = 117
  1120.           Width = 87
  1121.           Height = 17
  1122.           Caption = 'Use quint'
  1123.           TabOrder = 6
  1124.         end
  1125.         object VibrSnapCheckBox: TCheckBox
  1126.           Left = 140
  1127.           Top = 140
  1128.           Width = 97
  1129.           Height = 17
  1130.           Caption = 'Snap to notes'
  1131.           TabOrder = 8
  1132.         end
  1133.         object VibrPeriodEdit: TEdit
  1134.           Left = 20
  1135.           Top = 146
  1136.           Width = 49
  1137.           Height = 21
  1138.           TabOrder = 3
  1139.           Text = '100'
  1140.         end
  1141.         object VibrSamplingEdit: TEdit
  1142.           Left = 20
  1143.           Top = 101
  1144.           Width = 49
  1145.           Height = 21
  1146.           TabOrder = 2
  1147.           Text = '44100'
  1148.         end
  1149.         object VibrShowCheckBox: TCheckBox
  1150.           Left = 140
  1151.           Top = 117
  1152.           Width = 97
  1153.           Height = 17
  1154.           Caption = 'Show Objects'
  1155.           State = cbChecked
  1156.           TabOrder = 7
  1157.           Visible = False
  1158.         end
  1159.         object VibrSizes: TComboBox
  1160.           Left = 20
  1161.           Top = 188
  1162.           Width = 57
  1163.           Height = 21
  1164.           Style = csDropDownList
  1165.           ItemHeight = 13
  1166.           Items.Strings = (
  1167.             '64'
  1168.             '128'
  1169.             '256'
  1170.             '512'
  1171.             '1024'
  1172.             '2048'
  1173.             '4096'
  1174.             '8192')
  1175.           TabOrder = 4
  1176.         end
  1177.         object VibrRangeEdit: TEdit
  1178.           Left = 178
  1179.           Top = 188
  1180.           Width = 25
  1181.           Height = 21
  1182.           ReadOnly = True
  1183.           TabOrder = 10
  1184.           Text = '60'
  1185.         end
  1186.         object VibrRangeUpDown: TUpDown
  1187.           Left = 203
  1188.           Top = 188
  1189.           Width = 15
  1190.           Height = 21
  1191.           Associate = VibrRangeEdit
  1192.           Min = 10
  1193.           Increment = 10
  1194.           Position = 60
  1195.           TabOrder = 11
  1196.           Wrap = False
  1197.         end
  1198.         object VibrLogCheckBox: TCheckBox
  1199.           Left = 123
  1200.           Top = 189
  1201.           Width = 49
  1202.           Height = 17
  1203.           Caption = 'Log'
  1204.           State = cbChecked
  1205.           TabOrder = 9
  1206.           OnClick = VibrLogCheckBoxClick
  1207.         end
  1208.         object VibrFreqBar: TTrackBar
  1209.           Left = 64
  1210.           Top = 19
  1211.           Width = 120
  1212.           Height = 17
  1213.           Max = 7
  1214.           Min = 1
  1215.           Orientation = trHorizontal
  1216.           Frequency = 1
  1217.           Position = 5
  1218.           SelEnd = 0
  1219.           SelStart = 0
  1220.           TabOrder = 0
  1221.           TickMarks = tmTopLeft
  1222.           TickStyle = tsAuto
  1223.         end
  1224.         object VibrAmplBar: TTrackBar
  1225.           Left = 64
  1226.           Top = 57
  1227.           Width = 120
  1228.           Height = 17
  1229.           Max = 7
  1230.           Min = 1
  1231.           Orientation = trHorizontal
  1232.           Frequency = 1
  1233.           Position = 5
  1234.           SelEnd = 0
  1235.           SelStart = 0
  1236.           TabOrder = 1
  1237.           TickMarks = tmTopLeft
  1238.           TickStyle = tsAuto
  1239.         end
  1240.       end
  1241.       object MorphTabSheet: TTabSheet
  1242.         Caption = 'Morphing'
  1243.         object Label9: TLabel
  1244.           Left = 134
  1245.           Top = 164
  1246.           Width = 51
  1247.           Height = 13
  1248.           Caption = 'Method'
  1249.         end
  1250.         object MorphInterpolCheckBox: TCheckBox
  1251.           Left = 134
  1252.           Top = 206
  1253.           Width = 97
  1254.           Height = 17
  1255.           Caption = 'Interpolation'
  1256.           State = cbChecked
  1257.           TabOrder = 4
  1258.         end
  1259.         object MorphStyleComboBox: TComboBox
  1260.           Left = 134
  1261.           Top = 181
  1262.           Width = 81
  1263.           Height = 21
  1264.           Style = csDropDownList
  1265.           ItemHeight = 13
  1266.           Items.Strings = (
  1267.             'Add'
  1268.             'Multiply')
  1269.           TabOrder = 3
  1270.         end
  1271.         object MorphGraphPanel: TPanel
  1272.           Left = 0
  1273.           Top = 0
  1274.           Width = 0
  1275.           Height = 101
  1276.           Align = alTop
  1277.           TabOrder = 0
  1278.           object Label6: TLabel
  1279.             Left = 8
  1280.             Top = 2
  1281.             Width = 145
  1282.             Height = 17
  1283.             Caption = 'Hybrid signal contents'
  1284.           end
  1285.           object Label7: TLabel
  1286.             Left = 184
  1287.             Top = 1
  1288.             Width = 57
  1289.             Height = 18
  1290.             Alignment = taRightJustify
  1291.             Caption = 'Signal 1'
  1292.           end
  1293.           object Label8: TLabel
  1294.             Left = 184
  1295.             Top = 82
  1296.             Width = 57
  1297.             Height = 18
  1298.             Alignment = taRightJustify
  1299.             Caption = 'Signal 2'
  1300.           end
  1301.           object MorphGraphImage: TImage
  1302.             Left = 4
  1303.             Top = 19
  1304.             Width = 239
  1305.             Height = 65
  1306.             Cursor = crCross
  1307.             OnMouseUp = MorphGraphImageMouseUp
  1308.           end
  1309.         end
  1310.         object MorphCoeffGrid: TStringGrid
  1311.           Left = 1
  1312.           Top = 100
  1313.           Width = 105
  1314.           Height = 137
  1315.           ColCount = 2
  1316.           DefaultColWidth = 50
  1317.           DefaultRowHeight = 18
  1318.           Options = [goFixedVertLine, goFixedHorzLine, goEditing]
  1319.           ScrollBars = ssVertical
  1320.           TabOrder = 1
  1321.         end
  1322.         object ApplyButton: TButton
  1323.           Left = 118
  1324.           Top = 104
  1325.           Width = 50
  1326.           Height = 25
  1327.           Hint = 'Transfer values from table'
  1328.           Caption = 'Apply'
  1329.           ParentShowHint = False
  1330.           ShowHint = True
  1331.           TabOrder = 2
  1332.           OnClick = ApplyButtonClick
  1333.         end
  1334.         object MorphLoadBtn: TButton
  1335.           Left = 182
  1336.           Top = 104
  1337.           Width = 50
  1338.           Height = 25
  1339.           Caption = 'Load'
  1340.           TabOrder = 5
  1341.           OnClick = MorphLoadBtnClick
  1342.         end
  1343.         object MorphSaveBtn: TButton
  1344.           Left = 183
  1345.           Top = 136
  1346.           Width = 50
  1347.           Height = 25
  1348.           Caption = 'Save'
  1349.           TabOrder = 6
  1350.           OnClick = MorphSaveBtnClick
  1351.         end
  1352.       end
  1353.       object ConvTabSheet: TTabSheet
  1354.         Caption = 'Convolution'
  1355.         object ConvImage: TImage
  1356.           Left = 8
  1357.           Top = 40
  1358.           Width = 233
  1359.           Height = 89
  1360.         end
  1361.         object Label42: TLabel
  1362.           Left = 10
  1363.           Top = 138
  1364.           Width = 48
  1365.           Height = 13
  1366.           Caption = 'Block size'
  1367.         end
  1368.         object ConvBrowseButton: TButton
  1369.           Left = 191
  1370.           Top = 4
  1371.           Width = 51
  1372.           Height = 25
  1373.           Caption = 'Browse'
  1374.           TabOrder = 0
  1375.           OnClick = ConvBrowseButtonClick
  1376.         end
  1377.         object ConvolutionWindowLabel: TEdit
  1378.           Left = 8
  1379.           Top = 8
  1380.           Width = 177
  1381.           Height = 21
  1382.           Color = clScrollBar
  1383.           TabOrder = 1
  1384.         end
  1385.         object ConvSizes: TComboBox
  1386.           Left = 10
  1387.           Top = 153
  1388.           Width = 57
  1389.           Height = 21
  1390.           Style = csDropDownList
  1391.           ItemHeight = 13
  1392.           Items.Strings = (
  1393.             '64'
  1394.             '128'
  1395.             '256'
  1396.             '512'
  1397.             '1024'
  1398.             '2048'
  1399.             '4096'
  1400.             '8192'
  1401.             '16384')
  1402.           TabOrder = 2
  1403.           OnChange = ConvSizesChange
  1404.         end
  1405.       end
  1406.       object ModelSheet: TTabSheet
  1407.         Caption = 'Models'
  1408.         object Label46: TLabel
  1409.           Left = 10
  1410.           Top = 4
  1411.           Width = 48
  1412.           Height = 13
  1413.           Caption = 'Block size'
  1414.         end
  1415.         object Label47: TLabel
  1416.           Left = 90
  1417.           Top = 2
  1418.           Width = 43
  1419.           Height = 13
  1420.           Caption = 'Sampling'
  1421.         end
  1422.         object Label48: TLabel
  1423.           Left = 168
  1424.           Top = 1
  1425.           Width = 24
  1426.           Height = 13
  1427.           Caption = 'Type'
  1428.         end
  1429.         object Label49: TLabel
  1430.           Left = 11
  1431.           Top = 84
  1432.           Width = 45
  1433.           Height = 13
  1434.           Caption = 'Argument'
  1435.         end
  1436.         object DurationText: TLabel
  1437.           Left = 11
  1438.           Top = 56
  1439.           Width = 78
  1440.           Height = 13
  1441.           Caption = '          ---             '
  1442.         end
  1443.         object Label50: TLabel
  1444.           Left = 166
  1445.           Top = 61
  1446.           Width = 7
  1447.           Height = 13
  1448.           Caption = '#'
  1449.         end
  1450.         object ModelSizes: TComboBox
  1451.           Left = 10
  1452.           Top = 19
  1453.           Width = 66
  1454.           Height = 21
  1455.           ItemHeight = 13
  1456.           Items.Strings = (
  1457.             '64'
  1458.             '128'
  1459.             '256'
  1460.             '512'
  1461.             '1024'
  1462.             '2048'
  1463.             '4096'
  1464.             '8192'
  1465.             '16384'
  1466.             '32768'
  1467.             '65536'
  1468.             '100000'
  1469.             '200000'
  1470.             '400000')
  1471.           TabOrder = 0
  1472.           Text = '16384'
  1473.           OnChange = ModelsSamplEditChange
  1474.         end
  1475.         object ModelsSamplEdit: TEdit
  1476.           Left = 90
  1477.           Top = 18
  1478.           Width = 65
  1479.           Height = 21
  1480.           TabOrder = 1
  1481.           Text = '44100'
  1482.           OnChange = ModelsSamplEditChange
  1483.         end
  1484.         object FormulaeEdit: TEdit
  1485.           Left = 11
  1486.           Top = 140
  1487.           Width = 227
  1488.           Height = 21
  1489.           Enabled = False
  1490.           ParentShowHint = False
  1491.           ShowHint = True
  1492.           TabOrder = 6
  1493.           Text = '(sin(t*10050)+sin(t*10000))/(t*10+0,1)'
  1494.         end
  1495.         object ModelTypes: TComboBox
  1496.           Left = 168
  1497.           Top = 18
  1498.           Width = 67
  1499.           Height = 21
  1500.           Style = csDropDownList
  1501.           ItemHeight = 13
  1502.           Items.Strings = (
  1503.             'Sinus'
  1504.             'Triangle'
  1505.             'Meander'
  1506.             'Noise'
  1507.             'Custom')
  1508.           TabOrder = 2
  1509.           OnChange = ModelTypesChange
  1510.         end
  1511.         object ModelsParEdit: TEdit
  1512.           Left = 10
  1513.           Top = 101
  1514.           Width = 73
  1515.           Height = 21
  1516.           TabOrder = 5
  1517.           Text = '10'
  1518.         end
  1519.         object ModelTimes: TEdit
  1520.           Left = 179
  1521.           Top = 56
  1522.           Width = 41
  1523.           Height = 21
  1524.           TabOrder = 3
  1525.           Text = '5'
  1526.           OnChange = ModelsSamplEditChange
  1527.         end
  1528.         object UpDown4: TUpDown
  1529.           Left = 220
  1530.           Top = 56
  1531.           Width = 15
  1532.           Height = 21
  1533.           Associate = ModelTimes
  1534.           Min = 1
  1535.           Position = 5
  1536.           TabOrder = 4
  1537.           Wrap = False
  1538.         end
  1539.       end
  1540.       object PhysModTabSheet: TTabSheet
  1541.         Caption = 'Physical Models'
  1542.         object Label45: TLabel
  1543.           Left = 10
  1544.           Top = 4
  1545.           Width = 48
  1546.           Height = 13
  1547.           Caption = 'Block size'
  1548.         end
  1549.         object Label51: TLabel
  1550.           Left = 90
  1551.           Top = 2
  1552.           Width = 43
  1553.           Height = 13
  1554.           Caption = 'Sampling'
  1555.         end
  1556.         object Label52: TLabel
  1557.           Left = 166
  1558.           Top = 61
  1559.           Width = 7
  1560.           Height = 13
  1561.           Caption = '#'
  1562.         end
  1563.         object PhysDurationText: TLabel
  1564.           Left = 11
  1565.           Top = 56
  1566.           Width = 78
  1567.           Height = 13
  1568.           Caption = '          ---             '
  1569.         end
  1570.         object Label53: TLabel
  1571.           Left = 169
  1572.           Top = 2
  1573.           Width = 30
  1574.           Height = 13
  1575.           Caption = 'Carrier'
  1576.         end
  1577.         object PhysModelSizes: TComboBox
  1578.           Left = 10
  1579.           Top = 19
  1580.           Width = 66
  1581.           Height = 21
  1582.           ItemHeight = 13
  1583.           Items.Strings = (
  1584.             '64'
  1585.             '128'
  1586.             '256'
  1587.             '512'
  1588.             '1024'
  1589.             '2048'
  1590.             '4096'
  1591.             '8192'
  1592.             '16384'
  1593.             '32768'
  1594.             '65536'
  1595.             '100000'
  1596.             '200000'
  1597.             '400000')
  1598.           TabOrder = 0
  1599.           Text = '16384'
  1600.           OnChange = PhysModelSizesChange
  1601.         end
  1602.         object PhysModelSampling: TEdit
  1603.           Left = 90
  1604.           Top = 18
  1605.           Width = 65
  1606.           Height = 21
  1607.           TabOrder = 1
  1608.           Text = '44100'
  1609.           OnChange = PhysModelSizesChange
  1610.         end
  1611.         object PhysModelTimes: TEdit
  1612.           Left = 179
  1613.           Top = 56
  1614.           Width = 41
  1615.           Height = 21
  1616.           TabOrder = 2
  1617.           Text = '5'
  1618.           OnChange = PhysModelSizesChange
  1619.         end
  1620.         object UpDown5: TUpDown
  1621.           Left = 220
  1622.           Top = 56
  1623.           Width = 15
  1624.           Height = 21
  1625.           Associate = PhysModelTimes
  1626.           Min = 1
  1627.           Position = 5
  1628.           TabOrder = 3
  1629.           Wrap = False
  1630.         end
  1631.         object GroupBox5: TGroupBox
  1632.           Left = 6
  1633.           Top = 80
  1634.           Width = 139
  1635.           Height = 65
  1636.           Caption = 'Frequency Modulation'
  1637.           TabOrder = 4
  1638.           object Label54: TLabel
  1639.             Left = 8
  1640.             Top = 17
  1641.             Width = 50
  1642.             Height = 13
  1643.             Caption = 'Frequency'
  1644.           end
  1645.           object Label55: TLabel
  1646.             Left = 80
  1647.             Top = 16
  1648.             Width = 50
  1649.             Height = 13
  1650.             Caption = 'Magnitude'
  1651.           end
  1652.           object PhysModelModulFreq: TEdit
  1653.             Left = 8
  1654.             Top = 37
  1655.             Width = 33
  1656.             Height = 21
  1657.             TabOrder = 0
  1658.             Text = '7'
  1659.           end
  1660.           object PhysModelModulAmpl: TEdit
  1661.             Left = 80
  1662.             Top = 37
  1663.             Width = 33
  1664.             Height = 21
  1665.             TabOrder = 1
  1666.             Text = '100'
  1667.           end
  1668.         end
  1669.         object PhysModelCarrier: TEdit
  1670.           Left = 169
  1671.           Top = 17
  1672.           Width = 65
  1673.           Height = 21
  1674.           TabOrder = 5
  1675.           Text = '440'
  1676.         end
  1677.         object GroupBox6: TGroupBox
  1678.           Left = 6
  1679.           Top = 152
  1680.           Width = 139
  1681.           Height = 65
  1682.           Caption = 'Feedback'
  1683.           TabOrder = 6
  1684.           object Label56: TLabel
  1685.             Left = 8
  1686.             Top = 17
  1687.             Width = 49
  1688.             Height = 13
  1689.             Caption = 'Coeff.1'
  1690.           end
  1691.           object Label57: TLabel
  1692.             Left = 80
  1693.             Top = 16
  1694.             Width = 49
  1695.             Height = 13
  1696.             Caption = 'Coeff.2'
  1697.           end
  1698.           object PhysCoeff1: TEdit
  1699.             Left = 8
  1700.             Top = 37
  1701.             Width = 33
  1702.             Height = 21
  1703.             TabOrder = 0
  1704.             Text = '0,5'
  1705.           end
  1706.           object PhysCoeff2: TEdit
  1707.             Left = 80
  1708.             Top = 37
  1709.             Width = 33
  1710.             Height = 21
  1711.             TabOrder = 1
  1712.             Text = '0,5'
  1713.           end
  1714.         end
  1715.       end
  1716.       object ShuffleTabSheet: TTabSheet
  1717.         Caption = 'Shuffle'
  1718.         object Label58: TLabel
  1719.           Left = 89
  1720.           Top = 10
  1721.           Width = 80
  1722.           Height = 13
  1723.           Caption = 'Longest, sec'
  1724.         end
  1725.         object Label59: TLabel
  1726.           Left = 10
  1727.           Top = 10
  1728.           Width = 79
  1729.           Height = 13
  1730.           Caption = 'Shortest, sec'
  1731.         end
  1732.         object Label60: TLabel
  1733.           Left = 10
  1734.           Top = 114
  1735.           Width = 53
  1736.           Height = 13
  1737.           Caption = 'Result, sec'
  1738.         end
  1739.         object Label61: TLabel
  1740.           Left = 10
  1741.           Top = 66
  1742.           Width = 73
  1743.           Height = 13
  1744.           Caption = 'Granularity, sec'
  1745.         end
  1746.         object ShuffleMinEdit: TEdit
  1747.           Left = 10
  1748.           Top = 25
  1749.           Width = 65
  1750.           Height = 21
  1751.           TabOrder = 0
  1752.           Text = '1'
  1753.           OnChange = PhysModelSizesChange
  1754.         end
  1755.         object ShuffleMaxEdit: TEdit
  1756.           Left = 89
  1757.           Top = 25
  1758.           Width = 65
  1759.           Height = 21
  1760.           TabOrder = 1
  1761.           Text = '2'
  1762.         end
  1763.         object ShuffleResEdit: TEdit
  1764.           Left = 10
  1765.           Top = 129
  1766.           Width = 65
  1767.           Height = 21
  1768.           TabOrder = 3
  1769.           Text = '30'
  1770.           OnChange = PhysModelSizesChange
  1771.         end
  1772.         object ShuffleGranEdit: TEdit
  1773.           Left = 10
  1774.           Top = 81
  1775.           Width = 65
  1776.           Height = 21
  1777.           TabOrder = 2
  1778.           Text = '1'
  1779.           OnChange = PhysModelSizesChange
  1780.         end
  1781.       end
  1782.       object EnvTabSheet: TTabSheet
  1783.         Caption = 'Envelopes'
  1784.         object Label10: TLabel
  1785.           Left = 8
  1786.           Top = 4
  1787.           Width = 64
  1788.           Height = 18
  1789.           Caption = 'Range, dB'
  1790.           Font.Charset = ANSI_CHARSET
  1791.           Font.Color = clWindowText
  1792.           Font.Height = -11
  1793.           Font.Name = 'MS Sans Serif'
  1794.           Font.Style = []
  1795.           ParentFont = False
  1796.           Visible = False
  1797.         end
  1798.         object Label11: TLabel
  1799.           Left = 160
  1800.           Top = 19
  1801.           Width = 33
  1802.           Height = 13
  1803.           Caption = 'Pack'
  1804.           Font.Charset = DEFAULT_CHARSET
  1805.           Font.Color = clWindowText
  1806.           Font.Height = -11
  1807.           Font.Name = 'MS Sans Serif'
  1808.           Font.Style = []
  1809.           ParentFont = False
  1810.         end
  1811.         object Label12: TLabel
  1812.           Left = 168
  1813.           Top = 60
  1814.           Width = 73
  1815.           Height = 16
  1816.           Caption = 'Block Size'
  1817.           Font.Charset = ANSI_CHARSET
  1818.           Font.Color = clWindowText
  1819.           Font.Height = -11
  1820.           Font.Name = 'MS Sans Serif'
  1821.           Font.Style = []
  1822.           ParentFont = False
  1823.         end
  1824.         object EnvLogCheckBox: TCheckBox
  1825.           Left = 79
  1826.           Top = 20
  1827.           Width = 49
  1828.           Height = 17
  1829.           Caption = 'Log'
  1830.           Font.Charset = ANSI_CHARSET
  1831.           Font.Color = clWindowText
  1832.           Font.Height = -11
  1833.           Font.Name = 'MS Sans Serif'
  1834.           Font.Style = []
  1835.           ParentFont = False
  1836.           State = cbChecked
  1837.           TabOrder = 2
  1838.           Visible = False
  1839.           OnClick = EnvLogCheckBoxClick
  1840.         end
  1841.         object EnvPackEdit: TEdit
  1842.           Left = 197
  1843.           Top = 15
  1844.           Width = 33
  1845.           Height = 21
  1846.           Font.Charset = DEFAULT_CHARSET
  1847.           Font.Color = clBlack
  1848.           Font.Height = -11
  1849.           Font.Name = 'MS Sans Serif'
  1850.           Font.Style = []
  1851.           ParentFont = False
  1852.           TabOrder = 3
  1853.           Text = '16'
  1854.         end
  1855.         object EnvRangeUpDown: TUpDown
  1856.           Left = 33
  1857.           Top = 22
  1858.           Width = 15
  1859.           Height = 21
  1860.           Associate = EnvRangeEdit
  1861.           Min = 10
  1862.           Increment = 10
  1863.           Position = 60
  1864.           TabOrder = 1
  1865.           Visible = False
  1866.           Wrap = False
  1867.         end
  1868.         object EnvRangeEdit: TEdit
  1869.           Left = 8
  1870.           Top = 22
  1871.           Width = 25
  1872.           Height = 21
  1873.           ReadOnly = True
  1874.           TabOrder = 0
  1875.           Text = '60'
  1876.           Visible = False
  1877.         end
  1878.         object EnvSizeCombo: TComboBox
  1879.           Left = 168
  1880.           Top = 81
  1881.           Width = 65
  1882.           Height = 21
  1883.           Style = csDropDownList
  1884.           ItemHeight = 13
  1885.           Items.Strings = (
  1886.             '32'
  1887.             '64'
  1888.             '128'
  1889.             '256'
  1890.             '512'
  1891.             '1024'
  1892.             '2048'
  1893.             '4096'
  1894.             '8192'
  1895.             '16384')
  1896.           TabOrder = 5
  1897.         end
  1898.         object GroupBox1: TGroupBox
  1899.           Left = 8
  1900.           Top = 52
  1901.           Width = 121
  1902.           Height = 69
  1903.           Caption = 'Frequencies'
  1904.           Font.Charset = DEFAULT_CHARSET
  1905.           Font.Color = clWindowText
  1906.           Font.Height = -11
  1907.           Font.Name = 'MS Sans Serif'
  1908.           Font.Style = []
  1909.           ParentFont = False
  1910.           TabOrder = 4
  1911.           object Label13: TLabel
  1912.             Left = 6
  1913.             Top = 18
  1914.             Width = 27
  1915.             Height = 13
  1916.             Caption = 'Min'
  1917.             Font.Charset = DEFAULT_CHARSET
  1918.             Font.Color = clWindowText
  1919.             Font.Height = -11
  1920.             Font.Name = 'MS Sans Serif'
  1921.             Font.Style = []
  1922.             ParentFont = False
  1923.           end
  1924.           object Label14: TLabel
  1925.             Left = 64
  1926.             Top = 17
  1927.             Width = 41
  1928.             Height = 13
  1929.             Caption = 'Max'
  1930.             Font.Charset = DEFAULT_CHARSET
  1931.             Font.Color = clWindowText
  1932.             Font.Height = -11
  1933.             Font.Name = 'MS Sans Serif'
  1934.             Font.Style = []
  1935.             ParentFont = False
  1936.           end
  1937.           object EnvMinFreqEdit: TEdit
  1938.             Left = 4
  1939.             Top = 33
  1940.             Width = 52
  1941.             Height = 21
  1942.             Font.Charset = DEFAULT_CHARSET
  1943.             Font.Color = clBlack
  1944.             Font.Height = -11
  1945.             Font.Name = 'MS Sans Serif'
  1946.             Font.Style = []
  1947.             ParentFont = False
  1948.             TabOrder = 0
  1949.             Text = '0'
  1950.           end
  1951.           object EnvMaxFreqEdit: TEdit
  1952.             Left = 62
  1953.             Top = 33
  1954.             Width = 52
  1955.             Height = 21
  1956.             Font.Charset = DEFAULT_CHARSET
  1957.             Font.Color = clBlack
  1958.             Font.Height = -11
  1959.             Font.Name = 'MS Sans Serif'
  1960.             Font.Style = []
  1961.             ParentFont = False
  1962.             TabOrder = 1
  1963.             Text = '1000'
  1964.           end
  1965.         end
  1966.       end
  1967.       object InvEnvTabSheet: TTabSheet
  1968.         Caption = 'Inverse Envelopes'
  1969.         object Label15: TLabel
  1970.           Left = 8
  1971.           Top = 6
  1972.           Width = 64
  1973.           Height = 16
  1974.           Caption = 'Range, dB'
  1975.           Font.Charset = ANSI_CHARSET
  1976.           Font.Color = clWindowText
  1977.           Font.Height = -11
  1978.           Font.Name = 'MS Sans Serif'
  1979.           Font.Style = []
  1980.           ParentFont = False
  1981.           Visible = False
  1982.         end
  1983.         object Label16: TLabel
  1984.           Left = 160
  1985.           Top = 19
  1986.           Width = 38
  1987.           Height = 19
  1988.           Caption = 'Pack'
  1989.           Font.Charset = DEFAULT_CHARSET
  1990.           Font.Color = clWindowText
  1991.           Font.Height = -11
  1992.           Font.Name = 'MS Sans Serif'
  1993.           Font.Style = []
  1994.           ParentFont = False
  1995.         end
  1996.         object Label17: TLabel
  1997.           Left = 165
  1998.           Top = 61
  1999.           Width = 68
  2000.           Height = 17
  2001.           Caption = 'Sa&mpling'
  2002.         end
  2003.         object Edit1: TEdit
  2004.           Left = 8
  2005.           Top = 22
  2006.           Width = 25
  2007.           Height = 21
  2008.           ReadOnly = True
  2009.           TabOrder = 0
  2010.           Text = '60'
  2011.           Visible = False
  2012.         end
  2013.         object UpDown3: TUpDown
  2014.           Left = 33
  2015.           Top = 22
  2016.           Width = 15
  2017.           Height = 24
  2018.           Min = 10
  2019.           Increment = 10
  2020.           Position = 60
  2021.           TabOrder = 1
  2022.           Visible = False
  2023.           Wrap = False
  2024.         end
  2025.         object InvEnvLogCheckBox: TCheckBox
  2026.           Left = 79
  2027.           Top = 20
  2028.           Width = 49
  2029.           Height = 17
  2030.           Caption = 'Log'
  2031.           Font.Charset = ANSI_CHARSET
  2032.           Font.Color = clWindowText
  2033.           Font.Height = -11
  2034.           Font.Name = 'MS Sans Serif'
  2035.           Font.Style = []
  2036.           ParentFont = False
  2037.           State = cbChecked
  2038.           TabOrder = 2
  2039.           Visible = False
  2040.         end
  2041.         object InvEnvPackEdit: TEdit
  2042.           Left = 197
  2043.           Top = 15
  2044.           Width = 33
  2045.           Height = 21
  2046.           Font.Charset = DEFAULT_CHARSET
  2047.           Font.Color = clBlack
  2048.           Font.Height = -11
  2049.           Font.Name = 'MS Sans Serif'
  2050.           Font.Style = []
  2051.           ParentFont = False
  2052.           TabOrder = 3
  2053.           Text = '16'
  2054.         end
  2055.         object GroupBox2: TGroupBox
  2056.           Left = 8
  2057.           Top = 52
  2058.           Width = 121
  2059.           Height = 69
  2060.           Caption = 'Frequencies'
  2061.           Font.Charset = DEFAULT_CHARSET
  2062.           Font.Color = clWindowText
  2063.           Font.Height = -11
  2064.           Font.Name = 'MS Sans Serif'
  2065.           Font.Style = []
  2066.           ParentFont = False
  2067.           TabOrder = 4
  2068.           object Label18: TLabel
  2069.             Left = 6
  2070.             Top = 18
  2071.             Width = 35
  2072.             Height = 13
  2073.             Caption = 'Min'
  2074.             Font.Charset = DEFAULT_CHARSET
  2075.             Font.Color = clWindowText
  2076.             Font.Height = -11
  2077.             Font.Name = 'MS Sans Serif'
  2078.             Font.Style = []
  2079.             ParentFont = False
  2080.           end
  2081.           object Label19: TLabel
  2082.             Left = 64
  2083.             Top = 17
  2084.             Width = 41
  2085.             Height = 13
  2086.             Caption = 'Max'
  2087.             Font.Charset = DEFAULT_CHARSET
  2088.             Font.Color = clWindowText
  2089.             Font.Height = -11
  2090.             Font.Name = 'MS Sans Serif'
  2091.             Font.Style = []
  2092.             ParentFont = False
  2093.           end
  2094.           object InvEnvMinFreqEdit: TEdit
  2095.             Left = 4
  2096.             Top = 33
  2097.             Width = 52
  2098.             Height = 21
  2099.             Font.Charset = DEFAULT_CHARSET
  2100.             Font.Color = clBlack
  2101.             Font.Height = -11
  2102.             Font.Name = 'MS Sans Serif'
  2103.             Font.Style = []
  2104.             ParentFont = False
  2105.             TabOrder = 0
  2106.             Text = '0'
  2107.           end
  2108.           object InvEnvMaxFreqEdit: TEdit
  2109.             Left = 62
  2110.             Top = 33
  2111.             Width = 52
  2112.             Height = 21
  2113.             Font.Charset = DEFAULT_CHARSET
  2114.             Font.Color = clBlack
  2115.             Font.Height = -11
  2116.             Font.Name = 'MS Sans Serif'
  2117.             Font.Style = []
  2118.             ParentFont = False
  2119.             TabOrder = 1
  2120.             Text = '1000'
  2121.           end
  2122.         end
  2123.         object InvEnvelopSampling: TEdit
  2124.           Left = 165
  2125.           Top = 79
  2126.           Width = 65
  2127.           Height = 21
  2128.           TabOrder = 5
  2129.           Text = '44100'
  2130.         end
  2131.       end
  2132.     end
  2133.     object Panel3: TPanel
  2134.       Left = 1
  2135.       Top = 297
  2136.       Width = 253
  2137.       Height = 143
  2138.       Align = alBottom
  2139.       TabOrder = 1
  2140.       object LoadBtn: TBitBtn
  2141.         Left = 16
  2142.         Top = 7
  2143.         Width = 80
  2144.         Height = 25
  2145.         Hint = 'Click to load source data'
  2146.         Caption = '&Load'
  2147.         Default = True
  2148.         ParentShowHint = False
  2149.         ShowHint = True
  2150.         TabOrder = 0
  2151.         OnClick = LoadBtnClick
  2152.         Glyph.Data = {
  2153.           76010000424D7601000000000000760000002800000020000000100000000100
  2154.           04000000000000010000130B0000130B00000000000000000000000000000000
  2155.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2156.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  2157.           333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  2158.           0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  2159.           07333337F3FF3FFF7F333330F00F000F07333337F77377737F333330FFFFFFFF
  2160.           07333FF7F3FFFF3F7FFFBBB0F0000F0F0BB37777F7777373777F3BB0FFFFFFFF
  2161.           0BBB3777F3FF3FFF77773330F00F000003333337F773777773333330FFFF0FF0
  2162.           33333337F3FF7F37F3333330F08F0F0B33333337F7737F77FF333330FFFF003B
  2163.           B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  2164.           3BB33773333773333773B333333B3333333B7333333733333337}
  2165.         NumGlyphs = 2
  2166.       end
  2167.       object RenderBtn: TBitBtn
  2168.         Left = 16
  2169.         Top = 65
  2170.         Width = 80
  2171.         Height = 25
  2172.         Hint = 'Click to start conversion'
  2173.         Caption = '&Convert'
  2174.         Enabled = False
  2175.         ParentShowHint = False
  2176.         ShowHint = True
  2177.         TabOrder = 2
  2178.         OnClick = RenderBtnClick
  2179.         Glyph.Data = {
  2180.           78010000424D7801000000000000760000002800000020000000100000000100
  2181.           04000000000000000000120B0000120B00000000000000000000000000000000
  2182.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2183.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00370777033333
  2184.           3330337F3F7F33333F3787070003333707303F737773333373F7007703333330
  2185.           700077337F3333373777887007333337007733F773F333337733700070333333
  2186.           077037773733333F7F37703707333300080737F373333377737F003333333307
  2187.           78087733FFF3337FFF7F33300033330008073F3777F33F777F73073070370733
  2188.           078073F7F7FF73F37FF7700070007037007837773777F73377FF007777700730
  2189.           70007733FFF77F37377707700077033707307F37773F7FFF7337080777070003
  2190.           3330737F3F7F777F333778080707770333333F7F737F3F7F3333080787070003
  2191.           33337F73FF7377733333078000770333333373377733733333330000}
  2192.         NumGlyphs = 2
  2193.       end
  2194.       object SaveBtn: TBitBtn
  2195.         Left = 16
  2196.         Top = 95
  2197.         Width = 80
  2198.         Height = 25
  2199.         Hint = 'Save the result of conversion'
  2200.         Caption = '&Save'
  2201.         Enabled = False
  2202.         ParentShowHint = False
  2203.         ShowHint = True
  2204.         TabOrder = 3
  2205.         OnClick = SaveBtnClick
  2206.         Glyph.Data = {
  2207.           76010000424D7601000000000000760000002800000020000000100000000100
  2208.           04000000000000010000130B0000130B00000000000000000000000000000000
  2209.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2210.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333330070
  2211.           7700333333337777777733333333008088003333333377F73377333333330088
  2212.           88003333333377FFFF7733333333000000003FFFFFFF77777777000000000000
  2213.           000077777777777777770FFFFFFF0FFFFFF07F3333337F3333370FFFFFFF0FFF
  2214.           FFF07F3FF3FF7FFFFFF70F00F0080CCC9CC07F773773777777770FFFFFFFF039
  2215.           99337F3FFFF3F7F777F30F0000F0F09999937F7777373777777F0FFFFFFFF999
  2216.           99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  2217.           99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  2218.           93337FFFF7737777733300000033333333337777773333333333}
  2219.         NumGlyphs = 2
  2220.       end
  2221.       object ExitBtn: TBitBtn
  2222.         Left = 164
  2223.         Top = 95
  2224.         Width = 80
  2225.         Height = 25
  2226.         Hint = 'Good bye'
  2227.         Caption = 'E&xit'
  2228.         ModalResult = 8
  2229.         ParentShowHint = False
  2230.         ShowHint = True
  2231.         TabOrder = 9
  2232.         OnClick = ExitBtnClick
  2233.         Glyph.Data = {
  2234.           78010000424D7801000000000000760000002800000020000000100000000100
  2235.           04000000000000000000120B0000120B00000000000000000000000000000000
  2236.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2237.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  2238.           03333377777777777F333301BBBBBBBB033333773F3333337F3333011BBBBBBB
  2239.           0333337F73F333337F33330111BBBBBB0333337F373F33337F333301110BBBBB
  2240.           0333337F337F33337F333301110BBBBB0333337F337F33337F333301110BBBBB
  2241.           0333337F337F33337F333301110BBBBB0333337F337F33337F333301110BBBBB
  2242.           0333337F337F33337F333301110BBBBB0333337F337FF3337F33330111B0BBBB
  2243.           0333337F337733337F333301110BBBBB0333337F337F33337F333301110BBBBB
  2244.           0333337F3F7F33337F333301E10BBBBB0333337F7F7F33337F333301EE0BBBBB
  2245.           0333337F777FFFFF7F33330000000000033333777777777773330000}
  2246.         NumGlyphs = 2
  2247.       end
  2248.       object AboutBtn: TBitBtn
  2249.         Left = 164
  2250.         Top = 65
  2251.         Width = 80
  2252.         Height = 25
  2253.         Hint = 'This is Bitmap Player'
  2254.         Caption = 'Help/Update'
  2255.         ParentShowHint = False
  2256.         ShowHint = True
  2257.         TabOrder = 8
  2258.         OnClick = AboutBtnClick
  2259.         NumGlyphs = 2
  2260.       end
  2261.       object PlayBtn: TBitBtn
  2262.         Left = 164
  2263.         Top = 35
  2264.         Width = 80
  2265.         Height = 25
  2266.         Hint = 'Play the sound created'
  2267.         Caption = '&Play'
  2268.         Enabled = False
  2269.         ParentShowHint = False
  2270.         ShowHint = True
  2271.         TabOrder = 7
  2272.         OnClick = PlayBtnClick
  2273.         Glyph.Data = {
  2274.           76010000424D7601000000000000760000002800000020000000100000000100
  2275.           04000000000000010000130B0000130B00000000000000000000000000000000
  2276.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2277.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2278.           33333333333333333333EEEEEEEEEEEEEEE333FFFFFFFFFFFFF3E00000000000
  2279.           00E337777777777777F3E0F77777777770E337F33333333337F3E0F333333333
  2280.           70E337F3333F333337F3E0F33303333370E337F3337FF33337F3E0F333003333
  2281.           70E337F33377FF3337F3E0F33300033370E337F333777FF337F3E0F333000033
  2282.           70E337F33377773337F3E0F33300033370E337F33377733337F3E0F333003333
  2283.           70E337F33377333337F3E0F33303333370E337F33373333337F3E0F333333333
  2284.           70E337F33333333337F3E0FFFFFFFFFFF0E337FFFFFFFFFFF7F3E00000000000
  2285.           00E33777777777777733EEEEEEEEEEEEEEE33333333333333333}
  2286.         NumGlyphs = 2
  2287.       end
  2288.       object AutoPlayCheckBox: TCheckBox
  2289.         Left = 164
  2290.         Top = 7
  2291.         Width = 80
  2292.         Height = 17
  2293.         Caption = 'Autoplay'
  2294.         TabOrder = 6
  2295.       end
  2296.       object ProgressBar1: TProgressBar
  2297.         Left = 1
  2298.         Top = 126
  2299.         Width = 251
  2300.         Height = 16
  2301.         Align = alBottom
  2302.         Min = 0
  2303.         Max = 100
  2304.         Step = 1
  2305.         TabOrder = 10
  2306.       end
  2307.       object BatchBtn: TBitBtn
  2308.         Left = 16
  2309.         Top = 35
  2310.         Width = 80
  2311.         Height = 25
  2312.         Hint = 'Click to process data batch'
  2313.         Caption = '&Batch'
  2314.         ParentShowHint = False
  2315.         ShowHint = True
  2316.         TabOrder = 1
  2317.         OnClick = BatchBtnClick
  2318.         Glyph.Data = {
  2319.           78010000424D7801000000000000760000002800000020000000100000000100
  2320.           04000000000000000000120B0000120B00000000000000000000000000000000
  2321.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2322.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555000000
  2323.           000055555F77777777775555000FFFFFFFF0555F777F5FFFF55755000F0F0000
  2324.           FFF05F777F7F77775557000F0F0FFFFFFFF0777F7F7F5FFFFFF70F0F0F0F0000
  2325.           00F07F7F7F7F777777570F0F0F0FFFFFFFF07F7F7F7F5FFFFFF70F0F0F0F0000
  2326.           00F07F7F7F7F777777570F0F0F0FFFFFFFF07F7F7F7F5FFF55570F0F0F0F000F
  2327.           FFF07F7F7F7F77755FF70F0F0F0FFFFF00007F7F7F7F5FF577770F0F0F0F00FF
  2328.           0F057F7F7F7F77557F750F0F0F0FFFFF00557F7F7F7FFFFF77550F0F0F000000
  2329.           05557F7F7F77777775550F0F0000000555557F7F7777777555550F0000000555
  2330.           55557F77777775555555000000055555555577777775555555550000}
  2331.         NumGlyphs = 2
  2332.       end
  2333.       object LeftButton: TButton
  2334.         Left = 99
  2335.         Top = 95
  2336.         Width = 25
  2337.         Height = 25
  2338.         Hint = 'Click to use the result in the left channel'
  2339.         Caption = 'L'
  2340.         Enabled = False
  2341.         ParentShowHint = False
  2342.         ShowHint = True
  2343.         TabOrder = 4
  2344.         OnClick = LeftButtonClick
  2345.       end
  2346.       object RightButton: TButton
  2347.         Left = 128
  2348.         Top = 95
  2349.         Width = 25
  2350.         Height = 25
  2351.         Hint = 'Click to use the result in the right channel'
  2352.         Caption = 'R'
  2353.         Enabled = False
  2354.         ParentShowHint = False
  2355.         ShowHint = True
  2356.         TabOrder = 5
  2357.         OnClick = RightButtonClick
  2358.       end
  2359.     end
  2360.   end
  2361.   object OpenDialog1: TOpenDialog
  2362.     FileEditStyle = fsEdit
  2363.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  2364.     Left = 424
  2365.     Top = 312
  2366.   end
  2367.   object SaveDialog1: TSaveDialog
  2368.     FileEditStyle = fsEdit
  2369.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofNoReadOnlyReturn]
  2370.     Left = 416
  2371.     Top = 352
  2372.   end
  2373.   object ConvOpenDialog: TOpenDialog
  2374.     DefaultExt = 'wav'
  2375.     FileEditStyle = fsEdit
  2376.     Filter = 'Wave files (short ones required)|*.wav'
  2377.     FilterIndex = 0
  2378.     Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist]
  2379.     Title = 'Convolution window - short sound'
  2380.     Left = 542
  2381.     Top = 413
  2382.   end
  2383.   object SaveDialog2: TSaveDialog
  2384.     DefaultExt = 'wav'
  2385.     FileEditStyle = fsEdit
  2386.     FileName = 'stereo.wav'
  2387.     Filter = 'Sound files (*.wav)|*.wav'
  2388.     Options = [ofReadOnly, ofOverwritePrompt, ofPathMustExist]
  2389.     Left = 392
  2390.     Top = 256
  2391.   end
  2392.   object OpenDialog2: TOpenDialog
  2393.     DefaultExt = 'wav'
  2394.     FileEditStyle = fsEdit
  2395.     Filter = 'Sound files (*.wav)|*.wav'
  2396.     Options = [ofPathMustExist, ofFileMustExist]
  2397.     Left = 424
  2398.     Top = 256
  2399.   end
  2400.   object OpenDialog3: TOpenDialog
  2401.     DefaultExt = 'env'
  2402.     FileEditStyle = fsEdit
  2403.     Filter = 'Envelope files (*.env)|*.env'
  2404.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  2405.     Left = 539
  2406.     Top = 146
  2407.   end
  2408. end
  2409.