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

MTK

开发平台:

C++ Builder

  1. object frmFIRCoeffCal: TfrmFIRCoeffCal
  2.   Left = 28
  3.   Top = 110
  4.   Width = 989
  5.   Height = 641
  6.   Caption = 'Acoustic FIR Tunning'
  7.   Color = clBtnFace
  8.   DragKind = dkDock
  9.   DragMode = dmAutomatic
  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.   OnDockOver = FormDockOver
  20.   OnDragDrop = FormDragDrop
  21.   OnMouseDown = FormMouseDown
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object lbl1xxHz: TLabel
  26.     Left = 760
  27.     Top = 128
  28.     Width = 34
  29.     Height = 13
  30.     Caption = '100 Hz'
  31.   end
  32.   object lbl2xxHz: TLabel
  33.     Left = 760
  34.     Top = 154
  35.     Width = 34
  36.     Height = 13
  37.     Caption = '200 Hz'
  38.   end
  39.   object lbl6xxHz: TLabel
  40.     Left = 760
  41.     Top = 233
  42.     Width = 34
  43.     Height = 13
  44.     Caption = '600 Hz'
  45.   end
  46.   object lbl3xxHz: TLabel
  47.     Left = 760
  48.     Top = 180
  49.     Width = 34
  50.     Height = 13
  51.     Caption = '300 Hz'
  52.   end
  53.   object lbl7xxHz: TLabel
  54.     Left = 760
  55.     Top = 259
  56.     Width = 34
  57.     Height = 13
  58.     Caption = '700 Hz'
  59.   end
  60.   object lbl1xxxHz: TLabel
  61.     Left = 752
  62.     Top = 312
  63.     Width = 40
  64.     Height = 13
  65.     Caption = '1000 Hz'
  66.   end
  67.   object lbl2xxxHz: TLabel
  68.     Left = 752
  69.     Top = 391
  70.     Width = 40
  71.     Height = 13
  72.     Caption = '2000 Hz'
  73.   end
  74.   object lbl3xxxHz: TLabel
  75.     Left = 752
  76.     Top = 444
  77.     Width = 40
  78.     Height = 13
  79.     Caption = '3000 Hz'
  80.   end
  81.   object lbl34xxHz: TLabel
  82.     Left = 752
  83.     Top = 471
  84.     Width = 40
  85.     Height = 13
  86.     Caption = '3400 Hz'
  87.   end
  88.   object lbl39xxHz: TLabel
  89.     Left = 752
  90.     Top = 496
  91.     Width = 40
  92.     Height = 13
  93.     Caption = '3950 Hz'
  94.   end
  95.   object Label11: TLabel
  96.     Left = 936
  97.     Top = 128
  98.     Width = 13
  99.     Height = 13
  100.     Caption = 'dB'
  101.   end
  102.   object Label12: TLabel
  103.     Left = 880
  104.     Top = 96
  105.     Width = 44
  106.     Height = 13
  107.     Caption = 'FIR Taps'
  108.   end
  109.   object Label13: TLabel
  110.     Left = 880
  111.     Top = 72
  112.     Width = 13
  113.     Height = 13
  114.     Caption = 'dB'
  115.   end
  116.   object imAudioCal: TImage
  117.     Left = 48
  118.     Top = 176
  119.     Width = 697
  120.     Height = 361
  121.     DragMode = dmAutomatic
  122.     OnDragOver = imAudioCalDragOver
  123.     OnEndDrag = imAudioCalEndDrag
  124.     OnMouseDown = imAudioCalMouseDown
  125.   end
  126.   object lblVertical0: TLabel
  127.     Left = 24
  128.     Top = 176
  129.     Width = 15
  130.     Height = 13
  131.     AutoSize = False
  132.     Caption = '10'
  133.   end
  134.   object lblVertical1: TLabel
  135.     Left = 24
  136.     Top = 200
  137.     Width = 15
  138.     Height = 13
  139.     AutoSize = False
  140.     Caption = '0'
  141.   end
  142.   object lblVertical2: TLabel
  143.     Left = 24
  144.     Top = 240
  145.     Width = 15
  146.     Height = 13
  147.     AutoSize = False
  148.     Caption = '-10'
  149.   end
  150.   object lblVertical3: TLabel
  151.     Left = 24
  152.     Top = 272
  153.     Width = 15
  154.     Height = 13
  155.     AutoSize = False
  156.     Caption = '-20'
  157.   end
  158.   object lblVertical4: TLabel
  159.     Left = 24
  160.     Top = 312
  161.     Width = 15
  162.     Height = 13
  163.     AutoSize = False
  164.     Caption = '-30'
  165.   end
  166.   object lblVertical5: TLabel
  167.     Left = 24
  168.     Top = 344
  169.     Width = 15
  170.     Height = 13
  171.     AutoSize = False
  172.     Caption = '-40'
  173.   end
  174.   object lblVertical6: TLabel
  175.     Left = 24
  176.     Top = 376
  177.     Width = 15
  178.     Height = 13
  179.     AutoSize = False
  180.     Caption = '-50'
  181.   end
  182.   object Label15: TLabel
  183.     Left = 8
  184.     Top = 168
  185.     Width = 13
  186.     Height = 13
  187.     Caption = 'dB'
  188.   end
  189.   object lbl100Hz: TLabel
  190.     Left = 40
  191.     Top = 536
  192.     Width = 18
  193.     Height = 13
  194.     Caption = '100'
  195.   end
  196.   object lbl1000Hz: TLabel
  197.     Left = 288
  198.     Top = 536
  199.     Width = 24
  200.     Height = 13
  201.     Caption = '1000'
  202.   end
  203.   object Label16: TLabel
  204.     Left = 264
  205.     Top = 568
  206.     Width = 13
  207.     Height = 13
  208.     Caption = 'Hz'
  209.   end
  210.   object Label17: TLabel
  211.     Left = 344
  212.     Top = 120
  213.     Width = 302
  214.     Height = 13
  215.     Caption = 'Blue: Original, Red: Wanted, Black: Original + FIR compensated'
  216.   end
  217.   object lblVertical7: TLabel
  218.     Left = 24
  219.     Top = 408
  220.     Width = 15
  221.     Height = 13
  222.     Caption = '-60'
  223.   end
  224.   object lblVertical8: TLabel
  225.     Left = 24
  226.     Top = 440
  227.     Width = 15
  228.     Height = 13
  229.     Caption = '-70'
  230.   end
  231.   object lbl5xxHz: TLabel
  232.     Left = 760
  233.     Top = 207
  234.     Width = 34
  235.     Height = 13
  236.     Caption = '500 Hz'
  237.   end
  238.   object lbl8xxHz: TLabel
  239.     Left = 760
  240.     Top = 286
  241.     Width = 34
  242.     Height = 13
  243.     Caption = '800 Hz'
  244.   end
  245.   object lbl13xxHz: TLabel
  246.     Left = 752
  247.     Top = 339
  248.     Width = 40
  249.     Height = 13
  250.     Caption = '1300 Hz'
  251.   end
  252.   object lbl18xxHz: TLabel
  253.     Left = 752
  254.     Top = 365
  255.     Width = 40
  256.     Height = 13
  257.     Caption = '1800 Hz'
  258.   end
  259.   object lbl25xxHz: TLabel
  260.     Left = 752
  261.     Top = 418
  262.     Width = 40
  263.     Height = 13
  264.     Caption = '2500 Hz'
  265.   end
  266.   object Label1: TLabel
  267.     Left = 8
  268.     Top = 8
  269.     Width = 72
  270.     Height = 13
  271.     Caption = 'Input file name '
  272.   end
  273.   object Label2: TLabel
  274.     Left = 8
  275.     Top = 32
  276.     Width = 89
  277.     Height = 13
  278.     Caption = 'Output Tx filename'
  279.   end
  280.   object Label3: TLabel
  281.     Left = 8
  282.     Top = 56
  283.     Width = 90
  284.     Height = 13
  285.     Caption = 'Output Rx filename'
  286.   end
  287.   object Label4: TLabel
  288.     Left = 752
  289.     Top = 80
  290.     Width = 47
  291.     Height = 13
  292.     Caption = 'FIR Scale'
  293.   end
  294.   object Label5: TLabel
  295.     Left = 272
  296.     Top = 80
  297.     Width = 68
  298.     Height = 13
  299.     Caption = 'Boundary type'
  300.   end
  301.   object edt1xxHzdB: TEdit
  302.     Left = 880
  303.     Top = 128
  304.     Width = 49
  305.     Height = 21
  306.     TabOrder = 0
  307.     Text = '0'
  308.     OnExit = edt1xxHzdBExit
  309.   end
  310.   object edt2xxHzdB: TEdit
  311.     Left = 880
  312.     Top = 154
  313.     Width = 49
  314.     Height = 21
  315.     TabOrder = 1
  316.     Text = '0'
  317.     OnExit = edt2xxHzdBExit
  318.   end
  319.   object edt3xxHzdB: TEdit
  320.     Left = 880
  321.     Top = 180
  322.     Width = 49
  323.     Height = 21
  324.     TabOrder = 2
  325.     Text = '0'
  326.     OnExit = edt3xxHzdBExit
  327.   end
  328.   object edt6xxHzdB: TEdit
  329.     Left = 880
  330.     Top = 233
  331.     Width = 49
  332.     Height = 21
  333.     TabOrder = 3
  334.     Text = '0'
  335.     OnExit = edt6xxHzdBExit
  336.   end
  337.   object edt7xxHzdB: TEdit
  338.     Left = 880
  339.     Top = 259
  340.     Width = 49
  341.     Height = 21
  342.     TabOrder = 4
  343.     Text = '0'
  344.     OnExit = edt7xxHzdBExit
  345.   end
  346.   object edt1xxxHzdB: TEdit
  347.     Left = 880
  348.     Top = 312
  349.     Width = 49
  350.     Height = 21
  351.     TabOrder = 5
  352.     Text = '0'
  353.     OnExit = edt1xxxHzdBExit
  354.   end
  355.   object edt2xxxHzdB: TEdit
  356.     Left = 880
  357.     Top = 390
  358.     Width = 49
  359.     Height = 21
  360.     TabOrder = 6
  361.     Text = '0'
  362.     OnExit = edt2xxxHzdBExit
  363.   end
  364.   object edt3xxxHzdB: TEdit
  365.     Left = 880
  366.     Top = 443
  367.     Width = 49
  368.     Height = 21
  369.     TabOrder = 7
  370.     Text = '0'
  371.     OnExit = edt3xxxHzdBExit
  372.   end
  373.   object edt34xxHzdB: TEdit
  374.     Left = 880
  375.     Top = 469
  376.     Width = 49
  377.     Height = 21
  378.     TabOrder = 8
  379.     Text = '0'
  380.     OnExit = edt34xxHzdBExit
  381.   end
  382.   object edt39xxHzdB: TEdit
  383.     Left = 880
  384.     Top = 496
  385.     Width = 49
  386.     Height = 21
  387.     TabOrder = 9
  388.     Text = '0'
  389.     OnExit = edt39xxHzdBExit
  390.   end
  391.   object edtFIRTaps: TEdit
  392.     Left = 824
  393.     Top = 96
  394.     Width = 49
  395.     Height = 21
  396.     TabOrder = 10
  397.     Text = '0'
  398.     OnExit = edtFIRTapsExit
  399.   end
  400.   object edtExtraDB: TEdit
  401.     Left = 824
  402.     Top = 72
  403.     Width = 49
  404.     Height = 21
  405.     TabOrder = 11
  406.     Text = '0'
  407.     OnExit = edtExtraDBExit
  408.   end
  409.   object cbExtraFreq: TComboBox
  410.     Left = 824
  411.     Top = 48
  412.     Width = 81
  413.     Height = 21
  414.     ItemHeight = 13
  415.     TabOrder = 12
  416.     OnChange = cbExtraFreqChange
  417.   end
  418.   object btnIdealize: TButton
  419.     Left = 832
  420.     Top = 16
  421.     Width = 75
  422.     Height = 25
  423.     Caption = 'Idealize'
  424.     Enabled = False
  425.     TabOrder = 13
  426.     OnClick = btnIdealizeClick
  427.   end
  428.   object GroupBox1: TGroupBox
  429.     Left = 8
  430.     Top = 80
  431.     Width = 45
  432.     Height = 81
  433.     TabOrder = 14
  434.     object rbTx: TRadioButton
  435.       Left = 4
  436.       Top = 16
  437.       Width = 35
  438.       Height = 17
  439.       Caption = 'Tx'
  440.       Checked = True
  441.       TabOrder = 0
  442.       TabStop = True
  443.       OnClick = rbTxClick
  444.     end
  445.     object rbRx: TRadioButton
  446.       Left = 4
  447.       Top = 40
  448.       Width = 35
  449.       Height = 17
  450.       Caption = 'Rx'
  451.       TabOrder = 1
  452.       OnClick = rbRxClick
  453.     end
  454.   end
  455.   object sbAudioCal: TStatusBar
  456.     Left = 0
  457.     Top = 581
  458.     Width = 964
  459.     Height = 29
  460.     Panels = <
  461.       item
  462.         Width = 50
  463.       end>
  464.     SimplePanel = False
  465.   end
  466.   object btnLoad: TButton
  467.     Left = 392
  468.     Top = 88
  469.     Width = 113
  470.     Height = 25
  471.     Caption = 'Load input file'
  472.     TabOrder = 16
  473.     OnClick = btnLoadClick
  474.   end
  475.   object stInputFileName: TStaticText
  476.     Left = 136
  477.     Top = 8
  478.     Width = 665
  479.     Height = 17
  480.     AutoSize = False
  481.     BorderStyle = sbsSunken
  482.     Caption = 'TRC file does not open'
  483.     TabOrder = 17
  484.   end
  485.   object btnRun: TButton
  486.     Left = 824
  487.     Top = 544
  488.     Width = 75
  489.     Height = 25
  490.     Caption = 'Run'
  491.     Enabled = False
  492.     TabOrder = 18
  493.     OnClick = btnRunClick
  494.   end
  495.   object lblHint: TStaticText
  496.     Left = 559
  497.     Top = 568
  498.     Width = 33
  499.     Height = 17
  500.     BorderStyle = sbsSingle
  501.     Caption = 'lblHint'
  502.     Color = clYellow
  503.     ParentColor = False
  504.     TabOrder = 19
  505.     Visible = False
  506.   end
  507.   object edt5xxHzdB: TEdit
  508.     Left = 880
  509.     Top = 206
  510.     Width = 49
  511.     Height = 21
  512.     TabOrder = 20
  513.     Text = '0'
  514.     OnExit = edt5xxHzdBExit
  515.   end
  516.   object edt8xxHzdB: TEdit
  517.     Left = 880
  518.     Top = 285
  519.     Width = 49
  520.     Height = 21
  521.     TabOrder = 21
  522.     Text = '0'
  523.     OnExit = edt8xxHzdBExit
  524.   end
  525.   object edt13xxHzdB: TEdit
  526.     Left = 880
  527.     Top = 338
  528.     Width = 49
  529.     Height = 21
  530.     TabOrder = 22
  531.     Text = '0'
  532.     OnExit = edt13xxHzdBExit
  533.   end
  534.   object edt18xxHzdB: TEdit
  535.     Left = 880
  536.     Top = 364
  537.     Width = 49
  538.     Height = 21
  539.     TabOrder = 23
  540.     Text = '0'
  541.     OnExit = edt18xxHzdBExit
  542.   end
  543.   object edt25xxHzdB: TEdit
  544.     Left = 880
  545.     Top = 417
  546.     Width = 49
  547.     Height = 21
  548.     TabOrder = 24
  549.     Text = '0'
  550.     OnExit = edt25xxHzdBExit
  551.   end
  552.   object stOutputTxFileName: TStaticText
  553.     Left = 136
  554.     Top = 32
  555.     Width = 665
  556.     Height = 17
  557.     AutoSize = False
  558.     BorderStyle = sbsSunken
  559.     Caption = 'Output Tx file does not open'
  560.     TabOrder = 25
  561.   end
  562.   object stOutputRxFileName: TStaticText
  563.     Left = 136
  564.     Top = 56
  565.     Width = 665
  566.     Height = 17
  567.     AutoSize = False
  568.     BorderStyle = sbsSunken
  569.     Caption = 'Output Rx file does not open'
  570.     TabOrder = 26
  571.   end
  572.   object btnSetupOutpuRxFile: TButton
  573.     Left = 632
  574.     Top = 88
  575.     Width = 113
  576.     Height = 25
  577.     Caption = 'Setup output Rx file'
  578.     TabOrder = 27
  579.     OnClick = btnSetupOutpuRxFileClick
  580.   end
  581.   object btnSetupOutputTxFile: TButton
  582.     Left = 512
  583.     Top = 88
  584.     Width = 113
  585.     Height = 25
  586.     Caption = 'Setup output Tx file'
  587.     TabOrder = 28
  588.     OnClick = btnSetupOutputTxFileClick
  589.   end
  590.   object edtFirScale: TEdit
  591.     Left = 752
  592.     Top = 96
  593.     Width = 49
  594.     Height = 21
  595.     TabOrder = 29
  596.     Text = '0.5'
  597.     OnExit = edtFirScaleCheck
  598.   end
  599.   object cb1xxHz: TComboBox
  600.     Left = 800
  601.     Top = 128
  602.     Width = 73
  603.     Height = 21
  604.     ItemHeight = 13
  605.     TabOrder = 30
  606.     OnChange = cb1xxHzChange
  607.   end
  608.   object cb2xxHz: TComboBox
  609.     Left = 800
  610.     Top = 154
  611.     Width = 73
  612.     Height = 21
  613.     ItemHeight = 13
  614.     TabOrder = 31
  615.     OnChange = cb2xxHzChange
  616.   end
  617.   object cb3xxHz: TComboBox
  618.     Left = 800
  619.     Top = 180
  620.     Width = 73
  621.     Height = 21
  622.     ItemHeight = 13
  623.     TabOrder = 32
  624.     OnChange = cb3xxHzChange
  625.   end
  626.   object cb5xxHz: TComboBox
  627.     Left = 800
  628.     Top = 206
  629.     Width = 73
  630.     Height = 21
  631.     ItemHeight = 13
  632.     TabOrder = 33
  633.     OnChange = cb5xxHzChange
  634.   end
  635.   object cb6xxHz: TComboBox
  636.     Left = 800
  637.     Top = 233
  638.     Width = 73
  639.     Height = 21
  640.     ItemHeight = 13
  641.     TabOrder = 34
  642.     OnChange = cb6xxHzChange
  643.   end
  644.   object cb7xxHz: TComboBox
  645.     Left = 800
  646.     Top = 259
  647.     Width = 73
  648.     Height = 21
  649.     ItemHeight = 13
  650.     TabOrder = 35
  651.     OnChange = cb7xxHzChange
  652.   end
  653.   object cb8xxHz: TComboBox
  654.     Left = 800
  655.     Top = 285
  656.     Width = 73
  657.     Height = 21
  658.     ItemHeight = 13
  659.     TabOrder = 36
  660.     OnChange = cb8xxHzChange
  661.   end
  662.   object cb1xxxHz: TComboBox
  663.     Left = 800
  664.     Top = 312
  665.     Width = 73
  666.     Height = 21
  667.     ItemHeight = 13
  668.     TabOrder = 37
  669.     OnChange = cb1xxxHzChange
  670.   end
  671.   object cb13xxHz: TComboBox
  672.     Left = 800
  673.     Top = 338
  674.     Width = 73
  675.     Height = 21
  676.     ItemHeight = 13
  677.     TabOrder = 38
  678.     OnChange = cb13xxHzChange
  679.   end
  680.   object cb18xxHz: TComboBox
  681.     Left = 800
  682.     Top = 364
  683.     Width = 73
  684.     Height = 21
  685.     ItemHeight = 13
  686.     TabOrder = 39
  687.     OnChange = cb18xxHzChange
  688.   end
  689.   object cb2xxxHz: TComboBox
  690.     Left = 800
  691.     Top = 390
  692.     Width = 73
  693.     Height = 21
  694.     ItemHeight = 13
  695.     TabOrder = 40
  696.     OnChange = cb2xxxHzChange
  697.   end
  698.   object cb25xxHz: TComboBox
  699.     Left = 800
  700.     Top = 417
  701.     Width = 73
  702.     Height = 21
  703.     ItemHeight = 13
  704.     TabOrder = 41
  705.     OnChange = cb25xxHzChange
  706.   end
  707.   object cb3xxxHz: TComboBox
  708.     Left = 800
  709.     Top = 443
  710.     Width = 73
  711.     Height = 21
  712.     ItemHeight = 13
  713.     TabOrder = 42
  714.     OnChange = cb3xxxHzChange
  715.   end
  716.   object cb34xxHz: TComboBox
  717.     Left = 800
  718.     Top = 469
  719.     Width = 73
  720.     Height = 21
  721.     ItemHeight = 13
  722.     TabOrder = 43
  723.     OnChange = cb34xxHzChange
  724.   end
  725.   object cb39xxHz: TComboBox
  726.     Left = 800
  727.     Top = 496
  728.     Width = 73
  729.     Height = 21
  730.     ItemHeight = 13
  731.     TabOrder = 44
  732.     OnChange = cb39xxHzChange
  733.   end
  734.   object gbEquipment: TGroupBox
  735.     Left = 56
  736.     Top = 80
  737.     Width = 81
  738.     Height = 89
  739.     Caption = ' Equipment  '
  740.     TabOrder = 45
  741.     object rbUPL: TRadioButton
  742.       Left = 4
  743.       Top = 41
  744.       Width = 70
  745.       Height = 17
  746.       Caption = 'UPL'
  747.       Checked = True
  748.       TabOrder = 0
  749.       TabStop = True
  750.       OnClick = rbUPLClick
  751.     end
  752.     object rbAcqua: TRadioButton
  753.       Left = 4
  754.       Top = 12
  755.       Width = 70
  756.       Height = 17
  757.       Caption = 'Acqua'
  758.       TabOrder = 1
  759.       OnClick = rbAcquaClick
  760.     end
  761.     object rbMicrotronix: TRadioButton
  762.       Left = 4
  763.       Top = 26
  764.       Width = 70
  765.       Height = 17
  766.       Caption = 'Microtronix'
  767.       TabOrder = 2
  768.       OnClick = rbMicrotronixClick
  769.     end
  770.     object m_rbVita: TRadioButton
  771.       Left = 4
  772.       Top = 70
  773.       Width = 70
  774.       Height = 17
  775.       Caption = 'Vita'
  776.       TabOrder = 3
  777.       OnClick = m_rbVitaClick
  778.     end
  779.     object m_rbUPV: TRadioButton
  780.       Left = 4
  781.       Top = 55
  782.       Width = 60
  783.       Height = 17
  784.       Caption = 'UPV'
  785.       TabOrder = 4
  786.       OnClick = m_rbUPVClick
  787.     end
  788.   end
  789.   object gbFileFormat: TGroupBox
  790.     Left = 144
  791.     Top = 80
  792.     Width = 73
  793.     Height = 81
  794.     Caption = '  File format  '
  795.     TabOrder = 46
  796.     object rbLinear: TRadioButton
  797.       Left = 4
  798.       Top = 16
  799.       Width = 60
  800.       Height = 17
  801.       Caption = 'Linear'
  802.       Checked = True
  803.       TabOrder = 0
  804.       TabStop = True
  805.     end
  806.     object rbLogdB: TRadioButton
  807.       Left = 4
  808.       Top = 40
  809.       Width = 57
  810.       Height = 17
  811.       Caption = 'Log dB'
  812.       TabOrder = 1
  813.     end
  814.   end
  815.   object cbBoundary: TComboBox
  816.     Left = 224
  817.     Top = 96
  818.     Width = 161
  819.     Height = 21
  820.     ItemHeight = 13
  821.     TabOrder = 47
  822.     Text = 'Spec'
  823.     OnChange = cbBoundaryChange
  824.     Items.Strings = (
  825.       'Spec'
  826.       'Good sound'
  827.       '3G Handset and Headset'
  828.       '3G Handsfree (Desktop and Vehicle)'
  829.       '3G Handsfree (Handheld)'
  830.       'VOIP Handset'
  831.       'VOIP Headset'
  832.       'VOIP Handsfree'
  833.       'Type 3.3')
  834.   end
  835.   object dlgOpenUpl: TOpenDialog
  836.     DefaultExt = 'trc'
  837.     Filter = 'TRC file (*.trc)|*.trc|All files (*.*)|*.*'
  838.     Title = 'Open trc file'
  839.     Left = 600
  840.     Top = 560
  841.   end
  842.   object HintTimer: TTimer
  843.     Enabled = False
  844.     Interval = 4000
  845.     OnTimer = HintTimerTimer
  846.     Left = 632
  847.     Top = 560
  848.   end
  849.   object SaveDialog: TSaveDialog
  850.     Title = 'Setup output file'
  851.     Left = 664
  852.     Top = 560
  853.   end
  854.   object dlgOpenAcqua: TOpenDialog
  855.     DefaultExt = 'txt'
  856.     Filter = 'TXT file (*.txt)|*.txt|All files (*.*)|*.*'
  857.     Title = 'Open txt file'
  858.     Left = 696
  859.     Top = 560
  860.   end
  861.   object dlgOpenMicrotronix: TOpenDialog
  862.     DefaultExt = 'txt'
  863.     Filter = 'TXT file (*.txt)|*.txt|All files (*.*)|*.*'
  864.     Left = 728
  865.     Top = 560
  866.   end
  867.   object m_dlgOpenVita: TOpenDialog
  868.     DefaultExt = 'asc'
  869.     Filter = 'ASC file (*.asc)|*.asc|All files (*.*)|*.*'
  870.     Left = 584
  871.     Top = 552
  872.   end
  873.   object m_dlgUPV: TOpenDialog
  874.     DefaultExt = 'exp'
  875.     Filter = 'UPV file (*.exp)|*.exp|All files (*.*)|*.*'
  876.     Left = 784
  877.     Top = 568
  878.   end
  879. end