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

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