home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / CMCD0703.ISO / Software / Test / audiomaestro / adinst.exe / %MAINDIR% / MMToolsX2.ocx / 0 / RCDATA / TMMFIRDLGFORM / TMMFIRDLGFORM.txt
Encoding:
Text File  |  2003-06-03  |  10.9 KB  |  405 lines

  1. object MMFIRDlgForm: TMMFIRDlgForm
  2.   Left = 200
  3.   Top = 7
  4.   BorderStyle = bsDialog
  5.   Caption = 'FIR-Filter Editor'
  6.   ClientHeight = 391
  7.   ClientWidth = 389
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 7
  21.     Top = 8
  22.     Width = 298
  23.     Height = 57
  24.     Shape = bsFrame
  25.   end
  26.   object Label1: TLabel
  27.     Left = 128
  28.     Top = 17
  29.     Width = 28
  30.     Height = 13
  31.     Caption = 'f& (Hz):'
  32.     FocusControl = spinf1
  33.   end
  34.   object Label3: TLabel
  35.     Left = 216
  36.     Top = 17
  37.     Width = 47
  38.     Height = 13
  39.     Caption = '&Gain (dB):'
  40.     FocusControl = spinGain
  41.   end
  42.   object Label4: TLabel
  43.     Left = 80
  44.     Top = 17
  45.     Width = 27
  46.     Height = 13
  47.     Caption = '&Point:'
  48.     FocusControl = FilterComboBox
  49.   end
  50.   object Label2: TLabel
  51.     Left = 16
  52.     Top = 17
  53.     Width = 29
  54.     Height = 13
  55.     Caption = '&Order:'
  56.     FocusControl = spinOrder
  57.   end
  58.   object Spectrum: TMMSpectrum
  59.     Left = 7
  60.     Top = 208
  61.     Width = 298
  62.     Height = 177
  63.     Tag2 = 0
  64.     Bevel.BevelInner = bvLowered
  65.     Bevel.BevelOuter = bvRaised
  66.     Bevel.BevelInnerWidth = 1
  67.     Bevel.BevelOuterWidth = 1
  68.     Bevel.BorderStyle = bsNone
  69.     Bevel.BorderWidth = 3
  70.     Bevel.BorderSpace = 0
  71.     Bevel.BorderColor = clBtnFace
  72.     Bevel.BorderSpaceColor = clBlack
  73.     Bevel.InnerLightColor = clBtnHighlight
  74.     Bevel.InnerShadowColor = clBtnShadow
  75.     Bevel.OuterLightColor = clBtnHighlight
  76.     Bevel.OuterShadowColor = clBtnShadow
  77.     DrawFreqScale = True
  78.     DrawGrid = True
  79.     Bar3Color = clAqua
  80.     Inactive3Color = clTeal
  81.     DrawInactive = False
  82.     BitLength = b16Bit
  83.     SampleRate = 8000
  84.     FFTLength = 256
  85.     Kind = skLines
  86.     Window = fwRectangular
  87.     VerticalScale = 1
  88.     NumPeaks = 0
  89.   end
  90.   object btnSave: TButton
  91.     Left = 317
  92.     Top = 200
  93.     Width = 62
  94.     Height = 25
  95.     Caption = '&Save...'
  96.     TabOrder = 5
  97.     OnClick = btnSaveClick
  98.   end
  99.   object btnLoad: TButton
  100.     Left = 317
  101.     Top = 168
  102.     Width = 62
  103.     Height = 25
  104.     Caption = '&Load...'
  105.     TabOrder = 4
  106.     OnClick = btnLoadClick
  107.   end
  108.   object btnReset: TButton
  109.     Left = 317
  110.     Top = 88
  111.     Width = 62
  112.     Height = 25
  113.     Caption = '&Reset'
  114.     TabOrder = 2
  115.     OnClick = btnResetClick
  116.   end
  117.   object btnCancel: TButton
  118.     Left = 317
  119.     Top = 40
  120.     Width = 62
  121.     Height = 25
  122.     Cancel = True
  123.     Caption = 'Cancel'
  124.     ModalResult = 2
  125.     TabOrder = 1
  126.   end
  127.   object btnOK: TButton
  128.     Left = 317
  129.     Top = 8
  130.     Width = 62
  131.     Height = 25
  132.     Caption = 'OK'
  133.     Default = True
  134.     ModalResult = 1
  135.     TabOrder = 0
  136.   end
  137.   object btnClear: TButton
  138.     Left = 317
  139.     Top = 120
  140.     Width = 62
  141.     Height = 25
  142.     Caption = '&Clear'
  143.     TabOrder = 3
  144.     OnClick = btnClearClick
  145.   end
  146.   object FilterComboBox: TComboBox
  147.     Left = 80
  148.     Top = 33
  149.     Width = 41
  150.     Height = 21
  151.     Style = csDropDownList
  152.     ItemHeight = 13
  153.     TabOrder = 8
  154.     OnChange = FilterComboBoxChange
  155.   end
  156.   object spinf1: TMMSpinButton
  157.     Left = 194
  158.     Top = 32
  159.     Width = 13
  160.     Height = 24
  161.     OnChange = spinChange
  162.     Bevel.BevelInner = bvNone
  163.     Bevel.BevelOuter = bvLowered
  164.     Bevel.BevelInnerWidth = 1
  165.     Bevel.BevelOuterWidth = 1
  166.     Bevel.BorderStyle = bsNone
  167.     Bevel.BorderWidth = 0
  168.     Bevel.BorderSpace = 0
  169.     Bevel.BorderColor = clBtnFace
  170.     Bevel.BorderSpaceColor = clBlack
  171.     Bevel.InnerLightColor = clBtnHighlight
  172.     Bevel.InnerShadowColor = clBtnShadow
  173.     Bevel.OuterLightColor = clBlack
  174.     Bevel.OuterShadowColor = clBlack
  175.     DownGlyph.Data = {
  176.       BE000000424DBE00000000000000760000002800000012000000060000000100
  177.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  178.       80000080000000808000800000008000800080800000C0C0C000808080000000
  179.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  180.       77F77700000077770777777778FF77000000777000777777888FF70000007700
  181.       000777788888FF00000070000000778888888700000077777777777777777700
  182.       0000}
  183.     DownNumGlyphs = 2
  184.     FocusControl = mef1
  185.     TabOrder = 9
  186.     UpGlyph.Data = {
  187.       BE000000424DBE00000000000000760000002800000012000000060000000100
  188.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  189.       80000080000000808000800000008000800080800000C0C0C000808080000000
  190.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
  191.       FFFFFF0000007000000077888888870000007700000777788888770000007770
  192.       0077777788877700000077770777777778777700000077777777777777777700
  193.       0000}
  194.     UpNumGlyphs = 2
  195.     ButtonFace = True
  196.     MiddleButton = True
  197.     MaxValue = 2205000
  198.   end
  199.   object spinGain: TMMSpinButton
  200.     Left = 282
  201.     Top = 32
  202.     Width = 13
  203.     Height = 24
  204.     OnChange = spinChange
  205.     Bevel.BevelInner = bvNone
  206.     Bevel.BevelOuter = bvLowered
  207.     Bevel.BevelInnerWidth = 1
  208.     Bevel.BevelOuterWidth = 1
  209.     Bevel.BorderStyle = bsNone
  210.     Bevel.BorderWidth = 0
  211.     Bevel.BorderSpace = 0
  212.     Bevel.BorderColor = clBtnFace
  213.     Bevel.BorderSpaceColor = clBlack
  214.     Bevel.InnerLightColor = clBtnHighlight
  215.     Bevel.InnerShadowColor = clBtnShadow
  216.     Bevel.OuterLightColor = clBlack
  217.     Bevel.OuterShadowColor = clBlack
  218.     DownGlyph.Data = {
  219.       BE000000424DBE00000000000000760000002800000012000000060000000100
  220.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  221.       80000080000000808000800000008000800080800000C0C0C000808080000000
  222.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  223.       77F77700000077770777777778FF77000000777000777777888FF70000007700
  224.       000777788888FF00000070000000778888888700000077777777777777777700
  225.       0000}
  226.     DownNumGlyphs = 2
  227.     FocusControl = meGain
  228.     TabOrder = 11
  229.     UpGlyph.Data = {
  230.       BE000000424DBE00000000000000760000002800000012000000060000000100
  231.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  232.       80000080000000808000800000008000800080800000C0C0C000808080000000
  233.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
  234.       FFFFFF0000007000000077888888870000007700000777788888770000007770
  235.       0077777788877700000077770777777778777700000077777777777777777700
  236.       0000}
  237.     UpNumGlyphs = 2
  238.     ButtonFace = True
  239.     MiddleButton = True
  240.     MaxValue = 600
  241.     MinValue = -9000
  242.   end
  243.   object MMPanel1: TMMPanel
  244.     Left = 8
  245.     Top = 72
  246.     Width = 297
  247.     Height = 129
  248.     Bevel.BevelInner = bvLowered
  249.     Bevel.BevelOuter = bvRaised
  250.     Bevel.BevelInnerWidth = 1
  251.     Bevel.BevelOuterWidth = 1
  252.     Bevel.BorderStyle = bsNone
  253.     Bevel.BorderWidth = 3
  254.     Bevel.BorderSpace = 0
  255.     Bevel.BorderColor = clBtnFace
  256.     Bevel.BorderSpaceColor = clBlack
  257.     Bevel.InnerLightColor = clBtnHighlight
  258.     Bevel.InnerShadowColor = clBtnShadow
  259.     Bevel.OuterLightColor = clBtnHighlight
  260.     Bevel.OuterShadowColor = clBtnShadow
  261.     TabOrder = 13
  262.     object Envelope: TMMEnvelope
  263.       Left = 5
  264.       Top = 5
  265.       Width = 287
  266.       Height = 119
  267.       OnTrackBegin = EnvelopeTrackBegin
  268.       OnTrack = EnvelopeTrack
  269.       OnTrackEnd = EnvelopeTrackEnd
  270.       Align = alClient
  271.       Bevel.BevelInner = bvNone
  272.       Bevel.BevelOuter = bvNone
  273.       Bevel.BevelInnerWidth = 1
  274.       Bevel.BevelOuterWidth = 1
  275.       Bevel.BorderStyle = bsNone
  276.       Bevel.BorderWidth = 0
  277.       Bevel.BorderSpace = 0
  278.       Bevel.BorderColor = clBtnFace
  279.       Bevel.BorderSpaceColor = clBlack
  280.       Bevel.InnerLightColor = clBtnHighlight
  281.       Bevel.InnerShadowColor = clBtnShadow
  282.       Bevel.OuterLightColor = clBtnHighlight
  283.       Bevel.OuterShadowColor = clBtnShadow
  284.       TabOrder = 0
  285.       GridWidthX = 100.000000000000000000
  286.       GridWidthY = 100.000000000000000000
  287.       LocatorColor = clRed
  288.       DrawSolid = True
  289.       DrawGridX = True
  290.       DrawGridY = True
  291.       OnChange = EnvelopeChange
  292.       Points.ObjectContainer = {
  293.         454E56000100000000E803000000000000E8030000020010544D4D456E76656C
  294.         6F7065506F696E7400000000F40100000010544D4D456E76656C6F7065506F69
  295.         6E74E8030000F401000000}
  296.     end
  297.   end
  298.   object spinOrder: TMMSpinButton
  299.     Left = 50
  300.     Top = 32
  301.     Width = 13
  302.     Height = 24
  303.     OnChange = spinOrderChange
  304.     Bevel.BevelInner = bvNone
  305.     Bevel.BevelOuter = bvLowered
  306.     Bevel.BevelInnerWidth = 1
  307.     Bevel.BevelOuterWidth = 1
  308.     Bevel.BorderStyle = bsNone
  309.     Bevel.BorderWidth = 0
  310.     Bevel.BorderSpace = 0
  311.     Bevel.BorderColor = clBtnFace
  312.     Bevel.BorderSpaceColor = clBlack
  313.     Bevel.InnerLightColor = clBtnHighlight
  314.     Bevel.InnerShadowColor = clBtnShadow
  315.     Bevel.OuterLightColor = clBlack
  316.     Bevel.OuterShadowColor = clBlack
  317.     DownGlyph.Data = {
  318.       BE000000424DBE00000000000000760000002800000012000000060000000100
  319.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  320.       80000080000000808000800000008000800080800000C0C0C000808080000000
  321.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  322.       77F77700000077770777777778FF77000000777000777777888FF70000007700
  323.       000777788888FF00000070000000778888888700000077777777777777777700
  324.       0000}
  325.     DownNumGlyphs = 2
  326.     FocusControl = edOrder
  327.     TabOrder = 6
  328.     UpGlyph.Data = {
  329.       BE000000424DBE00000000000000760000002800000012000000060000000100
  330.       04000000000048000000CE0E0000C40E00001000000000000000000000000000
  331.       80000080000000808000800000008000800080800000C0C0C000808080000000
  332.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0077777777777F
  333.       FFFFFF0000007000000077888888870000007700000777788888770000007770
  334.       0077777788877700000077770777777778777700000077777777777777777700
  335.       0000}
  336.     UpNumGlyphs = 2
  337.     ButtonFace = True
  338.     MiddleButton = True
  339.     Increment = 2
  340.     MaxValue = 4096
  341.     MinValue = 1
  342.     Value = 21
  343.   end
  344.   object edOrder: TMMNumberEdit
  345.     Left = 16
  346.     Top = 33
  347.     Width = 33
  348.     Height = 21
  349.     TabOrder = 7
  350.     Text = '21'
  351.     OnExit = edOrderExit
  352.     OnKeyPress = edOrderKeyPress
  353.     MaxValue = 4096
  354.     MinValue = 1
  355.     Value = 21
  356.     Alignment = taRightJustify
  357.   end
  358.   object mef1: TMMFloatNumberEdit
  359.     Left = 128
  360.     Top = 33
  361.     Width = 65
  362.     Height = 21
  363.     TabOrder = 10
  364.     Text = '0.00'
  365.     OnExit = mefExit
  366.     OnKeyPress = mefKeyPress
  367.     MaxValue = 22050.000000000000000000
  368.     Alignment = taRightJustify
  369.   end
  370.   object meGain: TMMFloatNumberEdit
  371.     Left = 216
  372.     Top = 33
  373.     Width = 65
  374.     Height = 21
  375.     TabOrder = 12
  376.     Text = '0.00'
  377.     OnExit = mefExit
  378.     OnKeyPress = edOrderKeyPress
  379.     MaxValue = 6.000000000000000000
  380.     MinValue = -90.000000000000000000
  381.     Value = -90.000000000000000000
  382.     Alignment = taRightJustify
  383.   end
  384.   object TmpFIR: TMMFIRFilter
  385.     Filters.ObjectContainer = {464952000108000000556E7469746C65640000}
  386.     Spectrum = Spectrum
  387.     Left = 80
  388.     Top = 216
  389.   end
  390.   object OpenDialog: TOpenDialog
  391.     DefaultExt = 'FIR'
  392.     Filter = 'FIR-Filter Files(*.fir)|*.fir'
  393.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  394.     Left = 16
  395.     Top = 216
  396.   end
  397.   object SaveDialog: TSaveDialog
  398.     DefaultExt = 'FIR'
  399.     Filter = 'FIR-Filter Files(*.fir)|*.fir'
  400.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  401.     Left = 48
  402.     Top = 216
  403.   end
  404. end
  405.