form_Audio.dfm
上传用户:gelin96
上传日期:2017-01-08
资源大小:20993k
文件大小:581k
源码类别:

MTK

开发平台:

C++ Builder

  1. object frmAudio: TfrmAudio
  2.   Left = 164
  3.   Top = 97
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Audio'
  7.   ClientHeight = 723
  8.   ClientWidth = 779
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnHide = FormHide
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label34: TLabel
  25.     Left = 224
  26.     Top = 40
  27.     Width = 38
  28.     Height = 13
  29.     Caption = 'Label34'
  30.   end
  31.   object tabAudio: TPageControl
  32.     Left = 2
  33.     Top = 2
  34.     Width = 777
  35.     Height = 720
  36.     ActivePage = tsCVS
  37.     MultiLine = True
  38.     TabIndex = 10
  39.     TabOrder = 0
  40.     OnChange = PageControlOnChange
  41.     object ts8KCoeff: TTabSheet
  42.       Caption = 'Speech FIR Coeff'
  43.       object lblTimeConst_8k: TLabel
  44.         Left = 8
  45.         Top = 0
  46.         Width = 68
  47.         Height = 13
  48.         Caption = 'Time Constant'
  49.       end
  50.       object lblVolumeConst_8k: TLabel
  51.         Left = 104
  52.         Top = 0
  53.         Width = 80
  54.         Height = 13
  55.         Caption = 'Volume Constant'
  56.       end
  57.       object lblTimeConst2_8k: TLabel
  58.         Left = 208
  59.         Top = 0
  60.         Width = 80
  61.         Height = 13
  62.         Caption = 'Time  Constant 2'
  63.       end
  64.       object lblVolumeConst2_8k: TLabel
  65.         Left = 312
  66.         Top = 0
  67.         Width = 89
  68.         Height = 13
  69.         Caption = 'Volume Constant 2'
  70.       end
  71.       object lblMediaPlaybackMaxSwing_8k: TLabel
  72.         Left = 408
  73.         Top = 0
  74.         Width = 131
  75.         Height = 13
  76.         Caption = 'Media Playback Max Swing'
  77.       end
  78.       object lblOutputCoeffIndex8k: TLabel
  79.         Left = 568
  80.         Top = 0
  81.         Width = 95
  82.         Height = 13
  83.         Caption = 'Output Coeff. Index '
  84.       end
  85.       object grpFirInput: TGroupBox
  86.         Left = 8
  87.         Top = 36
  88.         Width = 641
  89.         Height = 113
  90.         Caption = '  Handset Input Coeff.  '
  91.         TabOrder = 0
  92.         object lblHICCol0: TLabel
  93.           Left = 152
  94.           Top = 8
  95.           Width = 41
  96.           Height = 13
  97.           Alignment = taCenter
  98.           AutoSize = False
  99.           Caption = '30'
  100.         end
  101.         object lblHICCol1: TLabel
  102.           Left = 200
  103.           Top = 8
  104.           Width = 41
  105.           Height = 13
  106.           Alignment = taCenter
  107.           AutoSize = False
  108.           Caption = '29'
  109.         end
  110.         object lblHICCol2: TLabel
  111.           Left = 248
  112.           Top = 8
  113.           Width = 41
  114.           Height = 13
  115.           Alignment = taCenter
  116.           AutoSize = False
  117.           Caption = '28'
  118.         end
  119.         object lblHICCol3: TLabel
  120.           Left = 296
  121.           Top = 8
  122.           Width = 41
  123.           Height = 13
  124.           Alignment = taCenter
  125.           AutoSize = False
  126.           Caption = '27'
  127.         end
  128.         object lblHICCol4: TLabel
  129.           Left = 344
  130.           Top = 8
  131.           Width = 41
  132.           Height = 13
  133.           Alignment = taCenter
  134.           AutoSize = False
  135.           Caption = '26'
  136.         end
  137.         object lblHICCol5: TLabel
  138.           Left = 392
  139.           Top = 8
  140.           Width = 41
  141.           Height = 13
  142.           Alignment = taCenter
  143.           AutoSize = False
  144.           Caption = '25'
  145.         end
  146.         object lblHICCol6: TLabel
  147.           Left = 440
  148.           Top = 8
  149.           Width = 41
  150.           Height = 13
  151.           Alignment = taCenter
  152.           AutoSize = False
  153.           Caption = '24'
  154.         end
  155.         object lblHICCol7: TLabel
  156.           Left = 488
  157.           Top = 8
  158.           Width = 41
  159.           Height = 13
  160.           Alignment = taCenter
  161.           AutoSize = False
  162.           Caption = '23'
  163.         end
  164.         object lblHICCol8: TLabel
  165.           Left = 536
  166.           Top = 8
  167.           Width = 41
  168.           Height = 13
  169.           Alignment = taCenter
  170.           AutoSize = False
  171.           Caption = '22'
  172.         end
  173.         object lblHICCol9: TLabel
  174.           Left = 584
  175.           Top = 8
  176.           Width = 41
  177.           Height = 13
  178.           Alignment = taCenter
  179.           AutoSize = False
  180.           Caption = '21'
  181.         end
  182.         object lblHICRow0: TLabel
  183.           Left = 104
  184.           Top = 21
  185.           Width = 41
  186.           Height = 13
  187.           Alignment = taRightJustify
  188.           AutoSize = False
  189.           Caption = '30~21'
  190.         end
  191.         object lblHICRow1: TLabel
  192.           Left = 104
  193.           Top = 56
  194.           Width = 41
  195.           Height = 13
  196.           Alignment = taRightJustify
  197.           AutoSize = False
  198.           Caption = '20~11'
  199.         end
  200.         object lblHICRow2: TLabel
  201.           Left = 104
  202.           Top = 90
  203.           Width = 41
  204.           Height = 13
  205.           Alignment = taRightJustify
  206.           AutoSize = False
  207.           Caption = '10~1'
  208.         end
  209.         object lblHICCol20: TLabel
  210.           Left = 152
  211.           Top = 74
  212.           Width = 41
  213.           Height = 13
  214.           Alignment = taCenter
  215.           AutoSize = False
  216.           Caption = '10'
  217.         end
  218.         object lblHICCol21: TLabel
  219.           Left = 200
  220.           Top = 74
  221.           Width = 41
  222.           Height = 13
  223.           Alignment = taCenter
  224.           AutoSize = False
  225.           Caption = '9'
  226.         end
  227.         object lblHICCol22: TLabel
  228.           Left = 248
  229.           Top = 74
  230.           Width = 41
  231.           Height = 13
  232.           Alignment = taCenter
  233.           AutoSize = False
  234.           Caption = '8'
  235.         end
  236.         object lblHICCol23: TLabel
  237.           Left = 296
  238.           Top = 74
  239.           Width = 41
  240.           Height = 13
  241.           Alignment = taCenter
  242.           AutoSize = False
  243.           Caption = '7'
  244.         end
  245.         object lblHICCol24: TLabel
  246.           Left = 344
  247.           Top = 74
  248.           Width = 41
  249.           Height = 13
  250.           Alignment = taCenter
  251.           AutoSize = False
  252.           Caption = '6'
  253.         end
  254.         object lblHICCol25: TLabel
  255.           Left = 392
  256.           Top = 74
  257.           Width = 41
  258.           Height = 13
  259.           Alignment = taCenter
  260.           AutoSize = False
  261.           Caption = '5'
  262.         end
  263.         object lblHICCol26: TLabel
  264.           Left = 440
  265.           Top = 74
  266.           Width = 41
  267.           Height = 13
  268.           Alignment = taCenter
  269.           AutoSize = False
  270.           Caption = '4'
  271.         end
  272.         object lblHICCol27: TLabel
  273.           Left = 488
  274.           Top = 74
  275.           Width = 41
  276.           Height = 13
  277.           Alignment = taCenter
  278.           AutoSize = False
  279.           Caption = '3'
  280.         end
  281.         object lblHICCol28: TLabel
  282.           Left = 536
  283.           Top = 74
  284.           Width = 41
  285.           Height = 13
  286.           Alignment = taCenter
  287.           AutoSize = False
  288.           Caption = '2'
  289.         end
  290.         object lblHICCol29: TLabel
  291.           Left = 584
  292.           Top = 74
  293.           Width = 41
  294.           Height = 13
  295.           Alignment = taCenter
  296.           AutoSize = False
  297.           Caption = '1'
  298.         end
  299.         object lblHICCol10: TLabel
  300.           Left = 152
  301.           Top = 40
  302.           Width = 41
  303.           Height = 13
  304.           Alignment = taCenter
  305.           AutoSize = False
  306.           Caption = '20'
  307.         end
  308.         object lblHICCol11: TLabel
  309.           Left = 200
  310.           Top = 40
  311.           Width = 41
  312.           Height = 13
  313.           Alignment = taCenter
  314.           AutoSize = False
  315.           Caption = '19'
  316.         end
  317.         object lblHICCol12: TLabel
  318.           Left = 248
  319.           Top = 40
  320.           Width = 41
  321.           Height = 13
  322.           Alignment = taCenter
  323.           AutoSize = False
  324.           Caption = '18'
  325.         end
  326.         object lblHICCol13: TLabel
  327.           Left = 296
  328.           Top = 40
  329.           Width = 41
  330.           Height = 13
  331.           Alignment = taCenter
  332.           AutoSize = False
  333.           Caption = '17'
  334.         end
  335.         object lblHICCol14: TLabel
  336.           Left = 344
  337.           Top = 40
  338.           Width = 41
  339.           Height = 13
  340.           Alignment = taCenter
  341.           AutoSize = False
  342.           Caption = '16'
  343.         end
  344.         object lblHICCol15: TLabel
  345.           Left = 392
  346.           Top = 40
  347.           Width = 41
  348.           Height = 13
  349.           Alignment = taCenter
  350.           AutoSize = False
  351.           Caption = '15'
  352.         end
  353.         object lblHICCol16: TLabel
  354.           Left = 440
  355.           Top = 40
  356.           Width = 41
  357.           Height = 13
  358.           Alignment = taCenter
  359.           AutoSize = False
  360.           Caption = '14'
  361.         end
  362.         object lblHICCol17: TLabel
  363.           Left = 488
  364.           Top = 40
  365.           Width = 41
  366.           Height = 13
  367.           Alignment = taCenter
  368.           AutoSize = False
  369.           Caption = '13'
  370.         end
  371.         object lblHICCol18: TLabel
  372.           Left = 536
  373.           Top = 40
  374.           Width = 41
  375.           Height = 13
  376.           Alignment = taCenter
  377.           AutoSize = False
  378.           Caption = '12'
  379.         end
  380.         object lblHICCol19: TLabel
  381.           Left = 584
  382.           Top = 40
  383.           Width = 41
  384.           Height = 13
  385.           Alignment = taCenter
  386.           AutoSize = False
  387.           Caption = '11'
  388.         end
  389.         object edtFirInputCoef00: TEdit
  390.           Left = 152
  391.           Top = 20
  392.           Width = 41
  393.           Height = 21
  394.           TabOrder = 0
  395.           Text = '0'
  396.           OnExit = edtHICCheck
  397.         end
  398.         object edtFirInputCoef01: TEdit
  399.           Tag = 1
  400.           Left = 200
  401.           Top = 20
  402.           Width = 41
  403.           Height = 21
  404.           TabOrder = 1
  405.           Text = '0'
  406.           OnExit = edtHICCheck
  407.         end
  408.         object edtFirInputCoef02: TEdit
  409.           Tag = 2
  410.           Left = 248
  411.           Top = 20
  412.           Width = 41
  413.           Height = 21
  414.           TabOrder = 2
  415.           Text = '0'
  416.           OnExit = edtHICCheck
  417.         end
  418.         object edtFirInputCoef03: TEdit
  419.           Tag = 3
  420.           Left = 296
  421.           Top = 20
  422.           Width = 41
  423.           Height = 21
  424.           TabOrder = 3
  425.           Text = '0'
  426.           OnExit = edtHICCheck
  427.         end
  428.         object edtFirInputCoef04: TEdit
  429.           Tag = 4
  430.           Left = 344
  431.           Top = 20
  432.           Width = 41
  433.           Height = 21
  434.           TabOrder = 4
  435.           Text = '0'
  436.           OnExit = edtHICCheck
  437.         end
  438.         object edtFirInputCoef05: TEdit
  439.           Tag = 5
  440.           Left = 392
  441.           Top = 20
  442.           Width = 41
  443.           Height = 21
  444.           TabOrder = 5
  445.           Text = '0'
  446.           OnExit = edtHICCheck
  447.         end
  448.         object edtFirInputCoef06: TEdit
  449.           Tag = 6
  450.           Left = 440
  451.           Top = 20
  452.           Width = 41
  453.           Height = 21
  454.           TabOrder = 6
  455.           Text = '0'
  456.           OnExit = edtHICCheck
  457.         end
  458.         object edtFirInputCoef07: TEdit
  459.           Tag = 7
  460.           Left = 488
  461.           Top = 20
  462.           Width = 41
  463.           Height = 21
  464.           TabOrder = 7
  465.           Text = '0'
  466.           OnExit = edtHICCheck
  467.         end
  468.         object edtFirInputCoef08: TEdit
  469.           Tag = 8
  470.           Left = 536
  471.           Top = 20
  472.           Width = 41
  473.           Height = 21
  474.           TabOrder = 8
  475.           Text = '0'
  476.           OnExit = edtHICCheck
  477.         end
  478.         object edtFirInputCoef09: TEdit
  479.           Tag = 9
  480.           Left = 584
  481.           Top = 20
  482.           Width = 41
  483.           Height = 21
  484.           TabOrder = 9
  485.           Text = '0'
  486.           OnExit = edtHICCheck
  487.         end
  488.         object edtFirInputCoef10: TEdit
  489.           Tag = 10
  490.           Left = 152
  491.           Top = 54
  492.           Width = 41
  493.           Height = 21
  494.           TabOrder = 10
  495.           Text = '0'
  496.           OnExit = edtHICCheck
  497.         end
  498.         object edtFirInputCoef11: TEdit
  499.           Tag = 11
  500.           Left = 200
  501.           Top = 54
  502.           Width = 41
  503.           Height = 21
  504.           TabOrder = 11
  505.           Text = '0'
  506.           OnExit = edtHICCheck
  507.         end
  508.         object edtFirInputCoef12: TEdit
  509.           Tag = 12
  510.           Left = 248
  511.           Top = 54
  512.           Width = 41
  513.           Height = 21
  514.           TabOrder = 12
  515.           Text = '0'
  516.           OnExit = edtHICCheck
  517.         end
  518.         object edtFirInputCoef13: TEdit
  519.           Tag = 13
  520.           Left = 296
  521.           Top = 54
  522.           Width = 41
  523.           Height = 21
  524.           TabOrder = 13
  525.           Text = '0'
  526.           OnExit = edtHICCheck
  527.         end
  528.         object edtFirInputCoef14: TEdit
  529.           Tag = 14
  530.           Left = 344
  531.           Top = 54
  532.           Width = 41
  533.           Height = 21
  534.           TabOrder = 14
  535.           Text = '0'
  536.           OnExit = edtHICCheck
  537.         end
  538.         object edtFirInputCoef15: TEdit
  539.           Tag = 15
  540.           Left = 392
  541.           Top = 54
  542.           Width = 41
  543.           Height = 21
  544.           TabOrder = 15
  545.           Text = '0'
  546.           OnExit = edtHICCheck
  547.         end
  548.         object edtFirInputCoef16: TEdit
  549.           Tag = 16
  550.           Left = 440
  551.           Top = 54
  552.           Width = 41
  553.           Height = 21
  554.           TabOrder = 16
  555.           Text = '0'
  556.           OnExit = edtHICCheck
  557.         end
  558.         object edtFirInputCoef17: TEdit
  559.           Tag = 17
  560.           Left = 488
  561.           Top = 54
  562.           Width = 41
  563.           Height = 21
  564.           TabOrder = 17
  565.           Text = '0'
  566.           OnExit = edtHICCheck
  567.         end
  568.         object edtFirInputCoef18: TEdit
  569.           Tag = 18
  570.           Left = 536
  571.           Top = 54
  572.           Width = 41
  573.           Height = 21
  574.           TabOrder = 18
  575.           Text = '0'
  576.           OnExit = edtHICCheck
  577.         end
  578.         object edtFirInputCoef19: TEdit
  579.           Tag = 19
  580.           Left = 584
  581.           Top = 54
  582.           Width = 41
  583.           Height = 21
  584.           TabOrder = 19
  585.           Text = '0'
  586.           OnExit = edtHICCheck
  587.         end
  588.         object edtFirInputCoef20: TEdit
  589.           Tag = 20
  590.           Left = 152
  591.           Top = 86
  592.           Width = 41
  593.           Height = 21
  594.           TabOrder = 20
  595.           Text = '0'
  596.           OnExit = edtHICCheck
  597.         end
  598.         object edtFirInputCoef21: TEdit
  599.           Tag = 21
  600.           Left = 200
  601.           Top = 86
  602.           Width = 41
  603.           Height = 21
  604.           TabOrder = 21
  605.           Text = '0'
  606.           OnExit = edtHICCheck
  607.         end
  608.         object edtFirInputCoef22: TEdit
  609.           Tag = 22
  610.           Left = 248
  611.           Top = 86
  612.           Width = 41
  613.           Height = 21
  614.           TabOrder = 22
  615.           Text = '0'
  616.           OnExit = edtHICCheck
  617.         end
  618.         object edtFirInputCoef23: TEdit
  619.           Tag = 23
  620.           Left = 296
  621.           Top = 86
  622.           Width = 41
  623.           Height = 21
  624.           TabOrder = 23
  625.           Text = '0'
  626.           OnExit = edtHICCheck
  627.         end
  628.         object edtFirInputCoef24: TEdit
  629.           Tag = 24
  630.           Left = 344
  631.           Top = 86
  632.           Width = 41
  633.           Height = 21
  634.           TabOrder = 24
  635.           Text = '0'
  636.           OnExit = edtHICCheck
  637.         end
  638.         object edtFirInputCoef25: TEdit
  639.           Tag = 25
  640.           Left = 392
  641.           Top = 86
  642.           Width = 41
  643.           Height = 21
  644.           TabOrder = 25
  645.           Text = '0'
  646.           OnExit = edtHICCheck
  647.         end
  648.         object edtFirInputCoef26: TEdit
  649.           Tag = 26
  650.           Left = 440
  651.           Top = 86
  652.           Width = 41
  653.           Height = 21
  654.           TabOrder = 26
  655.           Text = '0'
  656.           OnExit = edtHICCheck
  657.         end
  658.         object edtFirInputCoef27: TEdit
  659.           Tag = 27
  660.           Left = 488
  661.           Top = 86
  662.           Width = 41
  663.           Height = 21
  664.           TabOrder = 27
  665.           Text = '0'
  666.           OnExit = edtHICCheck
  667.         end
  668.         object edtFirInputCoef28: TEdit
  669.           Tag = 28
  670.           Left = 536
  671.           Top = 86
  672.           Width = 41
  673.           Height = 21
  674.           TabOrder = 28
  675.           Text = '0'
  676.           OnExit = edtHICCheck
  677.         end
  678.         object edtFirInputCoef29: TEdit
  679.           Tag = 29
  680.           Left = 584
  681.           Top = 86
  682.           Width = 41
  683.           Height = 21
  684.           TabOrder = 29
  685.           Text = '0'
  686.           OnExit = edtHICCheck
  687.         end
  688.         object cbEnableHIC: TCheckBox
  689.           Left = 8
  690.           Top = 32
  691.           Width = 89
  692.           Height = 17
  693.           Caption = 'Enable Coeff.'
  694.           TabOrder = 30
  695.           OnClick = cbEnableHICClick
  696.         end
  697.       end
  698.       object grpFirOutput: TGroupBox
  699.         Left = 8
  700.         Top = 153
  701.         Width = 641
  702.         Height = 113
  703.         Caption = '  Handset Output Coeff.   '
  704.         TabOrder = 1
  705.         object lblHOCCol0: TLabel
  706.           Left = 152
  707.           Top = 8
  708.           Width = 41
  709.           Height = 13
  710.           Alignment = taCenter
  711.           AutoSize = False
  712.           Caption = '30'
  713.         end
  714.         object lblHOCCol1: TLabel
  715.           Left = 200
  716.           Top = 8
  717.           Width = 41
  718.           Height = 13
  719.           Alignment = taCenter
  720.           AutoSize = False
  721.           Caption = '29'
  722.         end
  723.         object lblHOCCol2: TLabel
  724.           Left = 248
  725.           Top = 8
  726.           Width = 41
  727.           Height = 13
  728.           Alignment = taCenter
  729.           AutoSize = False
  730.           Caption = '28'
  731.         end
  732.         object lblHOCCol3: TLabel
  733.           Left = 296
  734.           Top = 8
  735.           Width = 41
  736.           Height = 13
  737.           Alignment = taCenter
  738.           AutoSize = False
  739.           Caption = '27'
  740.         end
  741.         object lblHOCCol4: TLabel
  742.           Left = 344
  743.           Top = 8
  744.           Width = 41
  745.           Height = 13
  746.           Alignment = taCenter
  747.           AutoSize = False
  748.           Caption = '26'
  749.         end
  750.         object lblHOCCol5: TLabel
  751.           Left = 392
  752.           Top = 8
  753.           Width = 41
  754.           Height = 13
  755.           Alignment = taCenter
  756.           AutoSize = False
  757.           Caption = '25'
  758.         end
  759.         object lblHOCCol6: TLabel
  760.           Left = 440
  761.           Top = 8
  762.           Width = 41
  763.           Height = 13
  764.           Alignment = taCenter
  765.           AutoSize = False
  766.           Caption = '24'
  767.         end
  768.         object lblHOCCol7: TLabel
  769.           Left = 488
  770.           Top = 8
  771.           Width = 41
  772.           Height = 13
  773.           Alignment = taCenter
  774.           AutoSize = False
  775.           Caption = '23'
  776.         end
  777.         object lblHOCCol8: TLabel
  778.           Left = 536
  779.           Top = 8
  780.           Width = 41
  781.           Height = 13
  782.           Alignment = taCenter
  783.           AutoSize = False
  784.           Caption = '22'
  785.         end
  786.         object lblHOCCol9: TLabel
  787.           Left = 584
  788.           Top = 8
  789.           Width = 41
  790.           Height = 13
  791.           Alignment = taCenter
  792.           AutoSize = False
  793.           Caption = '21'
  794.         end
  795.         object lblHOCRow0: TLabel
  796.           Left = 104
  797.           Top = 21
  798.           Width = 41
  799.           Height = 13
  800.           Alignment = taRightJustify
  801.           AutoSize = False
  802.           Caption = '30~21'
  803.         end
  804.         object lblHOCRow1: TLabel
  805.           Left = 104
  806.           Top = 58
  807.           Width = 41
  808.           Height = 13
  809.           Alignment = taRightJustify
  810.           AutoSize = False
  811.           Caption = '20~11'
  812.         end
  813.         object lblHOCRow2: TLabel
  814.           Left = 104
  815.           Top = 92
  816.           Width = 41
  817.           Height = 13
  818.           Alignment = taRightJustify
  819.           AutoSize = False
  820.           Caption = '10~1'
  821.         end
  822.         object lblHOCCol10: TLabel
  823.           Left = 152
  824.           Top = 40
  825.           Width = 41
  826.           Height = 13
  827.           Alignment = taCenter
  828.           AutoSize = False
  829.           Caption = '20'
  830.         end
  831.         object lblHOCCol11: TLabel
  832.           Left = 200
  833.           Top = 40
  834.           Width = 41
  835.           Height = 13
  836.           Alignment = taCenter
  837.           AutoSize = False
  838.           Caption = '19'
  839.         end
  840.         object lblHOCCol12: TLabel
  841.           Left = 248
  842.           Top = 40
  843.           Width = 41
  844.           Height = 13
  845.           Alignment = taCenter
  846.           AutoSize = False
  847.           Caption = '18'
  848.         end
  849.         object lblHOCCol13: TLabel
  850.           Left = 296
  851.           Top = 40
  852.           Width = 41
  853.           Height = 13
  854.           Alignment = taCenter
  855.           AutoSize = False
  856.           Caption = '17'
  857.         end
  858.         object lblHOCCol14: TLabel
  859.           Left = 344
  860.           Top = 40
  861.           Width = 41
  862.           Height = 13
  863.           Alignment = taCenter
  864.           AutoSize = False
  865.           Caption = '16'
  866.         end
  867.         object lblHOCCol15: TLabel
  868.           Left = 392
  869.           Top = 40
  870.           Width = 41
  871.           Height = 13
  872.           Alignment = taCenter
  873.           AutoSize = False
  874.           Caption = '15'
  875.         end
  876.         object lblHOCCol16: TLabel
  877.           Left = 440
  878.           Top = 40
  879.           Width = 41
  880.           Height = 13
  881.           Alignment = taCenter
  882.           AutoSize = False
  883.           Caption = '14'
  884.         end
  885.         object lblHOCCol17: TLabel
  886.           Left = 488
  887.           Top = 40
  888.           Width = 41
  889.           Height = 13
  890.           Alignment = taCenter
  891.           AutoSize = False
  892.           Caption = '13'
  893.         end
  894.         object lblHOCCol18: TLabel
  895.           Left = 536
  896.           Top = 40
  897.           Width = 41
  898.           Height = 13
  899.           Alignment = taCenter
  900.           AutoSize = False
  901.           Caption = '12'
  902.         end
  903.         object lblHOCCol19: TLabel
  904.           Left = 584
  905.           Top = 40
  906.           Width = 41
  907.           Height = 13
  908.           Alignment = taCenter
  909.           AutoSize = False
  910.           Caption = '11'
  911.         end
  912.         object lblHOCCol20: TLabel
  913.           Left = 152
  914.           Top = 74
  915.           Width = 41
  916.           Height = 13
  917.           Alignment = taCenter
  918.           AutoSize = False
  919.           Caption = '10'
  920.         end
  921.         object lblHOCCol21: TLabel
  922.           Left = 200
  923.           Top = 74
  924.           Width = 38
  925.           Height = 13
  926.           Alignment = taCenter
  927.           AutoSize = False
  928.           Caption = '9'
  929.         end
  930.         object lblHOCCol22: TLabel
  931.           Left = 248
  932.           Top = 74
  933.           Width = 38
  934.           Height = 13
  935.           Alignment = taCenter
  936.           AutoSize = False
  937.           Caption = '8'
  938.         end
  939.         object lblHOCCol23: TLabel
  940.           Left = 296
  941.           Top = 74
  942.           Width = 38
  943.           Height = 13
  944.           Alignment = taCenter
  945.           AutoSize = False
  946.           Caption = '7'
  947.         end
  948.         object lblHOCCol24: TLabel
  949.           Left = 344
  950.           Top = 74
  951.           Width = 38
  952.           Height = 13
  953.           Alignment = taCenter
  954.           AutoSize = False
  955.           Caption = '6'
  956.         end
  957.         object lblHOCCol25: TLabel
  958.           Left = 392
  959.           Top = 74
  960.           Width = 38
  961.           Height = 13
  962.           Alignment = taCenter
  963.           AutoSize = False
  964.           Caption = '5'
  965.         end
  966.         object lblHOCCol26: TLabel
  967.           Left = 440
  968.           Top = 74
  969.           Width = 38
  970.           Height = 13
  971.           Alignment = taCenter
  972.           AutoSize = False
  973.           Caption = '4'
  974.         end
  975.         object lblHOCCol27: TLabel
  976.           Left = 488
  977.           Top = 74
  978.           Width = 38
  979.           Height = 13
  980.           Alignment = taCenter
  981.           AutoSize = False
  982.           Caption = '3'
  983.         end
  984.         object lblHOCCol28: TLabel
  985.           Left = 536
  986.           Top = 74
  987.           Width = 38
  988.           Height = 13
  989.           Alignment = taCenter
  990.           AutoSize = False
  991.           Caption = '2'
  992.         end
  993.         object lblHOCCol29: TLabel
  994.           Left = 584
  995.           Top = 74
  996.           Width = 38
  997.           Height = 13
  998.           Alignment = taCenter
  999.           AutoSize = False
  1000.           Caption = '1'
  1001.         end
  1002.         object cbEnableHOC: TCheckBox
  1003.           Left = 8
  1004.           Top = 32
  1005.           Width = 97
  1006.           Height = 17
  1007.           Caption = 'Enable Coeff.'
  1008.           TabOrder = 0
  1009.           OnClick = cbEnableHOCClick
  1010.         end
  1011.         object edtFirOutputCoef00: TEdit
  1012.           Left = 152
  1013.           Top = 20
  1014.           Width = 41
  1015.           Height = 21
  1016.           TabOrder = 1
  1017.           Text = '0'
  1018.           OnExit = edtHOCCheck
  1019.         end
  1020.         object edtFirOutputCoef01: TEdit
  1021.           Tag = 1
  1022.           Left = 200
  1023.           Top = 20
  1024.           Width = 41
  1025.           Height = 21
  1026.           TabOrder = 2
  1027.           Text = '0'
  1028.           OnExit = edtHOCCheck
  1029.         end
  1030.         object edtFirOutputCoef02: TEdit
  1031.           Tag = 2
  1032.           Left = 248
  1033.           Top = 20
  1034.           Width = 41
  1035.           Height = 21
  1036.           TabOrder = 3
  1037.           Text = '0'
  1038.           OnExit = edtHOCCheck
  1039.         end
  1040.         object edtFirOutputCoef03: TEdit
  1041.           Tag = 3
  1042.           Left = 296
  1043.           Top = 20
  1044.           Width = 41
  1045.           Height = 21
  1046.           TabOrder = 4
  1047.           Text = '0'
  1048.           OnExit = edtHOCCheck
  1049.         end
  1050.         object edtFirOutputCoef04: TEdit
  1051.           Tag = 4
  1052.           Left = 344
  1053.           Top = 20
  1054.           Width = 41
  1055.           Height = 21
  1056.           TabOrder = 5
  1057.           Text = '0'
  1058.           OnExit = edtHOCCheck
  1059.         end
  1060.         object edtFirOutputCoef05: TEdit
  1061.           Tag = 5
  1062.           Left = 392
  1063.           Top = 20
  1064.           Width = 41
  1065.           Height = 21
  1066.           TabOrder = 6
  1067.           Text = '0'
  1068.           OnExit = edtHOCCheck
  1069.         end
  1070.         object edtFirOutputCoef06: TEdit
  1071.           Tag = 6
  1072.           Left = 440
  1073.           Top = 20
  1074.           Width = 41
  1075.           Height = 21
  1076.           TabOrder = 7
  1077.           Text = '0'
  1078.           OnExit = edtHOCCheck
  1079.         end
  1080.         object edtFirOutputCoef07: TEdit
  1081.           Tag = 7
  1082.           Left = 488
  1083.           Top = 20
  1084.           Width = 41
  1085.           Height = 21
  1086.           TabOrder = 8
  1087.           Text = '0'
  1088.           OnExit = edtHOCCheck
  1089.         end
  1090.         object edtFirOutputCoef08: TEdit
  1091.           Tag = 8
  1092.           Left = 536
  1093.           Top = 20
  1094.           Width = 41
  1095.           Height = 21
  1096.           TabOrder = 9
  1097.           Text = '0'
  1098.           OnExit = edtHOCCheck
  1099.         end
  1100.         object edtFirOutputCoef09: TEdit
  1101.           Tag = 9
  1102.           Left = 584
  1103.           Top = 20
  1104.           Width = 41
  1105.           Height = 21
  1106.           TabOrder = 10
  1107.           Text = '0'
  1108.           OnExit = edtHOCCheck
  1109.         end
  1110.         object edtFirOutputCoef10: TEdit
  1111.           Tag = 10
  1112.           Left = 152
  1113.           Top = 54
  1114.           Width = 41
  1115.           Height = 21
  1116.           TabOrder = 11
  1117.           Text = '0'
  1118.           OnExit = edtHOCCheck
  1119.         end
  1120.         object edtFirOutputCoef11: TEdit
  1121.           Tag = 11
  1122.           Left = 200
  1123.           Top = 54
  1124.           Width = 41
  1125.           Height = 21
  1126.           TabOrder = 12
  1127.           Text = '0'
  1128.           OnExit = edtHOCCheck
  1129.         end
  1130.         object edtFirOutputCoef12: TEdit
  1131.           Tag = 12
  1132.           Left = 248
  1133.           Top = 54
  1134.           Width = 41
  1135.           Height = 21
  1136.           TabOrder = 13
  1137.           Text = '0'
  1138.           OnExit = edtHOCCheck
  1139.         end
  1140.         object edtFirOutputCoef13: TEdit
  1141.           Tag = 13
  1142.           Left = 296
  1143.           Top = 54
  1144.           Width = 41
  1145.           Height = 21
  1146.           TabOrder = 14
  1147.           Text = '0'
  1148.           OnExit = edtHOCCheck
  1149.         end
  1150.         object edtFirOutputCoef14: TEdit
  1151.           Tag = 14
  1152.           Left = 344
  1153.           Top = 54
  1154.           Width = 41
  1155.           Height = 21
  1156.           TabOrder = 15
  1157.           Text = '0'
  1158.           OnExit = edtHOCCheck
  1159.         end
  1160.         object edtFirOutputCoef15: TEdit
  1161.           Tag = 15
  1162.           Left = 392
  1163.           Top = 54
  1164.           Width = 41
  1165.           Height = 21
  1166.           TabOrder = 16
  1167.           Text = '0'
  1168.           OnExit = edtHOCCheck
  1169.         end
  1170.         object edtFirOutputCoef16: TEdit
  1171.           Tag = 16
  1172.           Left = 440
  1173.           Top = 54
  1174.           Width = 41
  1175.           Height = 21
  1176.           TabOrder = 17
  1177.           Text = '0'
  1178.           OnExit = edtHOCCheck
  1179.         end
  1180.         object edtFirOutputCoef17: TEdit
  1181.           Tag = 17
  1182.           Left = 488
  1183.           Top = 54
  1184.           Width = 41
  1185.           Height = 21
  1186.           TabOrder = 18
  1187.           Text = '0'
  1188.           OnExit = edtHOCCheck
  1189.         end
  1190.         object edtFirOutputCoef18: TEdit
  1191.           Tag = 18
  1192.           Left = 536
  1193.           Top = 54
  1194.           Width = 41
  1195.           Height = 21
  1196.           TabOrder = 19
  1197.           Text = '0'
  1198.           OnExit = edtHOCCheck
  1199.         end
  1200.         object edtFirOutputCoef19: TEdit
  1201.           Tag = 19
  1202.           Left = 584
  1203.           Top = 54
  1204.           Width = 41
  1205.           Height = 21
  1206.           TabOrder = 20
  1207.           Text = '0'
  1208.           OnExit = edtHOCCheck
  1209.         end
  1210.         object edtFirOutputCoef20: TEdit
  1211.           Tag = 20
  1212.           Left = 152
  1213.           Top = 86
  1214.           Width = 41
  1215.           Height = 21
  1216.           TabOrder = 21
  1217.           Text = '0'
  1218.           OnExit = edtHOCCheck
  1219.         end
  1220.         object edtFirOutputCoef21: TEdit
  1221.           Tag = 21
  1222.           Left = 200
  1223.           Top = 86
  1224.           Width = 41
  1225.           Height = 21
  1226.           TabOrder = 22
  1227.           Text = '0'
  1228.           OnExit = edtHOCCheck
  1229.         end
  1230.         object edtFirOutputCoef22: TEdit
  1231.           Tag = 22
  1232.           Left = 248
  1233.           Top = 86
  1234.           Width = 41
  1235.           Height = 21
  1236.           TabOrder = 23
  1237.           Text = '0'
  1238.           OnExit = edtHOCCheck
  1239.         end
  1240.         object edtFirOutputCoef23: TEdit
  1241.           Tag = 23
  1242.           Left = 296
  1243.           Top = 86
  1244.           Width = 41
  1245.           Height = 21
  1246.           TabOrder = 24
  1247.           Text = '0'
  1248.           OnExit = edtHOCCheck
  1249.         end
  1250.         object edtFirOutputCoef24: TEdit
  1251.           Tag = 24
  1252.           Left = 344
  1253.           Top = 86
  1254.           Width = 41
  1255.           Height = 21
  1256.           TabOrder = 25
  1257.           Text = '0'
  1258.           OnExit = edtHOCCheck
  1259.         end
  1260.         object edtFirOutputCoef25: TEdit
  1261.           Tag = 25
  1262.           Left = 392
  1263.           Top = 86
  1264.           Width = 41
  1265.           Height = 21
  1266.           TabOrder = 26
  1267.           Text = '0'
  1268.           OnExit = edtHOCCheck
  1269.         end
  1270.         object edtFirOutputCoef26: TEdit
  1271.           Tag = 26
  1272.           Left = 440
  1273.           Top = 86
  1274.           Width = 41
  1275.           Height = 21
  1276.           TabOrder = 27
  1277.           Text = '0'
  1278.           OnExit = edtHOCCheck
  1279.         end
  1280.         object edtFirOutputCoef27: TEdit
  1281.           Tag = 27
  1282.           Left = 488
  1283.           Top = 86
  1284.           Width = 41
  1285.           Height = 21
  1286.           TabOrder = 28
  1287.           Text = '0'
  1288.           OnExit = edtHOCCheck
  1289.         end
  1290.         object edtFirOutputCoef28: TEdit
  1291.           Tag = 28
  1292.           Left = 536
  1293.           Top = 86
  1294.           Width = 41
  1295.           Height = 21
  1296.           TabOrder = 29
  1297.           Text = '0'
  1298.           OnExit = edtHOCCheck
  1299.         end
  1300.         object edtFirOutputCoef29: TEdit
  1301.           Tag = 29
  1302.           Left = 584
  1303.           Top = 86
  1304.           Width = 41
  1305.           Height = 21
  1306.           TabOrder = 30
  1307.           Text = '0'
  1308.           OnExit = edtHOCCheck
  1309.         end
  1310.       end
  1311.       object btnFirCoefUploadFromFlash: TButton
  1312.         Left = 8
  1313.         Top = 620
  1314.         Width = 97
  1315.         Height = 25
  1316.         Caption = 'Upload from flash'
  1317.         TabOrder = 2
  1318.         OnClick = btnFirCoefUploadFromFlashClick
  1319.       end
  1320.       object btnFirCoefDownloadToFlash: TButton
  1321.         Left = 114
  1322.         Top = 620
  1323.         Width = 97
  1324.         Height = 25
  1325.         Caption = 'Download to flash'
  1326.         TabOrder = 3
  1327.         OnClick = btnFirCoefDownloadToFlashClick
  1328.       end
  1329.       object btnFirCoefLoadFromFile: TButton
  1330.         Left = 325
  1331.         Top = 620
  1332.         Width = 84
  1333.         Height = 25
  1334.         Caption = 'Load fom ini file '
  1335.         TabOrder = 4
  1336.         OnClick = btnFirCoeLoadFromFileClick
  1337.       end
  1338.       object btnFirCoefSaveToFile: TButton
  1339.         Left = 416
  1340.         Top = 620
  1341.         Width = 84
  1342.         Height = 25
  1343.         Caption = 'Save to ini file '
  1344.         TabOrder = 5
  1345.         OnClick = btnFirCoefSaveToFileClick
  1346.       end
  1347.       object btnLoadFromMatlabFile_HandsetInput: TButton
  1348.         Left = 656
  1349.         Top = 56
  1350.         Width = 105
  1351.         Height = 25
  1352.         Caption = 'Load from Matlab file'
  1353.         TabOrder = 6
  1354.         OnClick = btnLoadFromMatlabFile_HandsetInputClick
  1355.       end
  1356.       object btnSaveToMatlabFile_HandsetInput: TButton
  1357.         Left = 656
  1358.         Top = 88
  1359.         Width = 105
  1360.         Height = 25
  1361.         Caption = 'Save to Matlab file'
  1362.         TabOrder = 7
  1363.         OnClick = btnSaveToMatlabFile_HandsetInputClick
  1364.       end
  1365.       object btnLoadFromMatlabFile_HandsetOutput: TButton
  1366.         Left = 656
  1367.         Top = 176
  1368.         Width = 105
  1369.         Height = 25
  1370.         Caption = 'Load from Matlab file'
  1371.         TabOrder = 8
  1372.         OnClick = btnLoadFromMatlabFile_HandsetOutputClick
  1373.       end
  1374.       object btnSaveToMatlabFile_HandsetOutput: TButton
  1375.         Left = 656
  1376.         Top = 208
  1377.         Width = 105
  1378.         Height = 25
  1379.         Caption = 'Save to Matlab file '
  1380.         TabOrder = 9
  1381.         OnClick = btnSaveToMatlabFile_HandsetOutputClick
  1382.       end
  1383.       object GroupBox1: TGroupBox
  1384.         Left = 8
  1385.         Top = 270
  1386.         Width = 641
  1387.         Height = 113
  1388.         Caption = '  Earphone Input Coeff.  '
  1389.         TabOrder = 10
  1390.         object lblEICRow0: TLabel
  1391.           Left = 104
  1392.           Top = 21
  1393.           Width = 41
  1394.           Height = 13
  1395.           Alignment = taRightJustify
  1396.           AutoSize = False
  1397.           Caption = '30~21'
  1398.         end
  1399.         object lblEICRow1: TLabel
  1400.           Left = 104
  1401.           Top = 53
  1402.           Width = 41
  1403.           Height = 13
  1404.           Alignment = taRightJustify
  1405.           AutoSize = False
  1406.           Caption = '20~11'
  1407.         end
  1408.         object lblEICRow2: TLabel
  1409.           Left = 104
  1410.           Top = 92
  1411.           Width = 41
  1412.           Height = 13
  1413.           Alignment = taRightJustify
  1414.           AutoSize = False
  1415.           Caption = '10~1'
  1416.         end
  1417.         object lblEICCol0: TLabel
  1418.           Left = 152
  1419.           Top = 8
  1420.           Width = 41
  1421.           Height = 13
  1422.           Alignment = taCenter
  1423.           AutoSize = False
  1424.           Caption = '30'
  1425.         end
  1426.         object lblEICCol1: TLabel
  1427.           Left = 200
  1428.           Top = 8
  1429.           Width = 41
  1430.           Height = 13
  1431.           Alignment = taCenter
  1432.           AutoSize = False
  1433.           Caption = '29'
  1434.         end
  1435.         object lblEICCol2: TLabel
  1436.           Left = 248
  1437.           Top = 8
  1438.           Width = 41
  1439.           Height = 13
  1440.           Alignment = taCenter
  1441.           AutoSize = False
  1442.           Caption = '28'
  1443.         end
  1444.         object lblEICCol3: TLabel
  1445.           Left = 296
  1446.           Top = 8
  1447.           Width = 41
  1448.           Height = 13
  1449.           Alignment = taCenter
  1450.           AutoSize = False
  1451.           Caption = '27'
  1452.         end
  1453.         object lblEICCol4: TLabel
  1454.           Left = 344
  1455.           Top = 8
  1456.           Width = 41
  1457.           Height = 13
  1458.           Alignment = taCenter
  1459.           AutoSize = False
  1460.           Caption = '26'
  1461.         end
  1462.         object lblEICCol5: TLabel
  1463.           Left = 392
  1464.           Top = 8
  1465.           Width = 41
  1466.           Height = 13
  1467.           Alignment = taCenter
  1468.           AutoSize = False
  1469.           Caption = '25'
  1470.         end
  1471.         object lblEICCol6: TLabel
  1472.           Left = 440
  1473.           Top = 8
  1474.           Width = 41
  1475.           Height = 13
  1476.           Alignment = taCenter
  1477.           AutoSize = False
  1478.           Caption = '24'
  1479.         end
  1480.         object lblEICCol7: TLabel
  1481.           Left = 488
  1482.           Top = 8
  1483.           Width = 41
  1484.           Height = 13
  1485.           Alignment = taCenter
  1486.           AutoSize = False
  1487.           Caption = '23'
  1488.         end
  1489.         object lblEICCol8: TLabel
  1490.           Left = 536
  1491.           Top = 8
  1492.           Width = 41
  1493.           Height = 13
  1494.           Alignment = taCenter
  1495.           AutoSize = False
  1496.           Caption = '22'
  1497.         end
  1498.         object lblEICCol9: TLabel
  1499.           Left = 584
  1500.           Top = 8
  1501.           Width = 41
  1502.           Height = 13
  1503.           Alignment = taCenter
  1504.           AutoSize = False
  1505.           Caption = '21'
  1506.         end
  1507.         object lblEICCol10: TLabel
  1508.           Left = 152
  1509.           Top = 40
  1510.           Width = 41
  1511.           Height = 13
  1512.           Alignment = taCenter
  1513.           AutoSize = False
  1514.           Caption = '20'
  1515.         end
  1516.         object lblEICCol11: TLabel
  1517.           Left = 200
  1518.           Top = 40
  1519.           Width = 41
  1520.           Height = 13
  1521.           Alignment = taCenter
  1522.           AutoSize = False
  1523.           Caption = '19'
  1524.         end
  1525.         object lblEICCol12: TLabel
  1526.           Left = 248
  1527.           Top = 40
  1528.           Width = 41
  1529.           Height = 13
  1530.           Alignment = taCenter
  1531.           AutoSize = False
  1532.           Caption = '18'
  1533.         end
  1534.         object lblEICCol13: TLabel
  1535.           Left = 296
  1536.           Top = 40
  1537.           Width = 41
  1538.           Height = 13
  1539.           Alignment = taCenter
  1540.           AutoSize = False
  1541.           Caption = '17'
  1542.         end
  1543.         object lblEICCol14: TLabel
  1544.           Left = 344
  1545.           Top = 40
  1546.           Width = 41
  1547.           Height = 13
  1548.           Alignment = taCenter
  1549.           AutoSize = False
  1550.           Caption = '16'
  1551.         end
  1552.         object lblEICCol15: TLabel
  1553.           Left = 392
  1554.           Top = 40
  1555.           Width = 41
  1556.           Height = 13
  1557.           Alignment = taCenter
  1558.           AutoSize = False
  1559.           Caption = '15'
  1560.         end
  1561.         object lblEICCol16: TLabel
  1562.           Left = 440
  1563.           Top = 40
  1564.           Width = 41
  1565.           Height = 13
  1566.           Alignment = taCenter
  1567.           AutoSize = False
  1568.           Caption = '14'
  1569.         end
  1570.         object lblEICCol17: TLabel
  1571.           Left = 488
  1572.           Top = 40
  1573.           Width = 41
  1574.           Height = 13
  1575.           Alignment = taCenter
  1576.           AutoSize = False
  1577.           Caption = '13'
  1578.         end
  1579.         object lblEICCol18: TLabel
  1580.           Left = 536
  1581.           Top = 40
  1582.           Width = 41
  1583.           Height = 13
  1584.           Alignment = taCenter
  1585.           AutoSize = False
  1586.           Caption = '12'
  1587.         end
  1588.         object lblEICCol19: TLabel
  1589.           Left = 584
  1590.           Top = 40
  1591.           Width = 41
  1592.           Height = 13
  1593.           Alignment = taCenter
  1594.           AutoSize = False
  1595.           Caption = '11'
  1596.         end
  1597.         object lblEICCol20: TLabel
  1598.           Left = 152
  1599.           Top = 72
  1600.           Width = 41
  1601.           Height = 13
  1602.           Alignment = taCenter
  1603.           AutoSize = False
  1604.           Caption = '10'
  1605.         end
  1606.         object lblEICCol21: TLabel
  1607.           Left = 200
  1608.           Top = 72
  1609.           Width = 41
  1610.           Height = 13
  1611.           Alignment = taCenter
  1612.           AutoSize = False
  1613.           Caption = '9'
  1614.         end
  1615.         object lblEICCol22: TLabel
  1616.           Left = 248
  1617.           Top = 72
  1618.           Width = 41
  1619.           Height = 13
  1620.           Alignment = taCenter
  1621.           AutoSize = False
  1622.           Caption = '8'
  1623.         end
  1624.         object lblEICCol23: TLabel
  1625.           Left = 296
  1626.           Top = 72
  1627.           Width = 41
  1628.           Height = 13
  1629.           Alignment = taCenter
  1630.           AutoSize = False
  1631.           Caption = '7'
  1632.         end
  1633.         object lblEICCol24: TLabel
  1634.           Left = 344
  1635.           Top = 72
  1636.           Width = 41
  1637.           Height = 13
  1638.           Alignment = taCenter
  1639.           AutoSize = False
  1640.           Caption = '6'
  1641.         end
  1642.         object lblEICCol25: TLabel
  1643.           Left = 392
  1644.           Top = 72
  1645.           Width = 41
  1646.           Height = 13
  1647.           Alignment = taCenter
  1648.           AutoSize = False
  1649.           Caption = '5'
  1650.         end
  1651.         object lblEICCol26: TLabel
  1652.           Left = 440
  1653.           Top = 72
  1654.           Width = 41
  1655.           Height = 13
  1656.           Alignment = taCenter
  1657.           AutoSize = False
  1658.           Caption = '4'
  1659.         end
  1660.         object lblEICCol27: TLabel
  1661.           Left = 488
  1662.           Top = 72
  1663.           Width = 41
  1664.           Height = 13
  1665.           Alignment = taCenter
  1666.           AutoSize = False
  1667.           Caption = '3'
  1668.         end
  1669.         object lblEICCol28: TLabel
  1670.           Left = 536
  1671.           Top = 72
  1672.           Width = 41
  1673.           Height = 13
  1674.           Alignment = taCenter
  1675.           AutoSize = False
  1676.           Caption = '2'
  1677.         end
  1678.         object lblEICCol29: TLabel
  1679.           Left = 584
  1680.           Top = 72
  1681.           Width = 41
  1682.           Height = 13
  1683.           Alignment = taCenter
  1684.           AutoSize = False
  1685.           Caption = '1'
  1686.         end
  1687.         object edtFir2InputCoef01: TEdit
  1688.           Tag = 1
  1689.           Left = 200
  1690.           Top = 20
  1691.           Width = 41
  1692.           Height = 21
  1693.           TabOrder = 0
  1694.           Text = '0'
  1695.           OnExit = edtEICCheck
  1696.         end
  1697.         object edtFir2InputCoef02: TEdit
  1698.           Tag = 2
  1699.           Left = 248
  1700.           Top = 20
  1701.           Width = 41
  1702.           Height = 21
  1703.           TabOrder = 1
  1704.           Text = '0'
  1705.           OnExit = edtEICCheck
  1706.         end
  1707.         object edtFir2InputCoef03: TEdit
  1708.           Tag = 3
  1709.           Left = 296
  1710.           Top = 20
  1711.           Width = 41
  1712.           Height = 21
  1713.           TabOrder = 2
  1714.           Text = '0'
  1715.           OnExit = edtEICCheck
  1716.         end
  1717.         object edtFir2InputCoef04: TEdit
  1718.           Tag = 4
  1719.           Left = 344
  1720.           Top = 20
  1721.           Width = 41
  1722.           Height = 21
  1723.           TabOrder = 3
  1724.           Text = '0'
  1725.           OnExit = edtEICCheck
  1726.         end
  1727.         object edtFir2InputCoef05: TEdit
  1728.           Tag = 5
  1729.           Left = 392
  1730.           Top = 20
  1731.           Width = 41
  1732.           Height = 21
  1733.           TabOrder = 4
  1734.           Text = '0'
  1735.           OnExit = edtEICCheck
  1736.         end
  1737.         object edtFir2InputCoef06: TEdit
  1738.           Tag = 6
  1739.           Left = 440
  1740.           Top = 20
  1741.           Width = 41
  1742.           Height = 21
  1743.           TabOrder = 5
  1744.           Text = '0'
  1745.           OnExit = edtEICCheck
  1746.         end
  1747.         object edtFir2InputCoef07: TEdit
  1748.           Tag = 7
  1749.           Left = 488
  1750.           Top = 20
  1751.           Width = 41
  1752.           Height = 21
  1753.           TabOrder = 6
  1754.           Text = '0'
  1755.           OnExit = edtEICCheck
  1756.         end
  1757.         object edtFir2InputCoef08: TEdit
  1758.           Tag = 8
  1759.           Left = 536
  1760.           Top = 20
  1761.           Width = 41
  1762.           Height = 21
  1763.           TabOrder = 7
  1764.           Text = '0'
  1765.           OnExit = edtEICCheck
  1766.         end
  1767.         object edtFir2InputCoef09: TEdit
  1768.           Tag = 9
  1769.           Left = 584
  1770.           Top = 20
  1771.           Width = 41
  1772.           Height = 21
  1773.           TabOrder = 8
  1774.           Text = '0'
  1775.           OnExit = edtEICCheck
  1776.         end
  1777.         object edtFir2InputCoef10: TEdit
  1778.           Tag = 10
  1779.           Left = 152
  1780.           Top = 52
  1781.           Width = 41
  1782.           Height = 21
  1783.           TabOrder = 9
  1784.           Text = '0'
  1785.           OnExit = edtEICCheck
  1786.         end
  1787.         object edtFir2InputCoef11: TEdit
  1788.           Tag = 11
  1789.           Left = 200
  1790.           Top = 52
  1791.           Width = 41
  1792.           Height = 21
  1793.           TabOrder = 10
  1794.           Text = '0'
  1795.           OnExit = edtEICCheck
  1796.         end
  1797.         object edtFir2InputCoef12: TEdit
  1798.           Tag = 12
  1799.           Left = 248
  1800.           Top = 52
  1801.           Width = 41
  1802.           Height = 21
  1803.           TabOrder = 11
  1804.           Text = '0'
  1805.           OnExit = edtEICCheck
  1806.         end
  1807.         object edtFir2InputCoef13: TEdit
  1808.           Tag = 13
  1809.           Left = 296
  1810.           Top = 52
  1811.           Width = 41
  1812.           Height = 21
  1813.           TabOrder = 12
  1814.           Text = '0'
  1815.           OnExit = edtEICCheck
  1816.         end
  1817.         object edtFir2InputCoef14: TEdit
  1818.           Tag = 14
  1819.           Left = 344
  1820.           Top = 52
  1821.           Width = 41
  1822.           Height = 21
  1823.           TabOrder = 13
  1824.           Text = '0'
  1825.           OnExit = edtEICCheck
  1826.         end
  1827.         object edtFir2InputCoef15: TEdit
  1828.           Tag = 15
  1829.           Left = 392
  1830.           Top = 52
  1831.           Width = 41
  1832.           Height = 21
  1833.           TabOrder = 14
  1834.           Text = '0'
  1835.           OnExit = edtEICCheck
  1836.         end
  1837.         object edtFir2InputCoef16: TEdit
  1838.           Tag = 16
  1839.           Left = 440
  1840.           Top = 52
  1841.           Width = 41
  1842.           Height = 21
  1843.           TabOrder = 15
  1844.           Text = '0'
  1845.           OnExit = edtEICCheck
  1846.         end
  1847.         object edtFir2InputCoef17: TEdit
  1848.           Tag = 17
  1849.           Left = 488
  1850.           Top = 52
  1851.           Width = 41
  1852.           Height = 21
  1853.           TabOrder = 16
  1854.           Text = '0'
  1855.           OnExit = edtEICCheck
  1856.         end
  1857.         object edtFir2InputCoef18: TEdit
  1858.           Tag = 18
  1859.           Left = 536
  1860.           Top = 52
  1861.           Width = 41
  1862.           Height = 21
  1863.           TabOrder = 17
  1864.           Text = '0'
  1865.           OnExit = edtEICCheck
  1866.         end
  1867.         object edtFir2InputCoef19: TEdit
  1868.           Tag = 19
  1869.           Left = 584
  1870.           Top = 52
  1871.           Width = 41
  1872.           Height = 21
  1873.           TabOrder = 18
  1874.           Text = '0'
  1875.           OnExit = edtEICCheck
  1876.         end
  1877.         object edtFir2InputCoef20: TEdit
  1878.           Tag = 20
  1879.           Left = 152
  1880.           Top = 84
  1881.           Width = 41
  1882.           Height = 21
  1883.           TabOrder = 19
  1884.           Text = '0'
  1885.           OnExit = edtEICCheck
  1886.         end
  1887.         object edtFir2InputCoef21: TEdit
  1888.           Tag = 21
  1889.           Left = 200
  1890.           Top = 84
  1891.           Width = 41
  1892.           Height = 21
  1893.           TabOrder = 20
  1894.           Text = '0'
  1895.           OnExit = edtEICCheck
  1896.         end
  1897.         object edtFir2InputCoef22: TEdit
  1898.           Tag = 22
  1899.           Left = 248
  1900.           Top = 84
  1901.           Width = 41
  1902.           Height = 21
  1903.           TabOrder = 21
  1904.           Text = '0'
  1905.           OnExit = edtEICCheck
  1906.         end
  1907.         object edtFir2InputCoef23: TEdit
  1908.           Tag = 23
  1909.           Left = 296
  1910.           Top = 84
  1911.           Width = 41
  1912.           Height = 21
  1913.           TabOrder = 22
  1914.           Text = '0'
  1915.           OnExit = edtEICCheck
  1916.         end
  1917.         object edtFir2InputCoef24: TEdit
  1918.           Tag = 24
  1919.           Left = 344
  1920.           Top = 84
  1921.           Width = 41
  1922.           Height = 21
  1923.           TabOrder = 23
  1924.           Text = '0'
  1925.           OnExit = edtEICCheck
  1926.         end
  1927.         object edtFir2InputCoef25: TEdit
  1928.           Tag = 25
  1929.           Left = 392
  1930.           Top = 84
  1931.           Width = 41
  1932.           Height = 21
  1933.           TabOrder = 24
  1934.           Text = '0'
  1935.           OnExit = edtEICCheck
  1936.         end
  1937.         object edtFir2InputCoef26: TEdit
  1938.           Tag = 26
  1939.           Left = 440
  1940.           Top = 84
  1941.           Width = 41
  1942.           Height = 21
  1943.           TabOrder = 25
  1944.           Text = '0'
  1945.           OnExit = edtEICCheck
  1946.         end
  1947.         object edtFir2InputCoef27: TEdit
  1948.           Tag = 27
  1949.           Left = 488
  1950.           Top = 84
  1951.           Width = 41
  1952.           Height = 21
  1953.           TabOrder = 26
  1954.           Text = '0'
  1955.           OnExit = edtEICCheck
  1956.         end
  1957.         object edtFir2InputCoef28: TEdit
  1958.           Tag = 28
  1959.           Left = 536
  1960.           Top = 84
  1961.           Width = 41
  1962.           Height = 21
  1963.           TabOrder = 27
  1964.           Text = '0'
  1965.           OnExit = edtEICCheck
  1966.         end
  1967.         object edtFir2InputCoef29: TEdit
  1968.           Tag = 29
  1969.           Left = 584
  1970.           Top = 84
  1971.           Width = 41
  1972.           Height = 21
  1973.           TabOrder = 28
  1974.           Text = '0'
  1975.           OnExit = edtEICCheck
  1976.         end
  1977.         object edtFir2InputCoef00: TEdit
  1978.           Left = 152
  1979.           Top = 20
  1980.           Width = 41
  1981.           Height = 21
  1982.           TabOrder = 29
  1983.           Text = '0'
  1984.           OnExit = edtEICCheck
  1985.         end
  1986.         object cbEnableEIC: TCheckBox
  1987.           Left = 8
  1988.           Top = 32
  1989.           Width = 89
  1990.           Height = 17
  1991.           Caption = 'Enable Coeff.'
  1992.           TabOrder = 30
  1993.           OnClick = cbEnableEICClick
  1994.         end
  1995.       end
  1996.       object GroupBox6: TGroupBox
  1997.         Left = 8
  1998.         Top = 387
  1999.         Width = 641
  2000.         Height = 113
  2001.         Caption = '  Earphone Output Coeff.  '
  2002.         TabOrder = 11
  2003.         object lblEOCCol0: TLabel
  2004.           Left = 152
  2005.           Top = 8
  2006.           Width = 41
  2007.           Height = 13
  2008.           Alignment = taCenter
  2009.           AutoSize = False
  2010.           Caption = '30'
  2011.         end
  2012.         object lblEOCCol1: TLabel
  2013.           Left = 200
  2014.           Top = 8
  2015.           Width = 41
  2016.           Height = 13
  2017.           Alignment = taCenter
  2018.           AutoSize = False
  2019.           Caption = '29'
  2020.         end
  2021.         object lblEOCCol2: TLabel
  2022.           Left = 248
  2023.           Top = 8
  2024.           Width = 41
  2025.           Height = 13
  2026.           Alignment = taCenter
  2027.           AutoSize = False
  2028.           Caption = '28'
  2029.         end
  2030.         object lblEOCCol3: TLabel
  2031.           Left = 296
  2032.           Top = 8
  2033.           Width = 41
  2034.           Height = 13
  2035.           Alignment = taCenter
  2036.           AutoSize = False
  2037.           Caption = '27'
  2038.         end
  2039.         object lblEOCCol4: TLabel
  2040.           Left = 344
  2041.           Top = 8
  2042.           Width = 41
  2043.           Height = 13
  2044.           Alignment = taCenter
  2045.           AutoSize = False
  2046.           Caption = '26'
  2047.         end
  2048.         object lblEOCCol5: TLabel
  2049.           Left = 392
  2050.           Top = 8
  2051.           Width = 41
  2052.           Height = 13
  2053.           Alignment = taCenter
  2054.           AutoSize = False
  2055.           Caption = '25'
  2056.         end
  2057.         object lblEOCCol6: TLabel
  2058.           Left = 440
  2059.           Top = 8
  2060.           Width = 41
  2061.           Height = 13
  2062.           Alignment = taCenter
  2063.           AutoSize = False
  2064.           Caption = '24'
  2065.         end
  2066.         object lblEOCCol7: TLabel
  2067.           Left = 488
  2068.           Top = 8
  2069.           Width = 41
  2070.           Height = 13
  2071.           Alignment = taCenter
  2072.           AutoSize = False
  2073.           Caption = '23'
  2074.         end
  2075.         object lblEOCCol8: TLabel
  2076.           Left = 536
  2077.           Top = 8
  2078.           Width = 41
  2079.           Height = 13
  2080.           Alignment = taCenter
  2081.           AutoSize = False
  2082.           Caption = '22'
  2083.         end
  2084.         object lblEOCCol9: TLabel
  2085.           Left = 584
  2086.           Top = 8
  2087.           Width = 41
  2088.           Height = 13
  2089.           Alignment = taCenter
  2090.           AutoSize = False
  2091.           Caption = '21'
  2092.         end
  2093.         object lblEOCRow0: TLabel
  2094.           Left = 104
  2095.           Top = 21
  2096.           Width = 41
  2097.           Height = 13
  2098.           Alignment = taRightJustify
  2099.           AutoSize = False
  2100.           Caption = '30~21'
  2101.         end
  2102.         object lblEOCRow1: TLabel
  2103.           Left = 104
  2104.           Top = 53
  2105.           Width = 41
  2106.           Height = 13
  2107.           Alignment = taRightJustify
  2108.           AutoSize = False
  2109.           Caption = '20~11'
  2110.         end
  2111.         object lblEOCRow2: TLabel
  2112.           Left = 104
  2113.           Top = 84
  2114.           Width = 41
  2115.           Height = 13
  2116.           Alignment = taRightJustify
  2117.           AutoSize = False
  2118.           Caption = '10~1'
  2119.         end
  2120.         object lblEOCCol10: TLabel
  2121.           Left = 152
  2122.           Top = 40
  2123.           Width = 41
  2124.           Height = 13
  2125.           Alignment = taCenter
  2126.           AutoSize = False
  2127.           Caption = '20'
  2128.         end
  2129.         object lblEOCCol11: TLabel
  2130.           Left = 200
  2131.           Top = 40
  2132.           Width = 41
  2133.           Height = 13
  2134.           Alignment = taCenter
  2135.           AutoSize = False
  2136.           Caption = '19'
  2137.         end
  2138.         object lblEOCCol12: TLabel
  2139.           Left = 248
  2140.           Top = 40
  2141.           Width = 41
  2142.           Height = 13
  2143.           Alignment = taCenter
  2144.           AutoSize = False
  2145.           Caption = '18'
  2146.         end
  2147.         object lblEOCCol13: TLabel
  2148.           Left = 296
  2149.           Top = 40
  2150.           Width = 41
  2151.           Height = 13
  2152.           Alignment = taCenter
  2153.           AutoSize = False
  2154.           Caption = '17'
  2155.         end
  2156.         object lblEOCCol14: TLabel
  2157.           Left = 344
  2158.           Top = 40
  2159.           Width = 41
  2160.           Height = 13
  2161.           Alignment = taCenter
  2162.           AutoSize = False
  2163.           Caption = '16'
  2164.         end
  2165.         object lblEOCCol15: TLabel
  2166.           Left = 392
  2167.           Top = 40
  2168.           Width = 41
  2169.           Height = 13
  2170.           Alignment = taCenter
  2171.           AutoSize = False
  2172.           Caption = '15'
  2173.         end
  2174.         object lblEOCCol16: TLabel
  2175.           Left = 440
  2176.           Top = 40
  2177.           Width = 41
  2178.           Height = 13
  2179.           Alignment = taCenter
  2180.           AutoSize = False
  2181.           Caption = '14'
  2182.         end
  2183.         object lblEOCCol17: TLabel
  2184.           Left = 488
  2185.           Top = 40
  2186.           Width = 41
  2187.           Height = 13
  2188.           Alignment = taCenter
  2189.           AutoSize = False
  2190.           Caption = '13'
  2191.         end
  2192.         object lblEOCCol18: TLabel
  2193.           Left = 536
  2194.           Top = 40
  2195.           Width = 41
  2196.           Height = 13
  2197.           Alignment = taCenter
  2198.           AutoSize = False
  2199.           Caption = '12'
  2200.         end
  2201.         object lblEOCCol19: TLabel
  2202.           Left = 584
  2203.           Top = 40
  2204.           Width = 41
  2205.           Height = 13
  2206.           Alignment = taCenter
  2207.           AutoSize = False
  2208.           Caption = '11'
  2209.         end
  2210.         object lblEOCCol20: TLabel
  2211.           Left = 152
  2212.           Top = 72
  2213.           Width = 44
  2214.           Height = 13
  2215.           Alignment = taCenter
  2216.           AutoSize = False
  2217.           Caption = '10'
  2218.         end
  2219.         object lblEOCCol21: TLabel
  2220.           Left = 200
  2221.           Top = 72
  2222.           Width = 44
  2223.           Height = 13
  2224.           Alignment = taCenter
  2225.           AutoSize = False
  2226.           Caption = '9'
  2227.         end
  2228.         object lblEOCCol22: TLabel
  2229.           Left = 248
  2230.           Top = 72
  2231.           Width = 44
  2232.           Height = 13
  2233.           Alignment = taCenter
  2234.           AutoSize = False
  2235.           Caption = '8'
  2236.         end
  2237.         object lblEOCCol23: TLabel
  2238.           Left = 296
  2239.           Top = 72
  2240.           Width = 44
  2241.           Height = 13
  2242.           Alignment = taCenter
  2243.           AutoSize = False
  2244.           Caption = '7'
  2245.         end
  2246.         object lblEOCCol24: TLabel
  2247.           Left = 344
  2248.           Top = 72
  2249.           Width = 44
  2250.           Height = 13
  2251.           Alignment = taCenter
  2252.           AutoSize = False
  2253.           Caption = '6'
  2254.         end
  2255.         object lblEOCCol25: TLabel
  2256.           Left = 392
  2257.           Top = 72
  2258.           Width = 44
  2259.           Height = 13
  2260.           Alignment = taCenter
  2261.           AutoSize = False
  2262.           Caption = '5'
  2263.         end
  2264.         object lblEOCCol26: TLabel
  2265.           Left = 440
  2266.           Top = 72
  2267.           Width = 44
  2268.           Height = 13
  2269.           Alignment = taCenter
  2270.           AutoSize = False
  2271.           Caption = '4'
  2272.         end
  2273.         object lblEOCCol27: TLabel
  2274.           Left = 488
  2275.           Top = 72
  2276.           Width = 44
  2277.           Height = 13
  2278.           Alignment = taCenter
  2279.           AutoSize = False
  2280.           Caption = '3'
  2281.         end
  2282.         object lblEOCCol28: TLabel
  2283.           Left = 536
  2284.           Top = 72
  2285.           Width = 44
  2286.           Height = 13
  2287.           Alignment = taCenter
  2288.           AutoSize = False
  2289.           Caption = '2'
  2290.         end
  2291.         object lblEOCCol29: TLabel
  2292.           Left = 584
  2293.           Top = 72
  2294.           Width = 44
  2295.           Height = 13
  2296.           Alignment = taCenter
  2297.           AutoSize = False
  2298.           Caption = '1'
  2299.         end
  2300.         object cbEnableEOC: TCheckBox
  2301.           Left = 8
  2302.           Top = 32
  2303.           Width = 89
  2304.           Height = 17
  2305.           Caption = 'Enable Coeff.'
  2306.           TabOrder = 0
  2307.           OnClick = cbEnableEOCClick
  2308.         end
  2309.         object edtFir2OutputCoef00: TEdit
  2310.           Left = 152
  2311.           Top = 20
  2312.           Width = 41
  2313.           Height = 21
  2314.           TabOrder = 1
  2315.           Text = '0'
  2316.           OnExit = edtEOCCheck
  2317.         end
  2318.         object edtFir2OutputCoef01: TEdit
  2319.           Tag = 1
  2320.           Left = 200
  2321.           Top = 20
  2322.           Width = 41
  2323.           Height = 21
  2324.           TabOrder = 2
  2325.           Text = '0'
  2326.           OnExit = edtEOCCheck
  2327.         end
  2328.         object edtFir2OutputCoef02: TEdit
  2329.           Tag = 2
  2330.           Left = 248
  2331.           Top = 20
  2332.           Width = 41
  2333.           Height = 21
  2334.           TabOrder = 3
  2335.           Text = '0'
  2336.           OnExit = edtEOCCheck
  2337.         end
  2338.         object edtFir2OutputCoef03: TEdit
  2339.           Tag = 3
  2340.           Left = 296
  2341.           Top = 20
  2342.           Width = 41
  2343.           Height = 21
  2344.           TabOrder = 4
  2345.           Text = '0'
  2346.           OnExit = edtEOCCheck
  2347.         end
  2348.         object edtFir2OutputCoef04: TEdit
  2349.           Tag = 4
  2350.           Left = 344
  2351.           Top = 20
  2352.           Width = 41
  2353.           Height = 21
  2354.           TabOrder = 5
  2355.           Text = '0'
  2356.           OnExit = edtEOCCheck
  2357.         end
  2358.         object edtFir2OutputCoef05: TEdit
  2359.           Tag = 5
  2360.           Left = 392
  2361.           Top = 20
  2362.           Width = 41
  2363.           Height = 21
  2364.           TabOrder = 6
  2365.           Text = '0'
  2366.           OnExit = edtEOCCheck
  2367.         end
  2368.         object edtFir2OutputCoef06: TEdit
  2369.           Tag = 6
  2370.           Left = 440
  2371.           Top = 20
  2372.           Width = 41
  2373.           Height = 21
  2374.           TabOrder = 7
  2375.           Text = '0'
  2376.           OnExit = edtEOCCheck
  2377.         end
  2378.         object edtFir2OutputCoef07: TEdit
  2379.           Tag = 7
  2380.           Left = 488
  2381.           Top = 20
  2382.           Width = 41
  2383.           Height = 21
  2384.           TabOrder = 8
  2385.           Text = '0'
  2386.           OnExit = edtEOCCheck
  2387.         end
  2388.         object edtFir2OutputCoef08: TEdit
  2389.           Tag = 8
  2390.           Left = 536
  2391.           Top = 20
  2392.           Width = 41
  2393.           Height = 21
  2394.           TabOrder = 9
  2395.           Text = '0'
  2396.           OnExit = edtEOCCheck
  2397.         end
  2398.         object edtFir2OutputCoef09: TEdit
  2399.           Tag = 9
  2400.           Left = 584
  2401.           Top = 20
  2402.           Width = 41
  2403.           Height = 21
  2404.           TabOrder = 10
  2405.           Text = '0'
  2406.           OnExit = edtEOCCheck
  2407.         end
  2408.         object edtFir2OutputCoef10: TEdit
  2409.           Tag = 10
  2410.           Left = 152
  2411.           Top = 52
  2412.           Width = 41
  2413.           Height = 21
  2414.           TabOrder = 11
  2415.           Text = '0'
  2416.           OnExit = edtEOCCheck
  2417.         end
  2418.         object edtFir2OutputCoef11: TEdit
  2419.           Tag = 11
  2420.           Left = 200
  2421.           Top = 52
  2422.           Width = 41
  2423.           Height = 21
  2424.           TabOrder = 12
  2425.           Text = '0'
  2426.           OnExit = edtEOCCheck
  2427.         end
  2428.         object edtFir2OutputCoef12: TEdit
  2429.           Tag = 12
  2430.           Left = 248
  2431.           Top = 52
  2432.           Width = 41
  2433.           Height = 21
  2434.           TabOrder = 13
  2435.           Text = '0'
  2436.           OnExit = edtEOCCheck
  2437.         end
  2438.         object edtFir2OutputCoef13: TEdit
  2439.           Tag = 13
  2440.           Left = 296
  2441.           Top = 52
  2442.           Width = 41
  2443.           Height = 21
  2444.           TabOrder = 14
  2445.           Text = '0'
  2446.           OnExit = edtEOCCheck
  2447.         end
  2448.         object edtFir2OutputCoef14: TEdit
  2449.           Tag = 14
  2450.           Left = 344
  2451.           Top = 52
  2452.           Width = 41
  2453.           Height = 21
  2454.           TabOrder = 15
  2455.           Text = '0'
  2456.           OnExit = edtEOCCheck
  2457.         end
  2458.         object edtFir2OutputCoef15: TEdit
  2459.           Tag = 15
  2460.           Left = 392
  2461.           Top = 52
  2462.           Width = 41
  2463.           Height = 21
  2464.           TabOrder = 16
  2465.           Text = '0'
  2466.           OnExit = edtEOCCheck
  2467.         end
  2468.         object edtFir2OutputCoef16: TEdit
  2469.           Tag = 16
  2470.           Left = 440
  2471.           Top = 52
  2472.           Width = 41
  2473.           Height = 21
  2474.           TabOrder = 17
  2475.           Text = '0'
  2476.           OnExit = edtEOCCheck
  2477.         end
  2478.         object edtFir2OutputCoef17: TEdit
  2479.           Tag = 17
  2480.           Left = 488
  2481.           Top = 52
  2482.           Width = 41
  2483.           Height = 21
  2484.           TabOrder = 18
  2485.           Text = '0'
  2486.           OnExit = edtEOCCheck
  2487.         end
  2488.         object edtFir2OutputCoef18: TEdit
  2489.           Tag = 18
  2490.           Left = 536
  2491.           Top = 52
  2492.           Width = 41
  2493.           Height = 21
  2494.           TabOrder = 19
  2495.           Text = '0'
  2496.           OnExit = edtEOCCheck
  2497.         end
  2498.         object edtFir2OutputCoef19: TEdit
  2499.           Tag = 19
  2500.           Left = 584
  2501.           Top = 52
  2502.           Width = 41
  2503.           Height = 21
  2504.           TabOrder = 20
  2505.           Text = '0'
  2506.           OnExit = edtEOCCheck
  2507.         end
  2508.         object edtFir2OutputCoef20: TEdit
  2509.           Tag = 20
  2510.           Left = 152
  2511.           Top = 84
  2512.           Width = 41
  2513.           Height = 21
  2514.           TabOrder = 21
  2515.           Text = '0'
  2516.           OnExit = edtEOCCheck
  2517.         end
  2518.         object edtFir2OutputCoef21: TEdit
  2519.           Tag = 21
  2520.           Left = 200
  2521.           Top = 84
  2522.           Width = 41
  2523.           Height = 21
  2524.           TabOrder = 22
  2525.           Text = '0'
  2526.           OnExit = edtEOCCheck
  2527.         end
  2528.         object edtFir2OutputCoef22: TEdit
  2529.           Tag = 22
  2530.           Left = 248
  2531.           Top = 84
  2532.           Width = 41
  2533.           Height = 21
  2534.           TabOrder = 23
  2535.           Text = '0'
  2536.           OnExit = edtEOCCheck
  2537.         end
  2538.         object edtFir2OutputCoef23: TEdit
  2539.           Tag = 23
  2540.           Left = 296
  2541.           Top = 84
  2542.           Width = 41
  2543.           Height = 21
  2544.           TabOrder = 24
  2545.           Text = '0'
  2546.           OnExit = edtEOCCheck
  2547.         end
  2548.         object edtFir2OutputCoef24: TEdit
  2549.           Tag = 24
  2550.           Left = 344
  2551.           Top = 84
  2552.           Width = 41
  2553.           Height = 21
  2554.           TabOrder = 25
  2555.           Text = '0'
  2556.           OnExit = edtEOCCheck
  2557.         end
  2558.         object edtFir2OutputCoef25: TEdit
  2559.           Tag = 25
  2560.           Left = 392
  2561.           Top = 84
  2562.           Width = 41
  2563.           Height = 21
  2564.           TabOrder = 26
  2565.           Text = '0'
  2566.           OnExit = edtEOCCheck
  2567.         end
  2568.         object edtFir2OutputCoef26: TEdit
  2569.           Tag = 26
  2570.           Left = 440
  2571.           Top = 84
  2572.           Width = 41
  2573.           Height = 21
  2574.           TabOrder = 27
  2575.           Text = '0'
  2576.           OnExit = edtEOCCheck
  2577.         end
  2578.         object edtFir2OutputCoef27: TEdit
  2579.           Tag = 27
  2580.           Left = 488
  2581.           Top = 84
  2582.           Width = 41
  2583.           Height = 21
  2584.           TabOrder = 28
  2585.           Text = '0'
  2586.           OnExit = edtEOCCheck
  2587.         end
  2588.         object edtFir2OutputCoef28: TEdit
  2589.           Tag = 28
  2590.           Left = 536
  2591.           Top = 84
  2592.           Width = 41
  2593.           Height = 21
  2594.           TabOrder = 29
  2595.           Text = '0'
  2596.           OnExit = edtEOCCheck
  2597.         end
  2598.         object edtFir2OutputCoef29: TEdit
  2599.           Tag = 29
  2600.           Left = 584
  2601.           Top = 84
  2602.           Width = 41
  2603.           Height = 21
  2604.           TabOrder = 30
  2605.           Text = '0'
  2606.           OnExit = edtEOCCheck
  2607.         end
  2608.       end
  2609.       object edtTimeConst_8k: TEdit
  2610.         Left = 8
  2611.         Top = 14
  2612.         Width = 73
  2613.         Height = 21
  2614.         TabOrder = 12
  2615.         Text = '1801'
  2616.         OnExit = edtTimeConstCheck
  2617.       end
  2618.       object edtVolumeConst_8k: TEdit
  2619.         Left = 108
  2620.         Top = 14
  2621.         Width = 73
  2622.         Height = 21
  2623.         TabOrder = 13
  2624.         Text = '1204'
  2625.         OnExit = edtVolumeConstCheck
  2626.       end
  2627.       object btnLoadFromMatlabFile_EarphoneInput: TButton
  2628.         Left = 656
  2629.         Top = 296
  2630.         Width = 105
  2631.         Height = 25
  2632.         Caption = 'Load From Matlab file'
  2633.         TabOrder = 14
  2634.         OnClick = btnLoadFromMatlabFile_EarphoneInputClick
  2635.       end
  2636.       object btnSaveToMatlabFile_EarphoneInput: TButton
  2637.         Left = 656
  2638.         Top = 328
  2639.         Width = 105
  2640.         Height = 25
  2641.         Caption = 'Save to Matlab file'
  2642.         TabOrder = 15
  2643.         OnClick = btnSaveToMatlabFile_EarphoneInputClick
  2644.       end
  2645.       object btnLoadFromMatlabFile_EarphoneOutput: TButton
  2646.         Left = 656
  2647.         Top = 400
  2648.         Width = 105
  2649.         Height = 25
  2650.         Caption = 'Load from Matlab file'
  2651.         TabOrder = 16
  2652.         OnClick = btnLoadFromMatlabFile_EarphoneOutputClick
  2653.       end
  2654.       object btnSaveToMatlabFile_EarphoneOutput: TButton
  2655.         Left = 656
  2656.         Top = 432
  2657.         Width = 105
  2658.         Height = 25
  2659.         Caption = 'Save to Matlab file'
  2660.         TabOrder = 17
  2661.         OnClick = btnSaveToMatlabFile_EarphoneOutputClick
  2662.       end
  2663.       object edtTimeConst2_8k: TEdit
  2664.         Left = 208
  2665.         Top = 14
  2666.         Width = 73
  2667.         Height = 21
  2668.         TabOrder = 18
  2669.         Text = '4098'
  2670.         OnExit = edtTimeConst2Check
  2671.       end
  2672.       object edtVolumeConst2_8k: TEdit
  2673.         Left = 316
  2674.         Top = 14
  2675.         Width = 73
  2676.         Height = 21
  2677.         TabOrder = 19
  2678.         Text = '256'
  2679.         OnExit = edtVolumeConst2Check
  2680.       end
  2681.       object edtMediaPlaybackMaxSwing_8k: TEdit
  2682.         Left = 424
  2683.         Top = 14
  2684.         Width = 73
  2685.         Height = 21
  2686.         TabOrder = 20
  2687.         Text = '12800'
  2688.         OnExit = edtMediaPlaybackMaxSwingCheck
  2689.       end
  2690.       object sb8kFirCoeff: TStatusBar
  2691.         Left = 0
  2692.         Top = 647
  2693.         Width = 769
  2694.         Height = 27
  2695.         Panels = <
  2696.           item
  2697.             Width = 50
  2698.           end>
  2699.         SimplePanel = False
  2700.       end
  2701.       object btnAcousticFirCal: TButton
  2702.         Left = 504
  2703.         Top = 620
  2704.         Width = 113
  2705.         Height = 25
  2706.         Caption = 'Acoustic FIR Tuning'
  2707.         TabOrder = 22
  2708.         OnClick = btnAcousticFirCalClick
  2709.       end
  2710.       object btn8kFirChangeDB: TButton
  2711.         Left = 216
  2712.         Top = 620
  2713.         Width = 105
  2714.         Height = 25
  2715.         Caption = 'Change NVRAM DB'
  2716.         TabOrder = 23
  2717.         OnClick = btn8kFirChangeDBClick
  2718.       end
  2719.       object cbOutputCoeffIndex8k: TComboBox
  2720.         Left = 568
  2721.         Top = 14
  2722.         Width = 97
  2723.         Height = 21
  2724.         ItemHeight = 13
  2725.         TabOrder = 24
  2726.         Text = '0'
  2727.         OnChange = cbOutputCoeffIndex8kChange
  2728.         Items.Strings = (
  2729.           '0'
  2730.           '1'
  2731.           '2'
  2732.           '3'
  2733.           '4'
  2734.           '5')
  2735.       end
  2736.       object btnFirCoefGenerateAudcoeff: TButton
  2737.         Left = 624
  2738.         Top = 620
  2739.         Width = 121
  2740.         Height = 25
  2741.         Caption = 'Generate audcoeff.c'
  2742.         TabOrder = 25
  2743.         OnClick = btnFirCoefGenerateAudcoeffClick
  2744.       end
  2745.       object gbLOC: TGroupBox
  2746.         Left = 8
  2747.         Top = 504
  2748.         Width = 641
  2749.         Height = 113
  2750.         Caption = '  Loudspeaker Output Coeff.  '
  2751.         TabOrder = 26
  2752.         object lblLOCCol0: TLabel
  2753.           Left = 152
  2754.           Top = 8
  2755.           Width = 41
  2756.           Height = 13
  2757.           Alignment = taCenter
  2758.           AutoSize = False
  2759.           Caption = '30'
  2760.         end
  2761.         object lblLOCCol1: TLabel
  2762.           Left = 200
  2763.           Top = 8
  2764.           Width = 38
  2765.           Height = 13
  2766.           Alignment = taCenter
  2767.           AutoSize = False
  2768.           Caption = '29'
  2769.         end
  2770.         object lblLOCCol2: TLabel
  2771.           Left = 248
  2772.           Top = 8
  2773.           Width = 38
  2774.           Height = 13
  2775.           Alignment = taCenter
  2776.           AutoSize = False
  2777.           Caption = '28'
  2778.         end
  2779.         object lblLOCCol3: TLabel
  2780.           Left = 296
  2781.           Top = 8
  2782.           Width = 38
  2783.           Height = 13
  2784.           Alignment = taCenter
  2785.           AutoSize = False
  2786.           Caption = '27'
  2787.         end
  2788.         object lblLOCCol4: TLabel
  2789.           Left = 344
  2790.           Top = 8
  2791.           Width = 38
  2792.           Height = 13
  2793.           Alignment = taCenter
  2794.           AutoSize = False
  2795.           Caption = '26'
  2796.         end
  2797.         object lblLOCCol5: TLabel
  2798.           Left = 392
  2799.           Top = 8
  2800.           Width = 38
  2801.           Height = 13
  2802.           Alignment = taCenter
  2803.           AutoSize = False
  2804.           Caption = '25'
  2805.         end
  2806.         object lblLOCCol6: TLabel
  2807.           Left = 440
  2808.           Top = 8
  2809.           Width = 38
  2810.           Height = 13
  2811.           Alignment = taCenter
  2812.           AutoSize = False
  2813.           Caption = '24'
  2814.         end
  2815.         object lblLOCCol7: TLabel
  2816.           Left = 488
  2817.           Top = 8
  2818.           Width = 38
  2819.           Height = 13
  2820.           Alignment = taCenter
  2821.           AutoSize = False
  2822.           Caption = '23'
  2823.         end
  2824.         object lblLOCCol8: TLabel
  2825.           Left = 536
  2826.           Top = 8
  2827.           Width = 38
  2828.           Height = 13
  2829.           Alignment = taCenter
  2830.           AutoSize = False
  2831.           Caption = '22'
  2832.         end
  2833.         object lblLOCCol9: TLabel
  2834.           Left = 584
  2835.           Top = 8
  2836.           Width = 38
  2837.           Height = 13
  2838.           Alignment = taCenter
  2839.           AutoSize = False
  2840.           Caption = '21'
  2841.         end
  2842.         object lblLOCCol10: TLabel
  2843.           Left = 152
  2844.           Top = 40
  2845.           Width = 38
  2846.           Height = 13
  2847.           Alignment = taCenter
  2848.           AutoSize = False
  2849.           Caption = '20'
  2850.         end
  2851.         object lblLOCCol11: TLabel
  2852.           Left = 200
  2853.           Top = 40
  2854.           Width = 38
  2855.           Height = 13
  2856.           Alignment = taCenter
  2857.           AutoSize = False
  2858.           Caption = '19'
  2859.         end
  2860.         object lblLOCCol12: TLabel
  2861.           Left = 248
  2862.           Top = 40
  2863.           Width = 38
  2864.           Height = 13
  2865.           Alignment = taCenter
  2866.           AutoSize = False
  2867.           Caption = '18'
  2868.         end
  2869.         object lblLOCCol13: TLabel
  2870.           Left = 296
  2871.           Top = 40
  2872.           Width = 38
  2873.           Height = 13
  2874.           Alignment = taCenter
  2875.           AutoSize = False
  2876.           Caption = '17'
  2877.         end
  2878.         object lblLOCCol14: TLabel
  2879.           Left = 344
  2880.           Top = 40
  2881.           Width = 38
  2882.           Height = 13
  2883.           Alignment = taCenter
  2884.           AutoSize = False
  2885.           Caption = '16'
  2886.         end
  2887.         object lblLOCCol15: TLabel
  2888.           Left = 392
  2889.           Top = 40
  2890.           Width = 38
  2891.           Height = 13
  2892.           Alignment = taCenter
  2893.           AutoSize = False
  2894.           Caption = '15'
  2895.         end
  2896.         object lblLOCCol16: TLabel
  2897.           Left = 440
  2898.           Top = 40
  2899.           Width = 38
  2900.           Height = 13
  2901.           Alignment = taCenter
  2902.           AutoSize = False
  2903.           Caption = '14'
  2904.         end
  2905.         object lblLOCCol17: TLabel
  2906.           Left = 488
  2907.           Top = 40
  2908.           Width = 38
  2909.           Height = 13
  2910.           Alignment = taCenter
  2911.           AutoSize = False
  2912.           Caption = '13'
  2913.         end
  2914.         object lblLOCCol18: TLabel
  2915.           Left = 536
  2916.           Top = 40
  2917.           Width = 38
  2918.           Height = 13
  2919.           Alignment = taCenter
  2920.           AutoSize = False
  2921.           Caption = '12'
  2922.         end
  2923.         object lblLOCCol19: TLabel
  2924.           Left = 584
  2925.           Top = 40
  2926.           Width = 38
  2927.           Height = 13
  2928.           Alignment = taCenter
  2929.           AutoSize = False
  2930.           Caption = '11'
  2931.         end
  2932.         object lblLOCCol20: TLabel
  2933.           Left = 152
  2934.           Top = 72
  2935.           Width = 38
  2936.           Height = 13
  2937.           Alignment = taCenter
  2938.           AutoSize = False
  2939.           Caption = '10'
  2940.         end
  2941.         object lblLOCCol21: TLabel
  2942.           Left = 200
  2943.           Top = 72
  2944.           Width = 38
  2945.           Height = 13
  2946.           Alignment = taCenter
  2947.           AutoSize = False
  2948.           Caption = '9'
  2949.         end
  2950.         object lblLOCCol22: TLabel
  2951.           Left = 248
  2952.           Top = 72
  2953.           Width = 38
  2954.           Height = 13
  2955.           Alignment = taCenter
  2956.           AutoSize = False
  2957.           Caption = '8'
  2958.         end
  2959.         object lblLOCCol23: TLabel
  2960.           Left = 296
  2961.           Top = 72
  2962.           Width = 38
  2963.           Height = 13
  2964.           Alignment = taCenter
  2965.           AutoSize = False
  2966.           Caption = '7'
  2967.         end
  2968.         object lblLOCCol24: TLabel
  2969.           Left = 344
  2970.           Top = 72
  2971.           Width = 38
  2972.           Height = 13
  2973.           Alignment = taCenter
  2974.           AutoSize = False
  2975.           Caption = '6'
  2976.         end
  2977.         object lblLOCCol25: TLabel
  2978.           Left = 392
  2979.           Top = 72
  2980.           Width = 38
  2981.           Height = 13
  2982.           Alignment = taCenter
  2983.           AutoSize = False
  2984.           Caption = '5'
  2985.         end
  2986.         object lblLOCCol26: TLabel
  2987.           Left = 440
  2988.           Top = 72
  2989.           Width = 38
  2990.           Height = 13
  2991.           Alignment = taCenter
  2992.           AutoSize = False
  2993.           Caption = '4'
  2994.         end
  2995.         object lblLOCCol27: TLabel
  2996.           Left = 488
  2997.           Top = 72
  2998.           Width = 38
  2999.           Height = 13
  3000.           Alignment = taCenter
  3001.           AutoSize = False
  3002.           Caption = '3'
  3003.         end
  3004.         object lblLOCCol28: TLabel
  3005.           Left = 536
  3006.           Top = 72
  3007.           Width = 38
  3008.           Height = 13
  3009.           Alignment = taCenter
  3010.           AutoSize = False
  3011.           Caption = '2'
  3012.         end
  3013.         object lblLOCCol29: TLabel
  3014.           Left = 584
  3015.           Top = 72
  3016.           Width = 38
  3017.           Height = 13
  3018.           Alignment = taCenter
  3019.           AutoSize = False
  3020.           Caption = '1'
  3021.         end
  3022.         object lblLOCRow0: TLabel
  3023.           Left = 112
  3024.           Top = 24
  3025.           Width = 31
  3026.           Height = 13
  3027.           Alignment = taRightJustify
  3028.           AutoSize = False
  3029.           Caption = '30~21'
  3030.         end
  3031.         object lblLOCRow1: TLabel
  3032.           Left = 112
  3033.           Top = 56
  3034.           Width = 31
  3035.           Height = 13
  3036.           Alignment = taRightJustify
  3037.           AutoSize = False
  3038.           Caption = '20~11'
  3039.         end
  3040.         object lblLOCRow2: TLabel
  3041.           Left = 104
  3042.           Top = 88
  3043.           Width = 38
  3044.           Height = 13
  3045.           Alignment = taRightJustify
  3046.           AutoSize = False
  3047.           Caption = '10~1'
  3048.         end
  3049.         object cbEnableLOC: TCheckBox
  3050.           Left = 8
  3051.           Top = 24
  3052.           Width = 97
  3053.           Height = 17
  3054.           Caption = 'Enable Coeff.'
  3055.           TabOrder = 0
  3056.           OnClick = cbEnableLOCClick
  3057.         end
  3058.         object edtLOCCoef00: TEdit
  3059.           Left = 152
  3060.           Top = 20
  3061.           Width = 41
  3062.           Height = 21
  3063.           TabOrder = 1
  3064.           Text = '0'
  3065.           OnExit = edtLOCCheck
  3066.         end
  3067.         object edtLOCCoef01: TEdit
  3068.           Tag = 1
  3069.           Left = 200
  3070.           Top = 20
  3071.           Width = 41
  3072.           Height = 21
  3073.           TabOrder = 2
  3074.           Text = '0'
  3075.           OnExit = edtLOCCheck
  3076.         end
  3077.         object edtLOCCoef02: TEdit
  3078.           Tag = 2
  3079.           Left = 248
  3080.           Top = 20
  3081.           Width = 41
  3082.           Height = 21
  3083.           TabOrder = 3
  3084.           Text = '0'
  3085.           OnExit = edtLOCCheck
  3086.         end
  3087.         object edtLOCCoef03: TEdit
  3088.           Tag = 3
  3089.           Left = 296
  3090.           Top = 20
  3091.           Width = 41
  3092.           Height = 21
  3093.           TabOrder = 4
  3094.           Text = '0'
  3095.           OnExit = edtLOCCheck
  3096.         end
  3097.         object edtLOCCoef04: TEdit
  3098.           Tag = 4
  3099.           Left = 344
  3100.           Top = 20
  3101.           Width = 41
  3102.           Height = 21
  3103.           TabOrder = 5
  3104.           Text = '0'
  3105.           OnExit = edtLOCCheck
  3106.         end
  3107.         object edtLOCCoef05: TEdit
  3108.           Tag = 5
  3109.           Left = 392
  3110.           Top = 20
  3111.           Width = 41
  3112.           Height = 21
  3113.           TabOrder = 6
  3114.           Text = '0'
  3115.           OnExit = edtLOCCheck
  3116.         end
  3117.         object edtLOCCoef06: TEdit
  3118.           Tag = 6
  3119.           Left = 440
  3120.           Top = 20
  3121.           Width = 41
  3122.           Height = 21
  3123.           TabOrder = 7
  3124.           Text = '0'
  3125.           OnExit = edtLOCCheck
  3126.         end
  3127.         object edtLOCCoef07: TEdit
  3128.           Tag = 7
  3129.           Left = 488
  3130.           Top = 20
  3131.           Width = 41
  3132.           Height = 21
  3133.           TabOrder = 8
  3134.           Text = '0'
  3135.           OnExit = edtLOCCheck
  3136.         end
  3137.         object edtLOCCoef08: TEdit
  3138.           Tag = 8
  3139.           Left = 536
  3140.           Top = 20
  3141.           Width = 41
  3142.           Height = 21
  3143.           TabOrder = 9
  3144.           Text = '0'
  3145.           OnExit = edtLOCCheck
  3146.         end
  3147.         object edtLOCCoef09: TEdit
  3148.           Tag = 9
  3149.           Left = 584
  3150.           Top = 20
  3151.           Width = 41
  3152.           Height = 21
  3153.           TabOrder = 10
  3154.           Text = '0'
  3155.           OnExit = edtLOCCheck
  3156.         end
  3157.         object edtLOCCoef10: TEdit
  3158.           Tag = 10
  3159.           Left = 152
  3160.           Top = 52
  3161.           Width = 41
  3162.           Height = 21
  3163.           TabOrder = 11
  3164.           Text = '0'
  3165.           OnExit = edtLOCCheck
  3166.         end
  3167.         object edtLOCCoef11: TEdit
  3168.           Tag = 11
  3169.           Left = 200
  3170.           Top = 52
  3171.           Width = 41
  3172.           Height = 21
  3173.           TabOrder = 12
  3174.           Text = '0'
  3175.           OnExit = edtLOCCheck
  3176.         end
  3177.         object edtLOCCoef12: TEdit
  3178.           Tag = 12
  3179.           Left = 248
  3180.           Top = 52
  3181.           Width = 41
  3182.           Height = 21
  3183.           TabOrder = 13
  3184.           Text = '0'
  3185.           OnExit = edtLOCCheck
  3186.         end
  3187.         object edtLOCCoef13: TEdit
  3188.           Tag = 13
  3189.           Left = 296
  3190.           Top = 52
  3191.           Width = 41
  3192.           Height = 21
  3193.           TabOrder = 14
  3194.           Text = '0'
  3195.           OnExit = edtLOCCheck
  3196.         end
  3197.         object edtLOCCoef14: TEdit
  3198.           Tag = 14
  3199.           Left = 344
  3200.           Top = 52
  3201.           Width = 41
  3202.           Height = 21
  3203.           TabOrder = 15
  3204.           Text = '0'
  3205.           OnExit = edtLOCCheck
  3206.         end
  3207.         object edtLOCCoef15: TEdit
  3208.           Tag = 15
  3209.           Left = 392
  3210.           Top = 52
  3211.           Width = 41
  3212.           Height = 21
  3213.           TabOrder = 16
  3214.           Text = '0'
  3215.           OnExit = edtLOCCheck
  3216.         end
  3217.         object edtLOCCoef16: TEdit
  3218.           Tag = 16
  3219.           Left = 440
  3220.           Top = 52
  3221.           Width = 41
  3222.           Height = 21
  3223.           TabOrder = 17
  3224.           Text = '0'
  3225.           OnExit = edtLOCCheck
  3226.         end
  3227.         object edtLOCCoef17: TEdit
  3228.           Tag = 17
  3229.           Left = 488
  3230.           Top = 52
  3231.           Width = 41
  3232.           Height = 21
  3233.           TabOrder = 18
  3234.           Text = '0'
  3235.           OnExit = edtLOCCheck
  3236.         end
  3237.         object edtLOCCoef18: TEdit
  3238.           Tag = 18
  3239.           Left = 536
  3240.           Top = 52
  3241.           Width = 41
  3242.           Height = 21
  3243.           TabOrder = 19
  3244.           Text = '0'
  3245.           OnExit = edtLOCCheck
  3246.         end
  3247.         object edtLOCCoef19: TEdit
  3248.           Tag = 19
  3249.           Left = 584
  3250.           Top = 52
  3251.           Width = 41
  3252.           Height = 21
  3253.           TabOrder = 20
  3254.           Text = '0'
  3255.           OnExit = edtLOCCheck
  3256.         end
  3257.         object edtLOCCoef20: TEdit
  3258.           Tag = 20
  3259.           Left = 152
  3260.           Top = 84
  3261.           Width = 41
  3262.           Height = 21
  3263.           TabOrder = 21
  3264.           Text = '0'
  3265.           OnExit = edtLOCCheck
  3266.         end
  3267.         object edtLOCCoef21: TEdit
  3268.           Tag = 21
  3269.           Left = 200
  3270.           Top = 84
  3271.           Width = 41
  3272.           Height = 21
  3273.           TabOrder = 22
  3274.           Text = '0'
  3275.           OnExit = edtLOCCheck
  3276.         end
  3277.         object edtLOCCoef22: TEdit
  3278.           Tag = 22
  3279.           Left = 248
  3280.           Top = 84
  3281.           Width = 41
  3282.           Height = 21
  3283.           TabOrder = 23
  3284.           Text = '0'
  3285.           OnExit = edtLOCCheck
  3286.         end
  3287.         object edtLOCCoef23: TEdit
  3288.           Tag = 23
  3289.           Left = 296
  3290.           Top = 84
  3291.           Width = 41
  3292.           Height = 21
  3293.           TabOrder = 24
  3294.           Text = '0'
  3295.           OnExit = edtLOCCheck
  3296.         end
  3297.         object edtLOCCoef24: TEdit
  3298.           Tag = 24
  3299.           Left = 344
  3300.           Top = 84
  3301.           Width = 41
  3302.           Height = 21
  3303.           TabOrder = 25
  3304.           Text = '0'
  3305.           OnExit = edtLOCCheck
  3306.         end
  3307.         object edtLOCCoef25: TEdit
  3308.           Tag = 25
  3309.           Left = 392
  3310.           Top = 84
  3311.           Width = 41
  3312.           Height = 21
  3313.           TabOrder = 26
  3314.           Text = '0'
  3315.           OnExit = edtLOCCheck
  3316.         end
  3317.         object edtLOCCoef26: TEdit
  3318.           Tag = 26
  3319.           Left = 440
  3320.           Top = 84
  3321.           Width = 41
  3322.           Height = 21
  3323.           TabOrder = 27
  3324.           Text = '0'
  3325.           OnExit = edtLOCCheck
  3326.         end
  3327.         object edtLOCCoef27: TEdit
  3328.           Tag = 27
  3329.           Left = 488
  3330.           Top = 84
  3331.           Width = 41
  3332.           Height = 21
  3333.           TabOrder = 28
  3334.           Text = '0'
  3335.           OnExit = edtLOCCheck
  3336.         end
  3337.         object edtLOCCoef28: TEdit
  3338.           Tag = 28
  3339.           Left = 536
  3340.           Top = 84
  3341.           Width = 41
  3342.           Height = 21
  3343.           TabOrder = 29
  3344.           Text = '0'
  3345.           OnExit = edtLOCCheck
  3346.         end
  3347.         object edtLOCCoef29: TEdit
  3348.           Tag = 29
  3349.           Left = 584
  3350.           Top = 84
  3351.           Width = 41
  3352.           Height = 21
  3353.           TabOrder = 30
  3354.           Text = '0'
  3355.           OnExit = edtLOCCheck
  3356.         end
  3357.       end
  3358.       object btnLOCLoadFromMatlabFile: TButton
  3359.         Left = 656
  3360.         Top = 512
  3361.         Width = 105
  3362.         Height = 25
  3363.         Caption = 'Load from Matlab file'
  3364.         TabOrder = 27
  3365.         OnClick = btnLOCLoadFromMatlabFileClick
  3366.       end
  3367.       object btnLOCSaveToMatlabFile: TButton
  3368.         Left = 656
  3369.         Top = 544
  3370.         Width = 105
  3371.         Height = 25
  3372.         Caption = 'Save to Matlab file'
  3373.         TabOrder = 28
  3374.         OnClick = btnLOCSaveToMatlabFileClick
  3375.       end
  3376.     end
  3377.     object ts8kadd: TTabSheet
  3378.       Caption = 'Additional Speech Output FIR Coeff'
  3379.       ImageIndex = 8
  3380.       object lblTimeConst_8kAdd: TLabel
  3381.         Left = 8
  3382.         Top = 16
  3383.         Width = 68
  3384.         Height = 13
  3385.         Caption = 'Time Constant'
  3386.       end
  3387.       object lblVolumeConst_8kAdd: TLabel
  3388.         Left = 104
  3389.         Top = 16
  3390.         Width = 80
  3391.         Height = 13
  3392.         Caption = 'Volume Constant'
  3393.       end
  3394.       object lblTimeConst2_8kAdd: TLabel
  3395.         Left = 208
  3396.         Top = 16
  3397.         Width = 80
  3398.         Height = 13
  3399.         Caption = 'Time  Constant 2'
  3400.       end
  3401.       object lblVolumeConst2_8kAdd: TLabel
  3402.         Left = 304
  3403.         Top = 16
  3404.         Width = 89
  3405.         Height = 13
  3406.         Caption = 'Volume Constant 2'
  3407.       end
  3408.       object lblMediaPlaybackMaxSwing_8kAdd: TLabel
  3409.         Left = 408
  3410.         Top = 16
  3411.         Width = 131
  3412.         Height = 13
  3413.         Caption = 'Media Playback Max Swing'
  3414.       end
  3415.       object lblOutputCoeffIndex8kAdd: TLabel
  3416.         Left = 560
  3417.         Top = 16
  3418.         Width = 92
  3419.         Height = 13
  3420.         Caption = 'Output Coeff. Index'
  3421.       end
  3422.       object edtTimeConst_8kAdd: TEdit
  3423.         Left = 8
  3424.         Top = 32
  3425.         Width = 73
  3426.         Height = 21
  3427.         TabOrder = 0
  3428.         Text = '1801'
  3429.         OnExit = edtTimeConstCheck
  3430.       end
  3431.       object edtVolumeConst_8kAdd: TEdit
  3432.         Left = 104
  3433.         Top = 32
  3434.         Width = 73
  3435.         Height = 21
  3436.         TabOrder = 1
  3437.         Text = '1204'
  3438.         OnExit = edtVolumeConstCheck
  3439.       end
  3440.       object edtTimeConst2_8kAdd: TEdit
  3441.         Left = 208
  3442.         Top = 32
  3443.         Width = 73
  3444.         Height = 21
  3445.         TabOrder = 2
  3446.         Text = '4098'
  3447.         OnExit = edtTimeConst2Check
  3448.       end
  3449.       object edtVolumeConst2_8kAdd: TEdit
  3450.         Left = 312
  3451.         Top = 32
  3452.         Width = 73
  3453.         Height = 21
  3454.         TabOrder = 3
  3455.         Text = '256'
  3456.         OnExit = edtVolumeConst2Check
  3457.       end
  3458.       object edtMediaPlaybackMaxSwing_8kAdd: TEdit
  3459.         Left = 424
  3460.         Top = 32
  3461.         Width = 73
  3462.         Height = 21
  3463.         TabOrder = 4
  3464.         Text = '12800'
  3465.         OnExit = edtMediaPlaybackMaxSwingCheck
  3466.       end
  3467.       object gb1stOutputCoeff: TGroupBox
  3468.         Left = 8
  3469.         Top = 56
  3470.         Width = 641
  3471.         Height = 137
  3472.         Caption = '  1st Output  Coeff.'
  3473.         TabOrder = 5
  3474.         object lbl1stOCCol0: TLabel
  3475.           Left = 152
  3476.           Top = 8
  3477.           Width = 41
  3478.           Height = 13
  3479.           Alignment = taCenter
  3480.           AutoSize = False
  3481.           Caption = '30'
  3482.         end
  3483.         object lbl1stOCCol1: TLabel
  3484.           Left = 200
  3485.           Top = 8
  3486.           Width = 38
  3487.           Height = 13
  3488.           Alignment = taCenter
  3489.           AutoSize = False
  3490.           Caption = '29'
  3491.         end
  3492.         object lbl1stOCCol2: TLabel
  3493.           Left = 248
  3494.           Top = 8
  3495.           Width = 41
  3496.           Height = 13
  3497.           Alignment = taCenter
  3498.           AutoSize = False
  3499.           Caption = '28'
  3500.         end
  3501.         object lbl1stOCCol3: TLabel
  3502.           Left = 296
  3503.           Top = 8
  3504.           Width = 38
  3505.           Height = 13
  3506.           Alignment = taCenter
  3507.           AutoSize = False
  3508.           Caption = '27'
  3509.         end
  3510.         object lbl1stOCCol4: TLabel
  3511.           Left = 344
  3512.           Top = 8
  3513.           Width = 41
  3514.           Height = 13
  3515.           Alignment = taCenter
  3516.           AutoSize = False
  3517.           Caption = '26'
  3518.         end
  3519.         object lbl1stOCCol5: TLabel
  3520.           Left = 392
  3521.           Top = 8
  3522.           Width = 38
  3523.           Height = 13
  3524.           Alignment = taCenter
  3525.           AutoSize = False
  3526.           Caption = '25'
  3527.         end
  3528.         object lbl1stOCCol6: TLabel
  3529.           Left = 440
  3530.           Top = 8
  3531.           Width = 41
  3532.           Height = 13
  3533.           Alignment = taCenter
  3534.           AutoSize = False
  3535.           Caption = '24'
  3536.         end
  3537.         object lbl1stOCCol7: TLabel
  3538.           Left = 488
  3539.           Top = 8
  3540.           Width = 38
  3541.           Height = 13
  3542.           Alignment = taCenter
  3543.           AutoSize = False
  3544.           Caption = '23'
  3545.         end
  3546.         object lbl1stOCCol8: TLabel
  3547.           Left = 536
  3548.           Top = 8
  3549.           Width = 41
  3550.           Height = 13
  3551.           Alignment = taCenter
  3552.           AutoSize = False
  3553.           Caption = '22'
  3554.         end
  3555.         object lbl1stOCCol9: TLabel
  3556.           Left = 584
  3557.           Top = 8
  3558.           Width = 38
  3559.           Height = 13
  3560.           Alignment = taCenter
  3561.           AutoSize = False
  3562.           Caption = '21'
  3563.         end
  3564.         object lbl1stOCCol10: TLabel
  3565.           Left = 152
  3566.           Top = 48
  3567.           Width = 41
  3568.           Height = 13
  3569.           Alignment = taCenter
  3570.           AutoSize = False
  3571.           Caption = '20'
  3572.         end
  3573.         object lbl1stOCCol11: TLabel
  3574.           Left = 200
  3575.           Top = 48
  3576.           Width = 38
  3577.           Height = 13
  3578.           Alignment = taCenter
  3579.           AutoSize = False
  3580.           Caption = '19'
  3581.         end
  3582.         object lbl1stOCCol12: TLabel
  3583.           Left = 248
  3584.           Top = 48
  3585.           Width = 41
  3586.           Height = 13
  3587.           Alignment = taCenter
  3588.           AutoSize = False
  3589.           Caption = '18'
  3590.         end
  3591.         object lbl1stOCCol13: TLabel
  3592.           Left = 296
  3593.           Top = 48
  3594.           Width = 41
  3595.           Height = 13
  3596.           Alignment = taCenter
  3597.           AutoSize = False
  3598.           Caption = '17'
  3599.         end
  3600.         object lbl1stOCCol14: TLabel
  3601.           Left = 344
  3602.           Top = 48
  3603.           Width = 41
  3604.           Height = 13
  3605.           Alignment = taCenter
  3606.           AutoSize = False
  3607.           Caption = '16'
  3608.         end
  3609.         object lbl1stOCCol15: TLabel
  3610.           Left = 392
  3611.           Top = 48
  3612.           Width = 38
  3613.           Height = 13
  3614.           Alignment = taCenter
  3615.           AutoSize = False
  3616.           Caption = '15'
  3617.         end
  3618.         object lbl1stOCCol16: TLabel
  3619.           Left = 440
  3620.           Top = 48
  3621.           Width = 41
  3622.           Height = 13
  3623.           Alignment = taCenter
  3624.           AutoSize = False
  3625.           Caption = '14'
  3626.         end
  3627.         object lbl1stOCCol17: TLabel
  3628.           Left = 488
  3629.           Top = 48
  3630.           Width = 41
  3631.           Height = 13
  3632.           Alignment = taCenter
  3633.           AutoSize = False
  3634.           Caption = '13'
  3635.         end
  3636.         object lbl1stOCCol18: TLabel
  3637.           Left = 536
  3638.           Top = 48
  3639.           Width = 41
  3640.           Height = 13
  3641.           Alignment = taCenter
  3642.           AutoSize = False
  3643.           Caption = '12'
  3644.         end
  3645.         object lbl1stOCCol19: TLabel
  3646.           Left = 584
  3647.           Top = 48
  3648.           Width = 41
  3649.           Height = 13
  3650.           Alignment = taCenter
  3651.           AutoSize = False
  3652.           Caption = '11'
  3653.         end
  3654.         object lbl1stOCCol20: TLabel
  3655.           Left = 152
  3656.           Top = 88
  3657.           Width = 38
  3658.           Height = 13
  3659.           Alignment = taCenter
  3660.           AutoSize = False
  3661.           Caption = '10'
  3662.         end
  3663.         object lbl1stOCCol21: TLabel
  3664.           Left = 200
  3665.           Top = 88
  3666.           Width = 41
  3667.           Height = 13
  3668.           Alignment = taCenter
  3669.           AutoSize = False
  3670.           Caption = '9'
  3671.         end
  3672.         object lbl1stOCCol22: TLabel
  3673.           Left = 248
  3674.           Top = 88
  3675.           Width = 41
  3676.           Height = 13
  3677.           Alignment = taCenter
  3678.           AutoSize = False
  3679.           Caption = '8'
  3680.         end
  3681.         object lbl1stOCCol23: TLabel
  3682.           Left = 296
  3683.           Top = 88
  3684.           Width = 41
  3685.           Height = 13
  3686.           Alignment = taCenter
  3687.           AutoSize = False
  3688.           Caption = '7'
  3689.         end
  3690.         object lbl1stOCCol24: TLabel
  3691.           Left = 344
  3692.           Top = 88
  3693.           Width = 41
  3694.           Height = 13
  3695.           Alignment = taCenter
  3696.           AutoSize = False
  3697.           Caption = '6'
  3698.         end
  3699.         object lbl1stOCCol25: TLabel
  3700.           Left = 392
  3701.           Top = 88
  3702.           Width = 41
  3703.           Height = 13
  3704.           Alignment = taCenter
  3705.           AutoSize = False
  3706.           Caption = '5'
  3707.         end
  3708.         object lbl1stOCCol26: TLabel
  3709.           Left = 440
  3710.           Top = 88
  3711.           Width = 41
  3712.           Height = 13
  3713.           Alignment = taCenter
  3714.           AutoSize = False
  3715.           Caption = '4'
  3716.         end
  3717.         object lbl1stOCCol27: TLabel
  3718.           Left = 488
  3719.           Top = 88
  3720.           Width = 38
  3721.           Height = 13
  3722.           Alignment = taCenter
  3723.           AutoSize = False
  3724.           Caption = '3'
  3725.         end
  3726.         object lbl1stOCCol28: TLabel
  3727.           Left = 536
  3728.           Top = 88
  3729.           Width = 38
  3730.           Height = 13
  3731.           Alignment = taCenter
  3732.           AutoSize = False
  3733.           Caption = '2'
  3734.         end
  3735.         object lbl1stOCCol29: TLabel
  3736.           Left = 584
  3737.           Top = 88
  3738.           Width = 41
  3739.           Height = 13
  3740.           Alignment = taCenter
  3741.           AutoSize = False
  3742.           Caption = '1'
  3743.         end
  3744.         object lbl1stOCRow0: TLabel
  3745.           Left = 107
  3746.           Top = 24
  3747.           Width = 38
  3748.           Height = 13
  3749.           Alignment = taRightJustify
  3750.           AutoSize = False
  3751.           Caption = '30~21'
  3752.         end
  3753.         object lbl1stOCRow1: TLabel
  3754.           Left = 104
  3755.           Top = 64
  3756.           Width = 41
  3757.           Height = 13
  3758.           Alignment = taRightJustify
  3759.           AutoSize = False
  3760.           Caption = '20~11'
  3761.         end
  3762.         object lbl1stOCRow2: TLabel
  3763.           Left = 120
  3764.           Top = 104
  3765.           Width = 25
  3766.           Height = 13
  3767.           Alignment = taRightJustify
  3768.           AutoSize = False
  3769.           Caption = '10~1'
  3770.         end
  3771.         object edt1stAdditionalFirCoef01: TEdit
  3772.           Tag = 1
  3773.           Left = 200
  3774.           Top = 24
  3775.           Width = 41
  3776.           Height = 21
  3777.           TabOrder = 0
  3778.           Text = '0'
  3779.           OnExit = edt1stOCCheck
  3780.         end
  3781.         object edt1stAdditionalFirCoef02: TEdit
  3782.           Tag = 2
  3783.           Left = 248
  3784.           Top = 24
  3785.           Width = 41
  3786.           Height = 21
  3787.           TabOrder = 1
  3788.           Text = '0'
  3789.           OnExit = edt1stOCCheck
  3790.         end
  3791.         object edt1stAdditionalFirCoef03: TEdit
  3792.           Tag = 3
  3793.           Left = 296
  3794.           Top = 24
  3795.           Width = 41
  3796.           Height = 21
  3797.           TabOrder = 2
  3798.           Text = '0'
  3799.           OnExit = edt1stOCCheck
  3800.         end
  3801.         object edt1stAdditionalFirCoef04: TEdit
  3802.           Tag = 4
  3803.           Left = 344
  3804.           Top = 24
  3805.           Width = 41
  3806.           Height = 21
  3807.           TabOrder = 3
  3808.           Text = '0'
  3809.           OnExit = edt1stOCCheck
  3810.         end
  3811.         object edt1stAdditionalFirCoef05: TEdit
  3812.           Tag = 5
  3813.           Left = 392
  3814.           Top = 24
  3815.           Width = 41
  3816.           Height = 21
  3817.           TabOrder = 4
  3818.           Text = '0'
  3819.           OnExit = edt1stOCCheck
  3820.         end
  3821.         object edt1stAdditionalFirCoef06: TEdit
  3822.           Tag = 6
  3823.           Left = 440
  3824.           Top = 24
  3825.           Width = 41
  3826.           Height = 21
  3827.           TabOrder = 5
  3828.           Text = '0'
  3829.           OnExit = edt1stOCCheck
  3830.         end
  3831.         object edt1stAdditionalFirCoef07: TEdit
  3832.           Tag = 7
  3833.           Left = 488
  3834.           Top = 24
  3835.           Width = 41
  3836.           Height = 21
  3837.           TabOrder = 6
  3838.           Text = '0'
  3839.           OnExit = edt1stOCCheck
  3840.         end
  3841.         object edt1stAdditionalFirCoef08: TEdit
  3842.           Tag = 8
  3843.           Left = 536
  3844.           Top = 24
  3845.           Width = 41
  3846.           Height = 21
  3847.           TabOrder = 7
  3848.           Text = '0'
  3849.           OnExit = edt1stOCCheck
  3850.         end
  3851.         object edt1stAdditionalFirCoef09: TEdit
  3852.           Tag = 9
  3853.           Left = 584
  3854.           Top = 24
  3855.           Width = 41
  3856.           Height = 21
  3857.           TabOrder = 8
  3858.           Text = '0'
  3859.           OnExit = edt1stOCCheck
  3860.         end
  3861.         object edt1stAdditionalFirCoef10: TEdit
  3862.           Tag = 10
  3863.           Left = 152
  3864.           Top = 64
  3865.           Width = 41
  3866.           Height = 21
  3867.           TabOrder = 9
  3868.           Text = '0'
  3869.           OnExit = edt1stOCCheck
  3870.         end
  3871.         object edt1stAdditionalFirCoef11: TEdit
  3872.           Tag = 11
  3873.           Left = 200
  3874.           Top = 64
  3875.           Width = 41
  3876.           Height = 21
  3877.           TabOrder = 10
  3878.           Text = '0'
  3879.           OnExit = edt1stOCCheck
  3880.         end
  3881.         object edt1stAdditionalFirCoef12: TEdit
  3882.           Tag = 12
  3883.           Left = 248
  3884.           Top = 64
  3885.           Width = 41
  3886.           Height = 21
  3887.           TabOrder = 11
  3888.           Text = '0'
  3889.           OnExit = edt1stOCCheck
  3890.         end
  3891.         object edt1stAdditionalFirCoef13: TEdit
  3892.           Tag = 13
  3893.           Left = 296
  3894.           Top = 64
  3895.           Width = 41
  3896.           Height = 21
  3897.           TabOrder = 12
  3898.           Text = '0'
  3899.           OnExit = edt1stOCCheck
  3900.         end
  3901.         object edt1stAdditionalFirCoef14: TEdit
  3902.           Tag = 14
  3903.           Left = 344
  3904.           Top = 64
  3905.           Width = 41
  3906.           Height = 21
  3907.           TabOrder = 13
  3908.           Text = '0'
  3909.           OnExit = edt1stOCCheck
  3910.         end
  3911.         object edt1stAdditionalFirCoef15: TEdit
  3912.           Tag = 15
  3913.           Left = 392
  3914.           Top = 64
  3915.           Width = 41
  3916.           Height = 21
  3917.           TabOrder = 14
  3918.           Text = '0'
  3919.           OnExit = edt1stOCCheck
  3920.         end
  3921.         object edt1stAdditionalFirCoef16: TEdit
  3922.           Tag = 16
  3923.           Left = 440
  3924.           Top = 64
  3925.           Width = 41
  3926.           Height = 21
  3927.           TabOrder = 15
  3928.           Text = '0'
  3929.           OnExit = edt1stOCCheck
  3930.         end
  3931.         object edt1stAdditionalFirCoef17: TEdit
  3932.           Tag = 17
  3933.           Left = 488
  3934.           Top = 64
  3935.           Width = 41
  3936.           Height = 21
  3937.           TabOrder = 16
  3938.           Text = '0'
  3939.           OnExit = edt1stOCCheck
  3940.         end
  3941.         object edt1stAdditionalFirCoef18: TEdit
  3942.           Tag = 18
  3943.           Left = 536
  3944.           Top = 64
  3945.           Width = 41
  3946.           Height = 21
  3947.           TabOrder = 17
  3948.           Text = '0'
  3949.           OnExit = edt1stOCCheck
  3950.         end
  3951.         object edt1stAdditionalFirCoef19: TEdit
  3952.           Tag = 19
  3953.           Left = 584
  3954.           Top = 64
  3955.           Width = 41
  3956.           Height = 21
  3957.           TabOrder = 18
  3958.           Text = '0'
  3959.           OnExit = edt1stOCCheck
  3960.         end
  3961.         object edt1stAdditionalFirCoef20: TEdit
  3962.           Tag = 20
  3963.           Left = 152
  3964.           Top = 104
  3965.           Width = 41
  3966.           Height = 21
  3967.           TabOrder = 19
  3968.           Text = '0'
  3969.           OnExit = edt1stOCCheck
  3970.         end
  3971.         object edt1stAdditionalFirCoef21: TEdit
  3972.           Tag = 21
  3973.           Left = 200
  3974.           Top = 104
  3975.           Width = 41
  3976.           Height = 21
  3977.           TabOrder = 20
  3978.           Text = '0'
  3979.           OnExit = edt1stOCCheck
  3980.         end
  3981.         object edt1stAdditionalFirCoef22: TEdit
  3982.           Tag = 22
  3983.           Left = 248
  3984.           Top = 104
  3985.           Width = 41
  3986.           Height = 21
  3987.           TabOrder = 21
  3988.           Text = '0'
  3989.           OnExit = edt1stOCCheck
  3990.         end
  3991.         object edt1stAdditionalFirCoef23: TEdit
  3992.           Tag = 23
  3993.           Left = 296
  3994.           Top = 104
  3995.           Width = 41
  3996.           Height = 21
  3997.           TabOrder = 22
  3998.           Text = '0'
  3999.           OnExit = edt1stOCCheck
  4000.         end
  4001.         object edt1stAdditionalFirCoef24: TEdit
  4002.           Tag = 24
  4003.           Left = 344
  4004.           Top = 104
  4005.           Width = 41
  4006.           Height = 21
  4007.           TabOrder = 23
  4008.           Text = '0'
  4009.           OnExit = edt1stOCCheck
  4010.         end
  4011.         object edt1stAdditionalFirCoef25: TEdit
  4012.           Tag = 25
  4013.           Left = 392
  4014.           Top = 104
  4015.           Width = 41
  4016.           Height = 21
  4017.           TabOrder = 24
  4018.           Text = '0'
  4019.           OnExit = edt1stOCCheck
  4020.         end
  4021.         object edt1stAdditionalFirCoef26: TEdit
  4022.           Tag = 26
  4023.           Left = 440
  4024.           Top = 104
  4025.           Width = 41
  4026.           Height = 21
  4027.           TabOrder = 25
  4028.           Text = '0'
  4029.           OnExit = edt1stOCCheck
  4030.         end
  4031.         object edt1stAdditionalFirCoef27: TEdit
  4032.           Tag = 27
  4033.           Left = 488
  4034.           Top = 104
  4035.           Width = 41
  4036.           Height = 21
  4037.           TabOrder = 26
  4038.           Text = '0'
  4039.           OnExit = edt1stOCCheck
  4040.         end
  4041.         object edt1stAdditionalFirCoef28: TEdit
  4042.           Tag = 28
  4043.           Left = 536
  4044.           Top = 104
  4045.           Width = 41
  4046.           Height = 21
  4047.           TabOrder = 27
  4048.           Text = '0'
  4049.           OnExit = edt1stOCCheck
  4050.         end
  4051.         object edt1stAdditionalFirCoef29: TEdit
  4052.           Tag = 29
  4053.           Left = 584
  4054.           Top = 104
  4055.           Width = 41
  4056.           Height = 21
  4057.           TabOrder = 28
  4058.           Text = '0'
  4059.           OnExit = edt1stOCCheck
  4060.         end
  4061.         object cbEnable1stOC: TCheckBox
  4062.           Left = 8
  4063.           Top = 32
  4064.           Width = 89
  4065.           Height = 17
  4066.           Caption = 'Enable Coeff.'
  4067.           TabOrder = 29
  4068.           OnClick = cbEnable1stOCClick
  4069.         end
  4070.         object edt1stAdditionalFirCoef00: TEdit
  4071.           Left = 152
  4072.           Top = 24
  4073.           Width = 41
  4074.           Height = 21
  4075.           TabOrder = 30
  4076.           Text = '0'
  4077.           OnExit = edt1stOCCheck
  4078.         end
  4079.       end
  4080.       object gb2ndOutputCoeff: TGroupBox
  4081.         Left = 8
  4082.         Top = 197
  4083.         Width = 641
  4084.         Height = 137
  4085.         Caption = '  2nd Output Coeff.  '
  4086.         TabOrder = 6
  4087.         object lbl2ndOCCol0: TLabel
  4088.           Left = 152
  4089.           Top = 8
  4090.           Width = 38
  4091.           Height = 13
  4092.           Alignment = taCenter
  4093.           AutoSize = False
  4094.           Caption = '30'
  4095.         end
  4096.         object lbl2ndOCCol1: TLabel
  4097.           Left = 200
  4098.           Top = 8
  4099.           Width = 38
  4100.           Height = 13
  4101.           Alignment = taCenter
  4102.           AutoSize = False
  4103.           Caption = '29'
  4104.         end
  4105.         object lbl2ndOCCol2: TLabel
  4106.           Left = 248
  4107.           Top = 8
  4108.           Width = 41
  4109.           Height = 13
  4110.           Alignment = taCenter
  4111.           AutoSize = False
  4112.           Caption = '28'
  4113.         end
  4114.         object lbl2ndOCCol3: TLabel
  4115.           Left = 296
  4116.           Top = 8
  4117.           Width = 41
  4118.           Height = 13
  4119.           Alignment = taCenter
  4120.           AutoSize = False
  4121.           Caption = '27'
  4122.         end
  4123.         object lbl2ndOCCol4: TLabel
  4124.           Left = 344
  4125.           Top = 8
  4126.           Width = 38
  4127.           Height = 13
  4128.           Alignment = taCenter
  4129.           AutoSize = False
  4130.           Caption = '26'
  4131.         end
  4132.         object lbl2ndOCCol5: TLabel
  4133.           Left = 392
  4134.           Top = 8
  4135.           Width = 38
  4136.           Height = 13
  4137.           Alignment = taCenter
  4138.           AutoSize = False
  4139.           Caption = '25'
  4140.         end
  4141.         object lbl2ndOCCol6: TLabel
  4142.           Left = 440
  4143.           Top = 8
  4144.           Width = 38
  4145.           Height = 13
  4146.           Alignment = taCenter
  4147.           AutoSize = False
  4148.           Caption = '24'
  4149.         end
  4150.         object lbl2ndOCCol7: TLabel
  4151.           Left = 488
  4152.           Top = 8
  4153.           Width = 41
  4154.           Height = 13
  4155.           Alignment = taCenter
  4156.           AutoSize = False
  4157.           Caption = '23'
  4158.         end
  4159.         object lbl2ndOCCol8: TLabel
  4160.           Left = 536
  4161.           Top = 8
  4162.           Width = 41
  4163.           Height = 13
  4164.           Alignment = taCenter
  4165.           AutoSize = False
  4166.           Caption = '22'
  4167.         end
  4168.         object lbl2ndOCCol9: TLabel
  4169.           Left = 584
  4170.           Top = 8
  4171.           Width = 12
  4172.           Height = 13
  4173.           Alignment = taCenter
  4174.           Caption = '21'
  4175.         end
  4176.         object lbl2ndOCCol10: TLabel
  4177.           Left = 152
  4178.           Top = 48
  4179.           Width = 41
  4180.           Height = 13
  4181.           Alignment = taCenter
  4182.           AutoSize = False
  4183.           Caption = '20'
  4184.         end
  4185.         object lbl2ndOCCol11: TLabel
  4186.           Left = 200
  4187.           Top = 48
  4188.           Width = 41
  4189.           Height = 13
  4190.           Alignment = taCenter
  4191.           AutoSize = False
  4192.           Caption = '19'
  4193.         end
  4194.         object lbl2ndOCCol12: TLabel
  4195.           Left = 248
  4196.           Top = 48
  4197.           Width = 41
  4198.           Height = 13
  4199.           Alignment = taCenter
  4200.           AutoSize = False
  4201.           Caption = '18'
  4202.         end
  4203.         object lbl2ndOCCol13: TLabel
  4204.           Left = 296
  4205.           Top = 48
  4206.           Width = 41
  4207.           Height = 13
  4208.           Alignment = taCenter
  4209.           AutoSize = False
  4210.           Caption = '17'
  4211.         end
  4212.         object lbl2ndOCCol14: TLabel
  4213.           Left = 344
  4214.           Top = 48
  4215.           Width = 41
  4216.           Height = 13
  4217.           Alignment = taCenter
  4218.           AutoSize = False
  4219.           Caption = '16'
  4220.         end
  4221.         object lbl2ndOCCol15: TLabel
  4222.           Left = 392
  4223.           Top = 48
  4224.           Width = 41
  4225.           Height = 13
  4226.           Alignment = taCenter
  4227.           AutoSize = False
  4228.           Caption = '15'
  4229.         end
  4230.         object lbl2ndOCCol16: TLabel
  4231.           Left = 440
  4232.           Top = 48
  4233.           Width = 41
  4234.           Height = 13
  4235.           Alignment = taCenter
  4236.           AutoSize = False
  4237.           Caption = '14'
  4238.         end
  4239.         object lbl2ndOCCol17: TLabel
  4240.           Left = 488
  4241.           Top = 48
  4242.           Width = 41
  4243.           Height = 13
  4244.           Alignment = taCenter
  4245.           AutoSize = False
  4246.           Caption = '13'
  4247.         end
  4248.         object lbl2ndOCCol18: TLabel
  4249.           Left = 536
  4250.           Top = 48
  4251.           Width = 41
  4252.           Height = 13
  4253.           Alignment = taCenter
  4254.           AutoSize = False
  4255.           Caption = '12'
  4256.         end
  4257.         object lbl2ndOCCol19: TLabel
  4258.           Left = 584
  4259.           Top = 48
  4260.           Width = 41
  4261.           Height = 13
  4262.           Alignment = taCenter
  4263.           AutoSize = False
  4264.           Caption = '11'
  4265.         end
  4266.         object lbl2ndOCCol20: TLabel
  4267.           Left = 152
  4268.           Top = 88
  4269.           Width = 41
  4270.           Height = 13
  4271.           Alignment = taCenter
  4272.           AutoSize = False
  4273.           Caption = '10'
  4274.         end
  4275.         object lbl2ndOCCol21: TLabel
  4276.           Left = 200
  4277.           Top = 88
  4278.           Width = 38
  4279.           Height = 13
  4280.           Alignment = taCenter
  4281.           AutoSize = False
  4282.           Caption = '9'
  4283.         end
  4284.         object lbl2ndOCCol22: TLabel
  4285.           Left = 248
  4286.           Top = 88
  4287.           Width = 38
  4288.           Height = 13
  4289.           Alignment = taCenter
  4290.           AutoSize = False
  4291.           Caption = '8'
  4292.         end
  4293.         object lbl2ndOCCol23: TLabel
  4294.           Left = 296
  4295.           Top = 88
  4296.           Width = 38
  4297.           Height = 13
  4298.           Alignment = taCenter
  4299.           AutoSize = False
  4300.           Caption = '7'
  4301.         end
  4302.         object lbl2ndOCCol24: TLabel
  4303.           Left = 344
  4304.           Top = 88
  4305.           Width = 38
  4306.           Height = 13
  4307.           Alignment = taCenter
  4308.           AutoSize = False
  4309.           Caption = '6'
  4310.         end
  4311.         object lbl2ndOCCol25: TLabel
  4312.           Left = 392
  4313.           Top = 88
  4314.           Width = 38
  4315.           Height = 13
  4316.           Alignment = taCenter
  4317.           AutoSize = False
  4318.           Caption = '5'
  4319.         end
  4320.         object lbl2ndOCCol26: TLabel
  4321.           Left = 440
  4322.           Top = 88
  4323.           Width = 38
  4324.           Height = 13
  4325.           Alignment = taCenter
  4326.           AutoSize = False
  4327.           Caption = '4'
  4328.         end
  4329.         object lbl2ndOCCol27: TLabel
  4330.           Left = 488
  4331.           Top = 88
  4332.           Width = 38
  4333.           Height = 13
  4334.           Alignment = taCenter
  4335.           AutoSize = False
  4336.           Caption = '3'
  4337.         end
  4338.         object lbl2ndOCCol28: TLabel
  4339.           Left = 536
  4340.           Top = 88
  4341.           Width = 38
  4342.           Height = 13
  4343.           Alignment = taCenter
  4344.           AutoSize = False
  4345.           Caption = '2'
  4346.         end
  4347.         object lbl2ndOCCol29: TLabel
  4348.           Left = 584
  4349.           Top = 88
  4350.           Width = 38
  4351.           Height = 13
  4352.           Alignment = taCenter
  4353.           AutoSize = False
  4354.           Caption = '1'
  4355.         end
  4356.         object lbl2ndOCRow0: TLabel
  4357.           Left = 104
  4358.           Top = 24
  4359.           Width = 38
  4360.           Height = 13
  4361.           Alignment = taRightJustify
  4362.           AutoSize = False
  4363.           Caption = '30~21'
  4364.         end
  4365.         object lbl2ndOCRow1: TLabel
  4366.           Left = 104
  4367.           Top = 64
  4368.           Width = 38
  4369.           Height = 13
  4370.           Alignment = taRightJustify
  4371.           AutoSize = False
  4372.           Caption = '20~11'
  4373.         end
  4374.         object lbl2ndOCRow2: TLabel
  4375.           Left = 104
  4376.           Top = 104
  4377.           Width = 38
  4378.           Height = 13
  4379.           Alignment = taRightJustify
  4380.           AutoSize = False
  4381.           Caption = '10~1'
  4382.         end
  4383.         object cbEnable2ndOC: TCheckBox
  4384.           Left = 8
  4385.           Top = 32
  4386.           Width = 89
  4387.           Height = 17
  4388.           Caption = 'Enable Coeff.'
  4389.           TabOrder = 0
  4390.           OnClick = cbEnable2ndOCClick
  4391.         end
  4392.         object edt2ndAdditionalFirCoef00: TEdit
  4393.           Left = 152
  4394.           Top = 24
  4395.           Width = 41
  4396.           Height = 21
  4397.           TabOrder = 1
  4398.           Text = '0'
  4399.           OnExit = edt2ndOCCheck
  4400.         end
  4401.         object edt2ndAdditionalFirCoef01: TEdit
  4402.           Tag = 1
  4403.           Left = 200
  4404.           Top = 24
  4405.           Width = 41
  4406.           Height = 21
  4407.           TabOrder = 2
  4408.           Text = '0'
  4409.           OnExit = edt2ndOCCheck
  4410.         end
  4411.         object edt2ndAdditionalFirCoef02: TEdit
  4412.           Tag = 2
  4413.           Left = 248
  4414.           Top = 24
  4415.           Width = 41